From 80d78e9fc58c48f9faf9bed4cbbaaa6cacdb59ae Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Wed, 2 Sep 2015 13:08:16 -0400 Subject: [PATCH] SAAS-1043 - fix flexbox settings for editors to work in firefox --- airtime_mvc/public/css/dashboard.css | 8 +++++++- airtime_mvc/public/css/styles.css | 20 ++++++++++++++++++-- 2 files changed, 25 insertions(+), 3 deletions(-) diff --git a/airtime_mvc/public/css/dashboard.css b/airtime_mvc/public/css/dashboard.css index d8220ea6a..c30d2e848 100644 --- a/airtime_mvc/public/css/dashboard.css +++ b/airtime_mvc/public/css/dashboard.css @@ -459,8 +459,10 @@ li.ui-state-default { max-height: 60%; overflow-x: hidden; width: 100%; - flex: 1 0 100%; + flex: 1 0 auto; padding: 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; } @@ -503,6 +505,8 @@ li.ui-state-default { padding: 5px; border: 1px solid #444; border-radius: 3px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; background-color: #111; display: flex; @@ -562,6 +566,8 @@ li.ui-state-default { } .side_playlist .zend_form input { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; height: 26px; } diff --git a/airtime_mvc/public/css/styles.css b/airtime_mvc/public/css/styles.css index e636103a6..f2a21787d 100644 --- a/airtime_mvc/public/css/styles.css +++ b/airtime_mvc/public/css/styles.css @@ -1357,6 +1357,8 @@ input[type="checkbox"] { } #schedule_calendar { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; @@ -1819,6 +1821,8 @@ button, input { } .user-management .dataTables_filter input { width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; margin-bottom:8px; } @@ -1945,7 +1949,9 @@ div.success{ float: right; height: 30px; line-height: 24px; - box-sizing: border-box;; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } div.errors, span.errors{ @@ -1957,7 +1963,9 @@ div.errors, span.errors{ border:1px solid #c83f3f; height: 30px; line-height: 24px; - box-sizing: border-box;; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; } span.errors.sp-errors{ @@ -2625,6 +2633,8 @@ label span { fieldset > legend { width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; background: #333; @@ -3469,6 +3479,8 @@ dd .stream-status { /* Add Media Page */ #upload_form, #recent_uploads_wrapper { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; } @@ -3597,6 +3609,8 @@ button.btn-icon-text > i.icon-white { .dashboard_sub_nav { padding: 0px 0px 0px 10px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; } @@ -3726,6 +3740,8 @@ button.btn-icon-text > i.icon-white { #listenerstat_content { width: 100%; display: block; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; box-sizing: border-box; }