Commit 0ee66489 authored by Ivan Tyagov's avatar Ivan Tyagov

Merge duplicating CSS code. Fix indentation.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42515 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent adb81c42
...@@ -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>ts95442606.13</string> </value> <value> <string>ts95534465.43</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -54,13 +54,14 @@ ...@@ -54,13 +54,14 @@
div.pad-actions{\n div.pad-actions{\n
float:none;\n float:none;\n
}\n }\n
.block {\n div.block {\n
margin-top: 0.5em;\n margin-top: 0.5em;\n
margin-bottom: 5px;\n
\n
}\n }\n
\n \n
.block li {\n .block li {\n
margin-left: 0.5em;\n margin-left: 0.5em;\n
/*list-style-type:none;*/\n
}\n }\n
\n \n
.block h3 span.gadget_title{\n .block h3 span.gadget_title{\n
...@@ -154,7 +155,7 @@ h3.handle span.handle {\n ...@@ -154,7 +155,7 @@ h3.handle span.handle {\n
cursor: default;\n cursor: default;\n
}\n }\n
\n \n
/* add space between fieldsets for gadgtes */\n /* add space between fieldsets for gadgets */\n
div.block fieldset > div {\n div.block fieldset > div {\n
margin-bottom: 0.3em;\n margin-bottom: 0.3em;\n
}\n }\n
...@@ -212,57 +213,40 @@ div.border_bottom0px{\n ...@@ -212,57 +213,40 @@ div.border_bottom0px{\n
/* front page gadget tabs switcher */\n /* front page gadget tabs switcher */\n
#tabs {\n #tabs {\n
overflow: hidden;\n overflow: hidden;\n
/* width:99%; */\n
border-bottom: none;\n border-bottom: none;\n
height: 35px;\n height: 35px;\n
}\n }\n
\n \n
#tabs ul {\n #tabs ul {\n
\n list-style-type: none;\n
\tlist-style-type: none;\n padding:10px 0 18px 0;\n
\tmargin:0;\n height:22px;\n
\tpadding:10px 0 18px 0;\n display: block;\n
\theight:22px;\n
\tdisplay: block;\n
\toverflow:hidden;\n
\n
}\n }\n
\n \n
#tabs ul li {\n #tabs ul li {\n
\n float:left;\n
\tfloat:left;\n padding: 0 0 0 10px;\n
\toverflow: hidden;\n height:22px;\n
\tmargin: 0;\n background: url(km_img/tabs.png) no-repeat transparent;\n
\tpadding: 0 0 0 10px;\n
\theight:22px;\n
\twidth:auto;\n
\tbackground: url(km_img/tabs.png) no-repeat transparent;\n
\n
}\n }\n
\n \n
#tabs ul li span {\n #tabs ul li span {\n
\n display: block;\n
\tdisplay: block;\n margin: 0;\n
\toverflow: hidden;\n height:22px;\n
\tmargin: 0;\n line-height:24px;\n
\twidth:auto;\n padding-right:40px;\n
\theight:22px;\n padding-top: 0em;\n
\tline-height:24px;\n
\tpadding-right:40px;\n
\tpadding-top: 0em;\n
\tposition: relative;\n
\n
}\n }\n
\n \n
#tabs ul li span a.icon {\n #tabs ul li span a.icon {\n
\n float:right;\n
\tfloat:right;\n width:10px;\n
\twidth:10px;\n height:10px;\n
\theight:10px;\n text-indent:-999999px;\n
\ttext-indent:-999999px;\n position: absolute;\n
\tposition: absolute;\n top:5px;\n
\ttop:5px;\n
\n
}\n }\n
\n \n
\n \n
...@@ -277,7 +261,7 @@ a#tabs-hide:link, a#tabs-hide:active, a#tabs-hide:visited { padding: 0 10px 0 10 ...@@ -277,7 +261,7 @@ a#tabs-hide:link, a#tabs-hide:active, a#tabs-hide:visited { padding: 0 10px 0 10
padding-top: 15px;\n padding-top: 15px;\n
height:35px;\n height:35px;\n
font-weight: normal;\n font-weight: normal;\n
border: none;\n border: none;\n
}\n }\n
\n \n
/* Gadget Navigation table */\n /* Gadget Navigation table */\n
...@@ -431,12 +415,9 @@ div.block-hover {\n ...@@ -431,12 +415,9 @@ div.block-hover {\n
\tborder:none;\n \tborder:none;\n
}\n }\n
\n \n
/* eof gadgets */\n
\n \n
/* Gadget content */\n /* Gadget content */\n
div.block {\n \n
margin-bottom: 5px;\n
}\n
\n \n
/* Gadget edit form */\n /* Gadget edit form */\n
div.edit-form {\n div.edit-form {\n
...@@ -715,7 +696,7 @@ div.block fieldset.gadget-profile div.field{\n ...@@ -715,7 +696,7 @@ div.block fieldset.gadget-profile div.field{\n
</item> </item>
<item> <item>
<key> <string>size</string> </key> <key> <string>size</string> </key>
<value> <int>12244</int> </value> <value> <int>12056</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
1737 1738
\ 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