diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-06 18:18:27 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-06 18:18:27 +0300 |
| commit | b614a0af25f19605740a6c0de2f31a4d45edb2e2 (patch) | |
| tree | d37ec5ce976ea50aeb4c347e294dd5cb59354e15 /ui.css | |
| parent | 82f350da416cbbab32c1022dd7bfea9c9e10ba82 (diff) | |
remove whitespace at end of lines
Diffstat (limited to 'ui.css')
| -rw-r--r-- | ui.css | 66 |
1 files changed, 33 insertions, 33 deletions
@@ -58,7 +58,7 @@ font-size:16px; } -.ui-datepicker { +.ui-datepicker { background-color: rgba(17,17,17,0.9); width: 217px; height: auto; @@ -66,48 +66,48 @@ font: 9pt; border: 1px solid; - -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); - -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); - box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); -} + -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); + -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); + box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); +} -.ui-datepicker-title { - text-align: center; -} +.ui-datepicker-title { + text-align: center; +} -.ui-datepicker-prev { - float: left; - background-position: center -30px; -} -.ui-datepicker-next { - float: right; - background-position: center 0px; +.ui-datepicker-prev { + float: left; + background-position: center -30px; +} +.ui-datepicker-next { + float: right; + background-position: center 0px; } -.ui-datepicker-header { - color: #e0e0e0; - font-weight: bold; - -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2); - -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); - box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); - text-shadow: 1px -1px 0px #000; - filter: dropshadow(color=#000, offx=1, offy=-1); - line-height: 30px; - border-width: 1px 0 0 0; - border-style: solid; - border-color: #111; +.ui-datepicker-header { + color: #e0e0e0; + font-weight: bold; + -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2); + -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); + box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); + text-shadow: 1px -1px 0px #000; + filter: dropshadow(color=#000, offx=1, offy=-1); + line-height: 30px; + border-width: 1px 0 0 0; + border-style: solid; + border-color: #111; } -.ui-datepicker a { - text-decoration: none; +.ui-datepicker a { + text-decoration: none; color: #fff; -} +} .ui-datepicker a:hover { color: #E03A3E; } -.ui-datepicker table { - width: 100%; -}
\ No newline at end of file +.ui-datepicker table { + width: 100%; +} |
