From 22df189cdc8ff65bfd256fabdc1ab032b3d8cdab Mon Sep 17 00:00:00 2001 From: james Date: Mon, 4 Jul 2011 11:11:35 -0400 Subject: [PATCH] CC-2477:Duration box is too small -fixed --- airtime_mvc/public/css/add-show.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/public/css/add-show.css b/airtime_mvc/public/css/add-show.css index e5df20b6d..96008facd 100644 --- a/airtime_mvc/public/css/add-show.css +++ b/airtime_mvc/public/css/add-show.css @@ -124,5 +124,5 @@ label.wrapp-label input[type="checkbox"] { #add_show_duration { background: #AAAAAA; cursor: default; - width: 50px; + width: 65px; }