Commit b54aee78 authored by Gabriel Monnerat's avatar Gabriel Monnerat

- improve css

- move button to create new event to your_calendar_box
- remove not used field

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42887 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 43174036
......@@ -62,13 +62,6 @@
</div>\n
</div>\n
<div id="caltoolbar" class="ctoolbar">\n
<div id="faddbtn" class="fbutton">\n
<div>\n
<span title=\'Click to Create New Event\' class="addcal">\n
New Event\n
</span>\n
</div>\n
</div>\n
<div id="showtodaybtn" class="fbutton">\n
<div>\n
<span title=\'Click to back to today\' class="showtoday">\n
......
......@@ -84,7 +84,6 @@
<value>
<list>
<string>your_calendar_box</string>
<string>your_date_selector_box</string>
</list>
</value>
</item>
......
......@@ -217,7 +217,13 @@
</item>
<item>
<key> <string>default</string> </key>
<value> <string></string> </value>
<value> <string encoding="cdata"><![CDATA[
<div id="faddbtn" class="fbutton">\n
<div> <span title=\'Click to Create New Event\' class="addcal"> New Event </span></div>\n
</div><div id="datepicker"></div>
]]></string> </value>
</item>
<item>
<key> <string>description</string> </key>
......
......@@ -72,7 +72,7 @@ input[type="text"] {\n
}\n
\n
div.main-left div#datepicker.hasDatepicker {\n
margin: -3px;\n
margin: 4px -3px -3px;\n
}\n
\n
.ui-datepicker {\n
......@@ -88,7 +88,7 @@ div#datepicker .ui-widget-content {\n
\n
.ui-datepicker th {\n
padding: 0px !important;\n
font-size: 11px;\n
font-size: 12px;\n
}\n
\n
.ui-datepicker .ui-datepicker-header {\n
......@@ -113,9 +113,8 @@ div.main-left .ui-widget-content .ui-state-default,\n
background: none !important;\n
border: 1px solid #FFF;\n
}\n
\n
.ui-widget-header {\n
border: 1px solid #DAE6F6 !important;\n
div.ui-datepicker-inline div.ui-datepicker-header {\n
border: 1px solid #FFF !important;\n
}\n
\n
.ui-datepicker td:hover {\n
......@@ -137,6 +136,21 @@ td.ui-datepicker-days-cell-over, td.ui-datepicker-week-end.ui-datepicker-current
\n
textarea {\n
border: 0px;\n
}\n
\n
table.ui-datepicker-calendar thead, div.ui-datepicker-inline div.ui-datepicker-header {\n
background: none repeat scroll 0 0 transparent;\n
}\n
\n
div#faddbtn.fbutton {\n
background: none repeat scroll 0 0 #E3E9FF !important;\n
height: 27px;\n
margin: -3px;\n
width: 105%;\n
}\n
\n
div#faddbtn.fbutton div {\n
padding: 6px;\n
}</string> </value>
</item>
<item>
......
211
\ No newline at end of file
212
\ No newline at end of file
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