Commit e311680c authored by Fabien Morin's avatar Fabien Morin

use class instead of id for fieldsets

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34738 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b772ed3d
......@@ -470,7 +470,7 @@ div#main_content > fieldset.webcontent {\n
/* TODO: redo webcontent header spacing policy because lack of consistency\n
(not tested with huge titles) */\n
\n
div#main_content > fieldset#fieldset_webcontent {padding: 2em}\n
div#main_content > fieldset.webcontent {padding: 2em}\n
\n
div#main_content > fieldset.header {\n
padding-bottom: 1em;\n
......@@ -509,7 +509,8 @@ div#main_content fieldset.webcontent span.headline {\n
text-align: left;\n
}\n
\n
</tal:block>
</tal:block>\n
]]></string> </value>
</item>
......
932
\ No newline at end of file
933
\ No newline at end of file
......@@ -486,7 +486,7 @@ div.input select, div.input textarea {\n
margin:5px 0;\n
}\n
\n
#fieldset_bottom > div.field > div.input > textarea {\n
fieldset.bottom > div.field > div.input > textarea {\n
width:<tal:block tal:replace="python:main_content_width-2"/>px;\n
}\n
\n
......
178
\ No newline at end of file
179
\ 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