Commit a54a11f6 authored by Vincent Pelletier's avatar Vincent Pelletier

Fix bottom padding of center field group in forms.

Make vertical separation of fields smaller by 2px.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11158 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ba847962
......@@ -594,6 +594,10 @@ fieldset.center {\n
padding-right: 5px;\n
}\n
\n
fieldset.center {\n
padding-bottom: 5px;\n
}\n
\n
fieldset.left {\n
width: 50%;\n
float: left;\n
......@@ -634,7 +638,7 @@ fieldset.bottom .field label {\n
}\n
\n
.content .field {\n
padding-bottom: 5px;\n
padding-bottom: 3px;\n
}\n
\n
.content .field label {\n
......
284
\ No newline at end of file
288
\ 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