Commit 97b7da32 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

improve the appearance of validation errors and hidden_label fields.

parent bdae9676
...@@ -465,8 +465,6 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n ...@@ -465,8 +465,6 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n
background-color:inherit;\n background-color:inherit;\n
color:#FF4400;\n color:#FF4400;\n
display: block;\n display: block;\n
padding-left:10px;\n
margin-left: 32%;\n
}\n }\n
\n \n
fieldset.left{\n fieldset.left{\n
...@@ -545,10 +543,9 @@ fieldset.right .field {\n ...@@ -545,10 +543,9 @@ fieldset.right .field {\n
float: left;\n float: left;\n
}\n }\n
\n \n
fieldset.left .hidden_label,\n .content .hidden_label,\n
fieldset.left .hidden_label label,\n .content .hidden_label label,\n
fieldset.right .hidden_label,\n .content .hidden_label .input {\n
fieldset.right .hidden_label label {\n
margin:0 !important;\n margin:0 !important;\n
}\n }\n
\n \n
......
1852 1853
\ 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