d8d2ad002a
- rename static subdirs to css and js - move global static dir to core/static, changed - move global templates dir to core/templates - check comments and code style of all our own CSS and JS files - minor changes related to the changes of template and static files
45 lines
589 B
CSS
45 lines
589 B
CSS
/*
|
|
* jQuery UI timepicker styles
|
|
*
|
|
*/
|
|
|
|
.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 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;
|
|
}
|