diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2012-06-30 01:03:13 -0700 |
|---|---|---|
| committer | Ivan Kohler <ivan@freeside.biz> | 2012-06-30 01:03:13 -0700 |
| commit | f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7 (patch) | |
| tree | e5e9a077260613e6117d4697dd2985abd9b03d34 /rt/share/html/NoAuth/css/base/ui.timepickr.css | |
| parent | cf7cd8efc7095aadbdfb0cd8e7ea0e2e8b9e9085 (diff) | |
| parent | cd3eb95ed1f3dc3e04cfc2b3b405f75b3ab086da (diff) | |
merging RT 4.0.6
Diffstat (limited to 'rt/share/html/NoAuth/css/base/ui.timepickr.css')
| -rw-r--r-- | rt/share/html/NoAuth/css/base/ui.timepickr.css | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/base/ui.timepickr.css b/rt/share/html/NoAuth/css/base/ui.timepickr.css new file mode 100644 index 000000000..e2dacf7a9 --- /dev/null +++ b/rt/share/html/NoAuth/css/base/ui.timepickr.css @@ -0,0 +1,56 @@ +/* + jQuery ui.timepickr + http://code.google.com/p/jquery-utils/ + + copyright Maxime Haineault <haineault@gmail.com> + http://haineault.com + + MIT License (http://www.opensource.org/licenses/mit-license.php +*/ +.ui-timepickr { + position:absolute; + width:480px; +} + +.ui-timepickr-row { + margin:0; + padding:0; + margin-top:2px; + display:none; + position:relative; +} + +.ui-timepickr-button { + float:left; + margin:0; + padding:0; + list-style:none; + list-style-type:none; +} + +.ui-timepickr-button span { + font-size:.7em; + padding:4px 6px 4px 6px; + margin-left:2px; + text-align:center; + cursor:pointer; + display:block; + text-align:center; + + + /* system theme (default) */ + border-width:1px; + border-style:solid; + /*border-color:ThreeDLightShadow ThreeDShadow ThreeDShadow ThreeDLightShadow; + color:ButtonText; + background:ButtonFace;*/ +} + +.ui-timepickr-button span.ui-state-hover { + /*color:HighlightText; + background:Highlight;*/ +} + +.ui-state-hover span { + /*background:#c30;*/ +} |
