CSS clean-up and fixes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user