This commit is contained in:
rolux 2010-07-24 03:32:08 +02:00
parent f7c45d8491
commit d70e713c92
10 changed files with 737 additions and 70 deletions

View File

@ -136,10 +136,11 @@ Dialog
.OxDialog > .OxContent { .OxDialog > .OxContent {
top: 24px; top: 24px;
bottom: 24px;
height: 100%; height: 100%;
padding: 16px; //padding: 16px;
font-size: 12px; //font-size: 12px;
line-height: 16px; //line-height: 16px;
} }
.OxDialog > .OxButtonsBar { .OxDialog > .OxButtonsBar {
@ -359,7 +360,7 @@ OxButtonGroup
} }
/* /*
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
OxFormItem OxForm
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
*/ */
.OxFormItem { .OxFormItem {
@ -368,6 +369,13 @@ OxFormItem
.OxFormItem:first-child { .OxFormItem:first-child {
margin-top: 0; margin-top: 0;
} }
.OxFormMessage {
width: 100%;
height: 10px;
margin-top: 2px;
text-align: right;
display: none;
}
/* /*
-------------------------------------------------------------------------------- --------------------------------------------------------------------------------
OxInput OxInput
@ -960,4 +968,17 @@ Scrollbars
-webkit-border-radius: 6px; -webkit-border-radius: 6px;
} }
/*
================================================================================
Miscellaneous
================================================================================
*/
.OxThemeModern .OxTooltip {
position: absolute;
padding: 2px;
opacity: 0;
z-index: 10;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}

View File

@ -35,8 +35,8 @@ Dialog
*/ */
.OxThemeModern .OxDialog { .OxThemeModern .OxDialog {
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 1); -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 1);
} }
.OxThemeModern .OxDialog .OxBar { .OxThemeModern .OxDialog .OxBar {
@ -90,6 +90,9 @@ Forms
.OxThemeModern .OxButton.OxTab.OxSelected { .OxThemeModern .OxButton.OxTab.OxSelected {
border-bottom: 1px solid rgb(64, 64, 64); border-bottom: 1px solid rgb(64, 64, 64);
} }
.OxThemeModern .OxFormMessage {
color: rgb(255, 64, 64);
}
.OxThemeModern .OxInput, .OxThemeModern .OxInput,
.OxThemeModern .OxTrack { .OxThemeModern .OxTrack {
background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32)); background: -moz-linear-gradient(top, rgb(0, 0, 0), rgb(32, 32, 32));
@ -238,4 +241,17 @@ Scrollbars
.OxThemeModern ::-webkit-scrollbar:active, .OxThemeModern ::-webkit-scrollbar:active,
.OxThemeModern ::-webkit-scrollbar-thumb:active { .OxThemeModern ::-webkit-scrollbar-thumb:active {
background: rgb(64, 64, 64); background: rgb(64, 64, 64);
}
/*
================================================================================
Miscellaneous
================================================================================
*/
.OxThemeModern .OxTooltip {
border: 1px solid rgb(255, 255, 255);
background: rgba(0, 0, 0, 0.9);
-moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
-webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
} }

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

BIN
source/psd/loading.psd Normal file

Binary file not shown.

BIN
source/psd/marker.psd Normal file

Binary file not shown.