Commit cbebbb23 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

improbe stylesheet for viewing erp5 documents in web mode.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@28623 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent bfdd6da1
......@@ -362,16 +362,20 @@
clear: both;\n
}\n
\n
fieldset.editable {\n
p.clear {\n
font-size:0 !important;\n
}\n
\n
#main_content fieldset {\n
font-size:120%;\n
}\n
\n
fieldset.editable legend {\n
#main_content fieldset legend {\n
padding: 10px 0 0 20px;\n
font-weight: bold;\n
}\n
\n
fieldset.editable label {\n
#main_content fieldset label {\n
padding: 0 10px 0 20px;\n
float: left;\n
width: 140px;\n
......@@ -379,12 +383,15 @@ fieldset.editable label {\n
color: #666;\n
}\n
\n
fieldset.editable div.input {\n
padding: 0 20px;\n
#main_content fieldset div.input {\n
padding: 0 20px 0 0;\n
margin-left:170px;\n
}\n
\n
fieldset.editable.bottom div.input {\n
#main_content fieldset div.page div.input,\n
#main_content fieldset.bottom div.input {\n
padding: 0;\n
margin:0\n
}\n
\n
div.editable a > img {\n
......@@ -475,7 +482,7 @@ div.input select, div.input textarea {\n
max-width:450px;\n
}\n
\n
fieldset.editable > div.field {\n
#main_content fieldset > div.field {\n
margin:5px 0;\n
}\n
\n
......
127
\ No newline at end of file
128
\ 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