CSS clean-up and fixes

This commit is contained in:
Eike Foken
2011-08-18 03:25:01 +02:00
parent c2787d5260
commit e59cb9386a
4 changed files with 223 additions and 32 deletions

View File

@@ -1,4 +1,5 @@
/* Form Style */
@CHARSET "UTF-8";
/* Form styles */
form ul li {
margin: 0 0 15px;
@@ -50,10 +51,25 @@ select.drop {
border: 1px solid #d2d2d2;
}
input.short { width: 20%;}
input.medium { width: 45%;}
input.long { width:70%;}
input.max { width: 95%;}
input.short {
width: 20%;
}
input.medium {
width: 45%;
}
input.long {
width: 70%;
}
input.max {
width: 95%;
}
table input {
margin: 0 !important;
}
p.success {
color: #008000;