Modified:
trunk/src/main/webapp/css/bigbark.css
Log:
Fixed the css width for all checkboxes, set it to 15px AGAIN.
Modified: trunk/src/main/webapp/css/bigbark.css
==============================================================================
--- trunk/src/main/webapp/css/bigbark.css (original)
+++ trunk/src/main/webapp/css/bigbark.css Sat Mar 7 16:20:22 2009
@@ -384,20 +384,20 @@
color: #ff0000;
}
-.form_field input.small, .form_field textarea.small, .form_field
select.small {
+.form_field input[type="text"].small,
input[type="password"].small, .form_field textarea.small, .form_field
select.small {
width: 75px
}
-.form_field input.medium, .form_field textarea.medium, .form_field
select.medium {
+.form_field input[type="text"].medium,
input[type="password"].medium, .form_field textarea.medium, .form_field
select.medium {
width: 150px
}
-input[type="checkbox"] {
- width: 15px
+.form_field input[type="text"].large,
input[type="password"].large, .form_field textarea.large, .form_field
select.large {
+ width: 316px
}
-.form_field input.large, .form_field textarea.large, .form_field
select.large {
- width: 316px
+input[type="checkbox"] {
+ width: 15px
}
.form_field input, .form_field textarea, .form_field select {