Commit 6b0738ab authored by Ivan Tyagov's avatar Ivan Tyagov

Button CSS fixes.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34516 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ca24dfb2
...@@ -982,6 +982,7 @@ form p,\n ...@@ -982,6 +982,7 @@ form p,\n
/* ERP5 form listbox bottom */\n /* ERP5 form listbox bottom */\n
.bottom{\n .bottom{\n
float:left;\n float:left;\n
width:100%;\n
}\n }\n
\n \n
.meta {\n .meta {\n
...@@ -1236,8 +1237,8 @@ button.bt-med span img {\n ...@@ -1236,8 +1237,8 @@ button.bt-med span img {\n
#km_left {\n #km_left {\n
\n \n
padding-top: 15px;\n padding-top: 15px;\n
\tfloat: left;\n float: left;\n
\twidth:75%;\n width:75%;\n
\n \n
}\n }\n
\n \n
...@@ -1252,9 +1253,9 @@ button.bt-med span img {\n ...@@ -1252,9 +1253,9 @@ button.bt-med span img {\n
float:right;\n float:right;\n
width: auto;\n width: auto;\n
margin-right: 10px;\n margin-right: 10px;\n
margin-top: 0.5em;\n
}\n }\n
\n \n
\n
/* Login form CSS */\n /* Login form CSS */\n
fieldset#fieldset_left_registration, \n fieldset#fieldset_left_registration, \n
fieldset#fieldset_right_registration {\n fieldset#fieldset_right_registration {\n
......
1330 1331
\ 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