diff --git a/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml b/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml index 2035168be..bfbcc80ad 100644 --- a/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml +++ b/airtime_mvc/application/views/scripts/schedule/add-show-form.phtml @@ -1,7 +1,7 @@
- diff --git a/airtime_mvc/public/css/fullcalendar.css b/airtime_mvc/public/css/fullcalendar.css index 4ea1bf4c4..8b957a222 100644 --- a/airtime_mvc/public/css/fullcalendar.css +++ b/airtime_mvc/public/css/fullcalendar.css @@ -38,6 +38,7 @@ html .fc, table.fc-header { background: #4a4a4a; + border-bottom: 1px solid #222; } #schedule_calendar > table > tbody > tr > td.fc-header-left @@ -437,7 +438,7 @@ table.fc-border-separate { .fc-border-separate tr.fc-last th, .fc-border-separate tr.fc-last td { - border-bottom-width: 1px; + border-bottom: 1px solid #222; } .fc-border-separate tbody tr.fc-first td, diff --git a/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css b/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css index 4c65de49e..c91abd98b 100644 --- a/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css +++ b/airtime_mvc/public/css/redmond/jquery-ui-1.8.8.custom.css @@ -127,6 +127,7 @@ border: 1px solid #5b5b5b; background: #4a4a4a ; color: #ccc; + text-shadow: #343434 0px -1px; } .ui-widget-header a { color: #444444; @@ -139,6 +140,7 @@ border:1px solid #5b5b5b; background-color: #6e6e6e; color: #ffffff; + text-shadow: rgba(0, 0, 0, 0.2) 0px -1px; } .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited { color: #ffffff; @@ -157,8 +159,11 @@ } .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active { border: 1px solid #5b5b5b; - background: #c6c6c6; + background: #ccc9c7; color: #000; + text-shadow: rgba(255, 255, 255, 0.2) 0px 1px; + box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.2); + outline:none; } .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited { @@ -177,8 +182,8 @@ /* Interaction Cues ----------------------------------*/ .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight { - border: 1px solid #ff5d1a; - background: rgba(255, 93, 26, 0.1); + border: 1px solid #696969; + background: rgba(255, 255, 255, 0.15); color: #1adeff; } .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a { diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index b87030bc8..2dc42905a 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1380,7 +1380,7 @@ input[type="checkbox"] { thead tr.fc-first { height: 32px; - line-height: 32px; + line-height: 32px; } /** Extremely nasty workaround for a fullcalendar bug, where clicking "Add Show" @@ -2828,7 +2828,7 @@ tbody tr th { } thead tr th { color: #FFFFFF; - font-size: 12px; + font-size: 16px; padding: 5px 5px; border-color:#CCCCCC; background-color: #6e6e6e;