SAAS-1043 - fix flexbox settings for editors to work in firefox
This commit is contained in:
parent
c020e3449d
commit
80d78e9fc5
|
@ -459,8 +459,10 @@ li.ui-state-default {
|
||||||
max-height: 60%;
|
max-height: 60%;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
flex: 1 0 100%;
|
flex: 1 0 auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -503,6 +505,8 @@ li.ui-state-default {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
border: 1px solid #444;
|
border: 1px solid #444;
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background-color: #111;
|
background-color: #111;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -562,6 +566,8 @@ li.ui-state-default {
|
||||||
}
|
}
|
||||||
|
|
||||||
.side_playlist .zend_form input {
|
.side_playlist .zend_form input {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -1357,6 +1357,8 @@ input[type="checkbox"] {
|
||||||
}
|
}
|
||||||
|
|
||||||
#schedule_calendar {
|
#schedule_calendar {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1819,6 +1821,8 @@ button, input {
|
||||||
}
|
}
|
||||||
.user-management .dataTables_filter input {
|
.user-management .dataTables_filter input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-bottom:8px;
|
margin-bottom:8px;
|
||||||
}
|
}
|
||||||
|
@ -1945,7 +1949,9 @@ div.success{
|
||||||
float: right;
|
float: right;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 24px;
|
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{
|
div.errors, span.errors{
|
||||||
|
@ -1957,7 +1963,9 @@ div.errors, span.errors{
|
||||||
border:1px solid #c83f3f;
|
border:1px solid #c83f3f;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
line-height: 24px;
|
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{
|
span.errors.sp-errors{
|
||||||
|
@ -2625,6 +2633,8 @@ label span {
|
||||||
|
|
||||||
fieldset > legend {
|
fieldset > legend {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
background: #333;
|
background: #333;
|
||||||
|
@ -3469,6 +3479,8 @@ dd .stream-status {
|
||||||
/* Add Media Page */
|
/* Add Media Page */
|
||||||
|
|
||||||
#upload_form, #recent_uploads_wrapper {
|
#upload_form, #recent_uploads_wrapper {
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3597,6 +3609,8 @@ button.btn-icon-text > i.icon-white {
|
||||||
|
|
||||||
.dashboard_sub_nav {
|
.dashboard_sub_nav {
|
||||||
padding: 0px 0px 0px 10px;
|
padding: 0px 0px 0px 10px;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3726,6 +3740,8 @@ button.btn-icon-text > i.icon-white {
|
||||||
#listenerstat_content {
|
#listenerstat_content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
display: block;
|
display: block;
|
||||||
|
-webkit-box-sizing: border-box;
|
||||||
|
-moz-box-sizing: border-box;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue