This commit is contained in:
rlx 2011-03-05 02:08:30 +00:00
commit 3605ae1afb
306 changed files with 114880 additions and 84 deletions

View file

@ -122,6 +122,7 @@ Forms
.OxThemeClassic .OxButton.OxTab.OxSelected {
border-bottom: 1px solid rgb(192, 192, 192);
}
.OxThemeClassic .OxFormMessage {
color: rgb(192, 64, 64);
}

View file

@ -957,6 +957,21 @@ Lists
border-right-width: 0
}
/*
================================================================================
Maps
================================================================================
*/
.OxMapButton {
position: absolute;
width: 12px;
height: 12px;
border: 2px solid rgb(255, 255, 255);
background: rgba(0, 0, 0, 0.5);
z-index: 1000;
}
/*
================================================================================
Menus