diff options
| author | Alon Levy <alon@pobox.com> | 2014-08-06 18:20:50 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-08-06 18:20:50 +0300 |
| commit | a8b12cc1f7593dacd480bb4aebae909277613182 (patch) | |
| tree | 1799c075dbca6a5b00f1f763e96625908efee37d /ui.css | |
| parent | d617b826e6b2c72213938f7b87d68139465b7301 (diff) | |
css fixes: s/font/font-size/, vertical-align: s/center/middle
Diffstat (limited to 'ui.css')
| -rw-r--r-- | ui.css | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -60,10 +60,10 @@ .ui-datepicker { background-color: rgba(17,17,17,0.9); - width: 217px; - height: auto; - margin: 5px auto 0; - font: 9pt; + width: 217px; + height: auto; + margin: 5px auto 0; + font-size: 9pt; border: 1px solid; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); |
