Commit f6ea9604 authored by Ivan Tyagov's avatar Ivan Tyagov

CSS fix for show found text summary.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@43162 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d90fda29
......@@ -123,8 +123,7 @@ a:hover { \n
color: #000; \n
}\n
\n
.transition_message, \n
.information_area {\n
.transition_message{\n
background-color:#FF654A;\n
font-weight:bold;\n
margin-left:10px;\n
......@@ -235,12 +234,12 @@ div#wrapper_headline div.header_title {\n
float:left;\n
}\n
\n
.content .error input, \n
.content .error textarea {\n
border:1px solid #FF4400;\n
.content .error .input {\n
border:2px solid #FF4400;\n
}\n
\n
.content .field .error, .content .error label {\n
.content .field .error {\n
background-color:inherit;\n
color:#FF4400;\n
}\n
\n
......@@ -1508,7 +1507,11 @@ div#wrapper_headline span.header_title {\n
font-weight:bold;\n
}\n
\n
\n
a.section-link,\n
a.owner-link,\n
a.history-link{\n
margin-left: 5px;\n
}\n
\n
</tal:block>
......
1744
\ No newline at end of file
1745
\ 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