[IMP] Improved css

bzr revid: fme@openerp.com-20110804175440-5ugf6wg716vmz5av
This commit is contained in:
Fabien Meghazi 2011-08-04 19:54:40 +02:00
parent e92d888f72
commit 3705a73138
1 changed files with 8 additions and 7 deletions

View File

@ -194,25 +194,25 @@ ul.db_options li {
}
table.db_option_table input.required {
background-color: #D2D2FF;
background-color: #D2D2FF !important;
}
.db_option_table input[type="text"], .db_option_table input[type="password"], .db_option_table select {
width: 300px;
width: 300px;
}
.option_string {
font-weight: bold;
color: #555;
width: 100%;
font-weight: bold;
color: #555;
width: 100%;
text-align: center;
padding: 10px 0;
font-size: large;
}
label.error {
float: none;
color: red;
float: none;
color: red;
padding-left: .5em;
vertical-align: top;
}
@ -864,6 +864,7 @@ label.error {
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
background: white;
min-width: 90px;
color: #1f1f1f;
}