CC-2073: Select Days checkboxes are confusing

Increased the space between a checkbox and the label to its right.
Should make it better to tell which checkbox belongs to which label.
This commit is contained in:
Yuchen Wang 2011-10-18 10:24:01 -04:00
parent d2fe46baf0
commit 0989a1c13f

View file

@ -75,7 +75,7 @@
} }
label.wrapp-label input[type="checkbox"] { label.wrapp-label input[type="checkbox"] {
float:left; float:left;
margin:-1px 4px 0 0; margin:-1px 2px 0 0;
} }
#schedule-add-show fieldset:last-child { #schedule-add-show fieldset:last-child {
@ -91,7 +91,7 @@ label.wrapp-label input[type="checkbox"] {
#add_show_day_check-element.block-display label.wrapp-label { #add_show_day_check-element.block-display label.wrapp-label {
font-size:12px; font-size:12px;
float:left; float:left;
margin-right:5px; margin-right:10px;
} }
#add_show_name-element .input_text { #add_show_name-element .input_text {
/*width:99%;*/ /*width:99%;*/