Commit 287f878e authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up usage of 'important' in CSS. THis makes it hard for further...

Clean up usage of 'important' in CSS. THis makes it hard for further customizations of this base CSS.
Clean up old code usage.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@38469 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d9a3795a
...@@ -81,7 +81,6 @@ if editable_mode in (\'True\', True, 1):\n ...@@ -81,7 +81,6 @@ if editable_mode in (\'True\', True, 1):\n
else:\n else:\n
editable_mode = 0\n editable_mode = 0\n
\n \n
\n
s = """\n s = """\n
updater(\'%s\', \'%s\', \'%s\', \'%s\', \'%s\', %s);\n updater(\'%s\', \'%s\', \'%s\', \'%s\', \'%s\', %s);\n
""" %(url, box_relative_url, dom_id, \n """ %(url, box_relative_url, dom_id, \n
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts83177190.58</string> </value> <value> <string>ts84964412.54</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -394,27 +394,10 @@ div.block div.searchResultHeader span.left button{\n ...@@ -394,27 +394,10 @@ div.block div.searchResultHeader span.left button{\n
indedepndantly from fact that master form may use hiddenLabel */\n indedepndantly from fact that master form may use hiddenLabel */\n
div.block div.hidden_label label, \n div.block div.hidden_label label, \n
div.block div.hiddenLabel label{\n div.block div.hiddenLabel label{\n
display: none!important;\n display: none;\n
}\n
\n
/* ListBoxes in Gadgets */\n
div.block div.ListSummary{\n
background: none;\n
padding-left: 0px;\n
}\n
\n
div.block div.ListSummary table{\n
padding-left: 0px;\n
padding-right: 0px;\n
}\n
\n
div.block div.ListSummary td{\n
vertical-align: top!important;\n
width: auto!important;\n
}\n }\n
\n \n
/* some css for the list style listbox */\n /* some css for the list style listbox */\n
\n
div.block div.list_style a{\n div.block div.list_style a{\n
cursor:pointer;\n cursor:pointer;\n
}\n }\n
...@@ -577,7 +560,7 @@ div.block div.worklist_list ul li a:hover{\n ...@@ -577,7 +560,7 @@ div.block div.worklist_list ul li a:hover{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>9546</int> </value> <value> <int>9264</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="File" module="OFS.Image"/>
<global name="File" module="OFS.Image"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -15,7 +12,7 @@ ...@@ -15,7 +12,7 @@
</item> </item>
<item> <item>
<key> <string>_EtagSupport__etag</string> </key> <key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts41609429.21</string> </value> <value> <string>ts84964100.38</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -131,20 +128,20 @@ h3.handle span.handle {\n ...@@ -131,20 +128,20 @@ h3.handle span.handle {\n
}\n }\n
\n \n
.wait_block p{\n .wait_block p{\n
text-align: center!important;\n text-align: center;\n
}\n }\n
\n \n
#add_new_tab_diloag_link{\n #add_new_tab_diloag_link{\n
margin-left: 0.5em !important;\n margin-left: 0.5em;\n
}\n }\n
\n \n
.border_bottom0px{\n .border_bottom0px{\n
border-bottom: 1px solid #FFFFFF!important;\n border-bottom: 1px solid #FFFFFF;\n
}\n }\n
\n \n
/* disable cursor for anonymous users */\n /* disable cursor for anonymous users */\n
.portal-column-undraggable .handle{\n .portal-column-undraggable .handle{\n
cursor: default!important;\n cursor: default;\n
}\n }\n
\n \n
/* admin toolbox gadget fix */\n /* admin toolbox gadget fix */\n
...@@ -154,8 +151,8 @@ div.block div.adminToolbox li{\n ...@@ -154,8 +151,8 @@ div.block div.adminToolbox li{\n
\n \n
/* h3 tags containing spans get affected by gadget box title */\n /* h3 tags containing spans get affected by gadget box title */\n
div.block div.adminToolbox h3 span{\n div.block div.adminToolbox h3 span{\n
display:inline !important;\n display:inline;\n
float:none !important;\n float:none;\n
}\n }\n
\n \n
/* add space between fieldsets for gadgtes */\n /* add space between fieldsets for gadgtes */\n
...@@ -163,8 +160,8 @@ div.block fieldset > div {\n ...@@ -163,8 +160,8 @@ div.block fieldset > div {\n
margin-bottom: 0.3em;\n margin-bottom: 0.3em;\n
}\n }\n
div.block fieldset label{\n div.block fieldset label{\n
text-align: left!important;\n text-align: left;\n
display: block!important;\n display: block;\n
} }
]]></string> </value> ]]></string> </value>
...@@ -175,7 +172,7 @@ div.block fieldset label{\n ...@@ -175,7 +172,7 @@ div.block fieldset label{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>2048</int> </value> <value> <int>1965</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
538 541
\ No newline at end of file \ 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