CSS Fix

Display error message under input div
parent ad744871
...@@ -459,6 +459,9 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n ...@@ -459,6 +459,9 @@ div#mainwrapper div.wrapper div.gadget fieldset.widget legend{\n
.content .field .error {\n .content .field .error {\n
background-color:inherit;\n background-color:inherit;\n
color:#FF4400;\n color:#FF4400;\n
display: block;\n
padding-left:10px;\n
margin-left: 32%;\n
}\n }\n
\n \n
fieldset.left{\n fieldset.left{\n
...@@ -1315,7 +1318,7 @@ button.formbt > span{\n ...@@ -1315,7 +1318,7 @@ button.formbt > span{\n
</item> </item>
<item> <item>
<key> <string>output_encoding</string> </key> <key> <string>output_encoding</string> </key>
<value> <string>iso-8859-15</string> </value> <value> <string>utf-8</string> </value>
</item> </item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
......
1795 1796
\ 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