Commit 3e8a70ce authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix some style bugs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28603 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9cac75c3
...@@ -491,7 +491,7 @@ div.input select, div.input textarea {\n ...@@ -491,7 +491,7 @@ div.input select, div.input textarea {\n
max-width:450px;\n max-width:450px;\n
}\n }\n
\n \n
fieldset > div.field {\n fieldset.editable > div.field {\n
margin:5px 0;\n margin:5px 0;\n
}\n }\n
\n \n
...@@ -499,6 +499,10 @@ fieldset > div.field {\n ...@@ -499,6 +499,10 @@ fieldset > div.field {\n
width:<tal:block tal:replace="python:main_content_width-2"/>px;\n width:<tal:block tal:replace="python:main_content_width-2"/>px;\n
}\n }\n
\n \n
div.bottom_action {\n
margin:0px 20px 20px;\n
}\n
\n
div.bottom_actions button {\n div.bottom_actions button {\n
float: left;\n float: left;\n
}\n }\n
...@@ -529,10 +533,6 @@ div.pdf-preview-navigation img {\n ...@@ -529,10 +533,6 @@ div.pdf-preview-navigation img {\n
margin:0;\n margin:0;\n
}\n }\n
\n \n
button.bt-med {\n
margin:0 0 10px 20px;\n
}\n
\n
div.error > div > input,\n div.error > div > input,\n
div.error > div > textarea {\n div.error > div > textarea {\n
border:1px solid red;\n border:1px solid red;\n
......
124 125
\ 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