diff options
author | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-31 13:17:37 -0400 |
---|---|---|
committer | Trent Richardson <trentdrichardson@gmail.com> | 2013-07-31 13:17:37 -0400 |
commit | df4a6c832534c142985eba0e15ea4aba64ab2991 (patch) | |
tree | 844385a0a3a46e43e958ebd161d2759cdc6f6f09 /dist/jquery-ui-timepicker-addon.css | |
parent | 80d0ffc1ba2ab87f562f0b94dc6a0e5b24a0bee9 (diff) | |
download | jQuery-Timepicker-Addon-df4a6c832534c142985eba0e15ea4aba64ab2991.zip jQuery-Timepicker-Addon-df4a6c832534c142985eba0e15ea4aba64ab2991.tar.gz jQuery-Timepicker-Addon-df4a6c832534c142985eba0e15ea4aba64ab2991.tar.bz2 |
Fixes css widths
Diffstat (limited to 'dist/jquery-ui-timepicker-addon.css')
-rw-r--r-- | dist/jquery-ui-timepicker-addon.css | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/dist/jquery-ui-timepicker-addon.css b/dist/jquery-ui-timepicker-addon.css index b93a85f..da12d98 100644 --- a/dist/jquery-ui-timepicker-addon.css +++ b/dist/jquery-ui-timepicker-addon.css @@ -1,10 +1,11 @@ .ui-timepicker-div .ui-widget-header { margin-bottom: 8px; } .ui-timepicker-div dl { text-align: left; } -.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; } -.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; } +.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; } +.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; } .ui-timepicker-div td { font-size: 90%; } .ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; } .ui-timepicker-rtl{ direction: rtl; } -.ui-timepicker-rtl dl { text-align: right; } -.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
\ No newline at end of file +.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; } +.ui-timepicker-rtl dl dt{ float: right; clear: right; } +.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
\ No newline at end of file |