2013-05-21 Miguel de Dios <miguel.dedios@artica.es>

* include/styles/datepicker.css,
	include/styles/jquery-ui-1.10.0.custom.css: change the style to
	show better the datepicker and timepicker.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8183 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2013-05-21 15:48:57 +00:00
parent 3ed70944e4
commit dc3b2eb430
3 changed files with 44 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-05-21 Miguel de Dios <miguel.dedios@artica.es>
* include/styles/datepicker.css,
include/styles/jquery-ui-1.10.0.custom.css: change the style to
show better the datepicker and timepicker.
2013-05-21 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_reporting.php, include/functions.php: improved

View File

@ -1,4 +1,4 @@
/* Main Flora Style Sheet for jQuery UI ui-datepicker */
/* Main Flora Style Sheet for jQuery UI ui-datepicker
#ui-datepicker-div, .ui-datepicker-inline {
font-family: Arial,Helvetica,sans-serif;
font-size: 14px;
@ -186,6 +186,8 @@ img.ui-datepicker-trigger {
.ui-datepicker-new-row {
clear: left;
}
*/
/*
.ui-datepicker-cover {
display: none;
display/**/: block;
@ -197,3 +199,4 @@ img.ui-datepicker-trigger {
width: 193px;
height: 200px;
}
*/

View File

@ -1172,3 +1172,37 @@ body .ui-tooltip {
filter: Alpha(Opacity=30);
border-radius: 8px;
}
/*CUSTOMS*/
#ui-datepicker-div {
border-color: #B1B1B1;
background: #ffffff;
}
.ui-widget-header {
background: #B1B1B1 !important;
color: #ffffff !important;
}
.ui_tpicker_hour,
.ui_tpicker_minute,
.ui_tpicker_second,
.ui-slider-handle {
border: 1px solid #AAAAAA !important;
}
.ui-timepicker-div dd {
margin: 0px 15px 0px 15px ;
}
.ui-datepicker-buttonpane button {
border-color: #B1B1B1 !important;
}
.ui-datepicker-buttonpane .ui-datepicker-current {
margin-left: 0.2em !important;
}
.ui-icon {
}