diff --git a/airtime_mvc/public/css/_showbuilder.css b/airtime_mvc/public/css/_showbuilder.css index c45d3f0e8..94436e99e 100644 --- a/airtime_mvc/public/css/_showbuilder.css +++ b/airtime_mvc/public/css/_showbuilder.css @@ -1,8 +1,3 @@ -html, body { - /*background: #242424;*/ - background: #111; - overflow: hidden; -} div.ColVis_collectionBackground { background-color: transparent; @@ -559,14 +554,14 @@ textarea { /* Media type selector */ #media_type_nav { - position: relative; + position: absolute; top: 139px; + bottom: 0px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; - height: 100%; width: 130px; flex: 1 auto; 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 4e23d4317..728e6f95b 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 @@ -121,7 +121,7 @@ } .ui-widget-content a { - color: #444444; + color: #b2b2b2; } .ui-widget-header { border: 1px solid #5b5b5b; diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 2b22fc24b..83d494bd0 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -10,7 +10,7 @@ body { } html, body { height: 100%; - background: #7f7f7f; + background: #111; } #login-page {