Commit ab3878fb authored by Ivan Tyagov's avatar Ivan Tyagov

Clean up and improve CSS.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40674 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 85396b40
...@@ -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>ts90671860.93</string> </value> <value> <string>ts90684440.87</string> </value>
</item> </item>
<item> <item>
<key> <string>__name__</string> </key> <key> <string>__name__</string> </key>
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
/* - add dynamic properties */\n /* - add dynamic properties */\n
/****************************************************************/\n /****************************************************************/\n
\n \n
<tal:block define="dummy python: request.RESPONSE.setHeader(\'Content-Type\', \'text/css;; charset=utf-8\');"/>\n
\n \n
/* CSS Web layout (one column) for Gadgets */\n /* CSS Web layout (one column) for Gadgets */\n
\n \n
...@@ -295,6 +296,7 @@ a#tabs-hide:link, a#tabs-hide:active, a#tabs-hide:visited { padding: 0 10px 0 10 ...@@ -295,6 +296,7 @@ a#tabs-hide:link, a#tabs-hide:active, a#tabs-hide:visited { padding: 0 10px 0 10
#navigation_table td {\n #navigation_table td {\n
background: url(../km_img/tabsbg.png) repeat-x transparent;\n background: url(../km_img/tabsbg.png) repeat-x transparent;\n
background-position: 0 100%;\n background-position: 0 100%;\n
font-size: 8pt;\n
}\n }\n
\n \n
table tr td, table tr.thead th {\n table tr td, table tr.thead th {\n
...@@ -319,6 +321,10 @@ table tr td, table tr.thead th {\n ...@@ -319,6 +321,10 @@ table tr td, table tr.thead th {\n
background: url(../km_img/tabs-add.png) no-repeat transparent;\n background: url(../km_img/tabs-add.png) no-repeat transparent;\n
background-position: 0 2px;\n background-position: 0 2px;\n
}\n }\n
#tabs ul li.first a, \n
#tabs ul li.last a { \n
font-weight: normal; \n
}\n
\n \n
#tabs ul li.first a.tabs-hide:hover, #tabs ul li.last a.tabs-add:hover {\n #tabs ul li.first a.tabs-hide:hover, #tabs ul li.last a.tabs-add:hover {\n
background-position: 0 -20px;\n background-position: 0 -20px;\n
...@@ -765,7 +771,7 @@ div.block fieldset.gadget-profile div.field{\n ...@@ -765,7 +771,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>12501</int> </value> <value> <int>12697</int> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
1693 1694
\ 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