Commit 2b13ea8c authored by Ivan Tyagov's avatar Ivan Tyagov

CSS clean up.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36261 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d644e686
......@@ -15,7 +15,7 @@
</item>
<item>
<key> <string>_EtagSupport__etag</string> </key>
<value> <string>ts76239406.87</string> </value>
<value> <string>ts76242823.7</string> </value>
</item>
<item>
<key> <string>__name__</string> </key>
......@@ -35,15 +35,6 @@
/* - add dynamic properties */\n
/****************************************************************/\n
\n
.draggable_wrapper {\n
background-color: inherit;\n
}\n
\n
#tabs{\n
border-bottom: none;\n
height: 35px;\n
}\n
\n
.border_bottom1px{\n
border-bottom: none!important;\n
}\n
......@@ -52,10 +43,6 @@
border-bottom: none!important;\n
}\n
\n
#tabs_switcher {\n
height:35px;\n
}\n
\n
.tab {\n
border: none;\n
}\n
......@@ -74,12 +61,6 @@
\n
}\n
\n
.border_bottom0px {\n
\n
height: 35px;\n
\n
}\n
\n
#tabs ul li a, #tabs ul li.last a { background: none; }\n
\n
#tabs ul li a.tabs-hide:link, #tabs ul li a.tabs-hide:active, #tabs ul li a.tabs-hide:visited {\n
......@@ -538,7 +519,7 @@ div.block fieldset label{\n
</item>
<item>
<key> <string>size</string> </key>
<value> <int>8142</int> </value>
<value> <int>7964</int> </value>
</item>
<item>
<key> <string>title</string> </key>
......
......@@ -585,10 +585,10 @@ width: auto;\n
}\n
\n
#tabs {\n
\n
\toverflow: hidden;\n
\twidth:99%;\n
\n
overflow: hidden;\n
width:99%;\n
border-bottom: none;\n
height: 35px;\n
}\n
\n
#tabs ul {\n
......@@ -647,7 +647,10 @@ width: auto;\n
a#tabs-add:link, a#tabs-add:active, a#tabs-add:visited,\n
a#tabs-hide:link, a#tabs-hide:active, a#tabs-hide:visited { padding: 0 10px 0 10px; }\n
\n
#tabs_switcher{padding-top: 15px;}\n
#tabs_switcher {\n
padding-top: 15px;\n
height:35px;\n
}\n
\n
/* ## navigation ###################################### end ### */\n
\n
......
......@@ -46,7 +46,6 @@
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\')"/>\n
\n
/* Search popup fix*/\n
\n
div.search_popup{\n
left:200px;\n
position:absolute;\n
......@@ -285,7 +284,7 @@ a.tree_open {\n
text-align:left;\n
vertical-align: top;\n
}\n
.listbox_search_line{\n
.listbox_search_line, .listbox_label_line{\n
background-color: #F0EFE9;\n
}\n
.listbox_search_line th{\n
......
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