diff options
Diffstat (limited to 'WebContent/ITMILL/themes/default/select/select.css')
-rw-r--r-- | WebContent/ITMILL/themes/default/select/select.css | 126 |
1 files changed, 10 insertions, 116 deletions
diff --git a/WebContent/ITMILL/themes/default/select/select.css b/WebContent/ITMILL/themes/default/select/select.css index 5c5d57507a..e83b9508fa 100644 --- a/WebContent/ITMILL/themes/default/select/select.css +++ b/WebContent/ITMILL/themes/default/select/select.css @@ -1,97 +1,38 @@ -.i-select { - text-align: left /* Force default alignment */
-}
-.i-select-option {
-
-}
-
-.i-select-optiongroup {
-
-}
-
-.i-select-optiongroup .i-select-option {
- display: block;
- white-space: nowrap; - /* really mean block for IE */ - zoom: 1; -} -
.i-select-select {
- /*
- border: 1px solid #b6b6b6;
- border-bottom-color: #9d9d9d;
- border-top-color: #d6d6d6;
- border-left-color: #d6d6d6;
- */
- display: block;
font-size: 13px;
}
-
/* Twincol style */
-.i-select-twincol {
- white-space: nowrap;
-}
-.i-select-twincol-options {
- float: left;
- font-size: 13px;
-}
+.i-select-twincol-options,
.i-select-twincol-selections {
font-size: 13px;
- font-weight: bold;
}
-
.i-select-twincol-buttons {
- float: left;
padding: 2px; /* does not work in first render in FF ? */
- text-align: center;
-}
-
-.i-select-twincol-buttons .i-select-twincol-deco {
- clear:both;
-}
-
-.i-select-twincol .i-textfield {
- display: block;
- float: left;
- clear: left;
-}
-
-.i-select-twincol .i-button {
- display: block;
- float: left;
-}
-
-.i-select-twincol-buttons .i-button {
- display: inline;
- float: none;
} /** Filterselect aka ComboBox styles */ .i-filterselect { height: 23px; - white-space: nowrap; - text-align: left; /* Force default alignment */ background: transparent url(img/bg-left-filter.png) no-repeat; padding-left: 4px; } -.i-filterselect .i-icon { - float: left; -} .i-app .i-filterselect .i-filterselect-input, .i-window .i-filterselect .i-filterselect-input, .i-popupview-popup .i-filterselect .i-filterselect-input { background: transparent url(img/bg-center-filter.png) no-repeat 1px 0; - float: left; border: none; height: 20px; - margin: 0px; + margin: 0; padding: 3px 0 0 2px; font-size: 13px; +}
+.i-filterselect-prompt .i-filterselect-input {
+ font-style: normal;
} .i-filterselect-input:focus { /* remove safari/mac outline from this element */ - outline: 0px; + outline: none; } .i-filterselect-focus { outline: 1px solid #5daee8; @@ -102,16 +43,9 @@ outline: 5px auto -webkit-focus-ring-color; outline-offset: -4px; } -.i-filterselect-prompt .i-filterselect-input { - /* input prompt active, i.e empty select */ - color: #999; - font-style: italic; -} .i-filterselect-button { - float: right; width: 25px; height: 23px; - cursor: pointer; background: transparent url(img/bg-right-filter.png); } .i-filterselect-button:hover { @@ -121,16 +55,10 @@ .i-readonly .i-filterselect-button:hover { background-position: top left; } - -.i-filterselect.i-readonly .i-filterselect-button { - display: none; -} - .i-filterselect.i-readonly .i-filterselect-input { background: transparent; color: black; } - .i-filterselect-suggestpopup { background: #f6f7f7; border: 1px solid #b6bbbc; @@ -140,31 +68,18 @@ line-height: 18px; margin-top: -1px; } -.i-filterselect-suggestmenu table { - border-collapse: collapse; - border: none; -} .i-filterselect-suggestmenu .gwt-MenuItem { padding: 1px 6px; cursor: pointer; height: 18px; - white-space: nowrap; } - .i-filterselect-suggestmenu .gwt-MenuItem .i-icon { margin-right: 3px; - vertical-align: middle; } - -.i-filterselect-suggestmenu .gwt-MenuItem span { - vertical-align: middle; -} - .i-filterselect-suggestmenu .gwt-MenuItem-selected { background: #5daee8; color: #fff; } - .i-filterselect-nextpage, .i-filterselect-nextpage-off, .i-filterselect-prevpage-off, @@ -172,9 +87,7 @@ height: 11px; width:100%; background: transparent url(img/button-bg.png) no-repeat 50% 0; - text-align: center; margin: 2px 0 0 0; - overflow:hidden; } .i-filterselect-prevpage, .i-filterselect-prevpage-off { @@ -203,51 +116,33 @@ .i-filterselect-nextpage-off span { background: transparent url(img/arrow-down.png) no-repeat 50% 60%; } - -.i-filterselect-nextpage-off, -.i-filterselect-prevpage-off { - color: #666; - opacity: 0.5; - filter: Alpha(opacity=50); -} -.i-filterselect-nextpage-off span, -.i-filterselect-prevpage-off span { - cursor: default; -} - .i-filterselect-status { font-size: 11px; line-height: 11px; - width:100%; + width: 100%; padding: 4px 0px; height: 11px; - white-space: nowrap; - text-align: center; border-top: 1px solid #b6bbbc; } /* Error styles (disabled by default) ---------------------------------- - + .i-filterselect-error { background-image: url(img/bg-left-filter-error.png); } - .i-filterselect-error .i-filterselect-input { background-image: url(img/bg-center-filter-error.png); } - .i-filterselect-error .i-filterselect-button { background-image: url(img/bg-right-filter-error.png); } - .i-select-error .i-select-option, .i-select-error .i-select-select, .i-select-error .i-select-twincol-selections, .i-select-error .i-select-twincol-options { - background:transparent; - background-color: #FFE0E0; + background: #FFE0E0; } */ @@ -258,7 +153,6 @@ .i-select-required .i-select-select, .i-select-required .i-select-twincol-selections, .i-select-required .i-select-twincol-options { - background:transparent; - background-color: #FFE0E0; + background: #FFE0E0; } */
\ No newline at end of file |