CC-1868 fixes for date/time picker to avoid calendar/font size problems.
This commit is contained in:
parent
e9691f9a4c
commit
84b8b6ffe3
|
@ -1,28 +1,28 @@
|
|||
/*
|
||||
* Timepicker stylesheet
|
||||
* Highly inspired from datepicker
|
||||
* FG - Nov 2010 - Web3R
|
||||
*
|
||||
* version 0.0.3 : Fixed some settings, more dynamic
|
||||
* version 0.0.4 : Removed width:100% on tables
|
||||
*/
|
||||
|
||||
.ui-timepicker-inline { display: inline }
|
||||
|
||||
#ui-timepicker-div { padding: 0.2em; z-index: 5 !important }
|
||||
.ui-timepicker-table { display: inline-table }
|
||||
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }
|
||||
|
||||
.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em; }
|
||||
|
||||
.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
|
||||
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
|
||||
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }
|
||||
.ui-timepicker-table td a {
|
||||
display:block;
|
||||
padding:0.2em 0.3em 0.2em 0.5em;
|
||||
width: 1.2em;
|
||||
|
||||
text-align:right;
|
||||
text-decoration:none;
|
||||
}
|
||||
/*
|
||||
* Timepicker stylesheet
|
||||
* Highly inspired from datepicker
|
||||
* FG - Nov 2010 - Web3R
|
||||
*
|
||||
* version 0.0.3 : Fixed some settings, more dynamic
|
||||
* version 0.0.4 : Removed width:100% on tables
|
||||
*/
|
||||
|
||||
.ui-timepicker-inline { display: inline }
|
||||
|
||||
#ui-timepicker-div { padding: 0.2em; z-index: 10 !important }
|
||||
.ui-timepicker-table { display: inline-table }
|
||||
.ui-timepicker-table table { margin:0.15em 0 0 0; border-collapse: collapse; }
|
||||
|
||||
.ui-timepicker-hours, .ui-timepicker-minutes { padding: 0.2em; }
|
||||
|
||||
.ui-timepicker-table .ui-timepicker-title { line-height: 1.8em; text-align: center; }
|
||||
.ui-timepicker-table td { padding: 0.1em; width: 2.2em; }
|
||||
.ui-timepicker-table th.periods { padding: 0.1em; width: 2.2em; }
|
||||
.ui-timepicker-table td a {
|
||||
display:block;
|
||||
padding:0.2em 0.3em 0.2em 0.5em;
|
||||
width: 1.2em;
|
||||
|
||||
text-align:right;
|
||||
text-decoration:none;
|
||||
}
|
||||
|
|
|
@ -762,7 +762,7 @@ dt.block-display, dd.block-display {
|
|||
width:98%
|
||||
}
|
||||
div.ui-datepicker {
|
||||
font-size: 75%;
|
||||
/*font-size: 75%;*/
|
||||
}
|
||||
|
||||
|
||||
|
@ -1059,4 +1059,64 @@ h2#scheduled_playlist_name span {
|
|||
button, input {
|
||||
margin-top:0;
|
||||
margin-bottom:0;
|
||||
}
|
||||
}
|
||||
|
||||
.user-management {
|
||||
width:810px;
|
||||
}
|
||||
.user-data {
|
||||
float:left;
|
||||
width:420px;
|
||||
}
|
||||
.user-list-wrapper {
|
||||
float:left;
|
||||
width:380px;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
.user-management div.user-list-wrapper .ui-widget-header:first-child {
|
||||
background: none repeat scroll 0 0 transparent;
|
||||
border-width: 0 0 1px;
|
||||
color: #444444;
|
||||
font-weight: bold;
|
||||
}
|
||||
.user-list-wrapper .ui-widget-header:first-child .dataTables_filter {
|
||||
margin:0;
|
||||
}
|
||||
.user-management h2 {
|
||||
font-size: 1.7em;
|
||||
padding-bottom: 16px;
|
||||
}
|
||||
.user-management .dataTables_filter .auto-search {
|
||||
width: 378px;
|
||||
}
|
||||
.user-data.simple-formblock dd {
|
||||
width: 73%;
|
||||
}
|
||||
|
||||
.user-data fieldset {
|
||||
margin-bottom:8px;
|
||||
}
|
||||
.user-data fieldset:last-child {
|
||||
margin-bottom:0;
|
||||
}
|
||||
|
||||
.user-list-wrapper .button-holder {
|
||||
padding:8px 0;
|
||||
text-align:right;
|
||||
}
|
||||
.user-list-wrapper .button-holder .ui-button {
|
||||
margin:0;
|
||||
}
|
||||
.ui-widget-content .user-list-wrapper .ui-icon.ui-icon-closethick {
|
||||
background-image:url(redmond/images/ui-icons_666666_256x240.png);
|
||||
cursor:pointer;
|
||||
float:right;
|
||||
margin-right:5px;
|
||||
}
|
||||
.ui-widget-content .user-list-wrapper .ui-icon.ui-icon-closethick:hover {
|
||||
background-image:url(redmond/images/ui-icons_ff5d1a_256x240.png);
|
||||
}
|
||||
|
||||
|
||||
#ui-datepicker-div { z-index: 10 !important }
|
Loading…
Reference in New Issue