Commit 2c72d1e6 authored by Ivan Tyagov's avatar Ivan Tyagov

Improve required fields marking. Clean up "important" CSS usage.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39105 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ee85f02e
...@@ -184,8 +184,11 @@ float: left;\n ...@@ -184,8 +184,11 @@ float: left;\n
\n \n
.content .field label, .content .field .input {\n .content .field label, .content .field .input {\n
width: 100%;\n width: 100%;\n
padding-left:10px;\n
\n
}\n }\n
\n \n
\n
.content .field label {\n .content .field label {\n
\n \n
width:30%;\n width:30%;\n
...@@ -1242,7 +1245,7 @@ fieldset.right_registration h4 {\n ...@@ -1242,7 +1245,7 @@ fieldset.right_registration h4 {\n
margin: 0 0 10px 0;\n margin: 0 0 10px 0;\n
font-weight: bold;\n font-weight: bold;\n
padding: 0.1em 0.5em;\n padding: 0.1em 0.5em;\n
background: #5B7C9B none repeat scroll 0% !important;\n background: #5B7C9B none repeat scroll 0% ;\n
color: white !important;\n color: white !important;\n
display: block;\n display: block;\n
font-size: 1.2em;\n font-size: 1.2em;\n
...@@ -1271,12 +1274,6 @@ fieldset.right_registration label {\n ...@@ -1271,12 +1274,6 @@ fieldset.right_registration label {\n
padding-right: 0.1em;\n padding-right: 0.1em;\n
}\n }\n
\n \n
fieldset.right_registration div.required label {\n
background-image:url(km_img/required_mark.png) !important;\n
background-position:left center !important;\n
background-repeat:no-repeat !important;\n
}\n
\n
fieldset.left_registration input,\n fieldset.left_registration input,\n
fieldset.left_registration textarea,\n fieldset.left_registration textarea,\n
fieldset.left_registration select,\n fieldset.left_registration select,\n
...@@ -1348,8 +1345,13 @@ div.gadget-management{\n ...@@ -1348,8 +1345,13 @@ div.gadget-management{\n
}\n }\n
\n \n
div.required label{\n div.required label{\n
padding-top: 4px;\n background-image:url("km_img/required_mark.png");\n
background: url("../km_img/required_mark.png") no-repeat;\n background-position:left center;\n
background-repeat:no-repeat;\n
padding-left: 10px;\n
\n
/* padding-top: 4px;\n
background: url("../km_img/required_mark.png") no-repeat;*/\n
}\n }\n
\n \n
/* login form */\n /* login form */\n
......
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
\tdisplay: block;\n \tdisplay: block;\n
\twidth: 924px;\n \twidth: 924px;\n
\theight: 283px;\n \theight: 283px;\n
margin:0 14px 10px;\n margin:10px 14px 10px;\n
\n \n
}\n }\n
\n \n
......
1593 1594
\ 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