diff options
Diffstat (limited to 'rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css')
-rw-r--r-- | rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css b/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css index 7eb871568..8dc30f7b2 100644 --- a/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css +++ b/rt/share/html/NoAuth/css/base/jquery-ui-timepicker-addon.css @@ -1,3 +1,15 @@ +/* +* jQuery timepicker addon +* By: Trent Richardson [http://trentrichardson.com] +* Version 1.0.0 +* Last Modified: 02/05/2012 +* +* Copyright 2012 Trent Richardson +* Dual licensed under the MIT and GPL licenses. +* http://trentrichardson.com/Impromptu/GPL-LICENSE.txt +* http://trentrichardson.com/Impromptu/MIT-LICENSE.txt +*/ + .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; } |