Update style on error : work on webkit like on gecko. Fix issue with multi-line label

Set style on information are like transition message.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42650 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 698ce088
...@@ -123,7 +123,8 @@ a:hover { \n ...@@ -123,7 +123,8 @@ a:hover { \n
color: #000; \n color: #000; \n
}\n }\n
\n \n
.transition_message{\n .transition_message, \n
.information_area {\n
background-color:#FF654A;\n background-color:#FF654A;\n
font-weight:bold;\n font-weight:bold;\n
margin-left:10px;\n margin-left:10px;\n
...@@ -234,12 +235,12 @@ div#wrapper_headline div.header_title {\n ...@@ -234,12 +235,12 @@ div#wrapper_headline div.header_title {\n
float:left;\n float:left;\n
}\n }\n
\n \n
.content .error .input {\n .content .error input, \n
border:2px solid #FF4400;\n .content .error textarea {\n
border:1px solid #FF4400;\n
}\n }\n
\n \n
.content .field .error {\n .content .field .error, .content .error label {\n
background-color:inherit;\n
color:#FF4400;\n color:#FF4400;\n
}\n }\n
\n \n
......
1741 1742
\ 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