From bd3a16ae7bdbdcd637398d3d795cf066044f47e1 Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Mon, 19 Oct 2015 16:10:20 -0400 Subject: [PATCH] SAAS-1110 - Fix header sizing at most screen resolutions --- airtime_mvc/public/css/styles.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index 8929a33f0..3f9381aed 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -288,15 +288,13 @@ select { color:#ff5d1a; } .now-playing-block { - /*width:35%;*/ - flex: 1 auto; + flex: 1 0; background: url(images/masterpanel_spacer.png) no-repeat 0 0; margin-left: 152px; padding-left: 14px; } .show-block { - /*width:30%;*/ - flex: 1 auto; + flex: 1 0; } .text-row { height:30px; @@ -3962,4 +3960,4 @@ li .ui-state-hover { } /* jQuery dialog */ -.no-close .ui-dialog-titlebar-close {display: none } \ No newline at end of file +.no-close .ui-dialog-titlebar-close {display: none }