Commit 10d2b477 authored by Gabriel Monnerat's avatar Gabriel Monnerat

improve css

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42729 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent a4cf1deb
......@@ -78,6 +78,7 @@ div.main-left div#datepicker.hasDatepicker {\n
.ui-datepicker {\n
padding: 0;\n
width: 13.5em;\n
height: 12em;\n
}\n
\n
div#datepicker .ui-widget-content {\n
......@@ -87,7 +88,7 @@ div#datepicker .ui-widget-content {\n
\n
.ui-datepicker th {\n
padding: 0px !important;\n
font-size: 12px;\n
font-size: 11px;\n
}\n
\n
.ui-datepicker .ui-datepicker-header {\n
......@@ -111,7 +112,7 @@ div#datepicker .ui-widget-content {\n
.ui-widget-content .ui-state-default,\n
.ui-widget-header .ui-state-default {\n
background: none !important;\n
border: 1px solid #FFF !important;\n
border: 1px solid #FFF;\n
}\n
\n
.ui-widget-header {\n
......@@ -125,7 +126,16 @@ div#datepicker .ui-widget-content {\n
div#ui-datepicker-div.ui-datepicker {\n
background: none !important;\n
border: 0px;\n
}</string> </value>
}\n
\n
.ui-state-default .ui-state-highlight .ui-state-active .ui-state-hover {\n
background: #DAE6F6 !important;\n
}\n
\n
td.ui-datepicker-days-cell-over, td.ui-datepicker-week-end.ui-datepicker-current-day {\n
background: url("images/ui-bg_glass_75_dae6f6_1x400.png") repeat-x scroll 50% 50% #DAE6F6;\n
}\n
</string> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -1021,6 +1021,10 @@ div#pad-navigation-wrapper {\n
\n
img[alt="calendar_logo_box"]{\n
margin-top: 10px;\n
}\n
\n
div#preference_dialog select{\n
border: 0px;\n
}
]]></string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment