From 0989a1c13f3c83ffc01b24be0f480f880bb84eed Mon Sep 17 00:00:00 2001 From: Yuchen Wang Date: Tue, 18 Oct 2011 10:24:01 -0400 Subject: [PATCH] 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. --- airtime_mvc/public/css/add-show.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/airtime_mvc/public/css/add-show.css b/airtime_mvc/public/css/add-show.css index fbd1c6be5..0dd479a3c 100644 --- a/airtime_mvc/public/css/add-show.css +++ b/airtime_mvc/public/css/add-show.css @@ -75,7 +75,7 @@ } label.wrapp-label input[type="checkbox"] { float:left; - margin:-1px 4px 0 0; + margin:-1px 2px 0 0; } #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 { font-size:12px; float:left; - margin-right:5px; + margin-right:10px; } #add_show_name-element .input_text { /*width:99%;*/