Merge branch 'saas-showbuilder' of https://github.com/sourcefabric/Airtime into saas-showbuilder
This commit is contained in:
commit
f9cc8b41df
|
@ -108,6 +108,10 @@ div.ColVis_collectionBackground {
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 1475px) {
|
@media screen and (max-width: 1475px) {
|
||||||
|
.wrapper {
|
||||||
|
-webkit-flex-flow: column !important;
|
||||||
|
flex-flow: column !important;
|
||||||
|
}
|
||||||
.content-pane {
|
.content-pane {
|
||||||
height: auto !important;
|
height: auto !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
@ -532,10 +536,6 @@ li.ui-state-default {
|
||||||
|
|
||||||
margin: 4px 0;
|
margin: 4px 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.spl_sortable .list-item-container {
|
.spl_sortable .list-item-container {
|
||||||
|
@ -695,7 +695,7 @@ th.library_checkbox {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Since the z-index gets applied dynamically to the */
|
/* Since the z-index gets applied dynamically */
|
||||||
#ui-datepicker-div {
|
#ui-datepicker-div {
|
||||||
z-index: 1000 !important;
|
z-index: 1000 !important;
|
||||||
}
|
}
|
||||||
|
|
|
@ -3589,7 +3589,7 @@ button.btn-icon-text > i.icon-white {
|
||||||
background-color: #ff611f;
|
background-color: #ff611f;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.2);
|
text-shadow: 0px 0px 1px rgba(0, 0, 0, 0.1);
|
||||||
|
|
||||||
z-index: 99; /* Need to be above elements like the shows in the calendar! */
|
z-index: 99; /* Need to be above elements like the shows in the calendar! */
|
||||||
/*margin: 5px 10px;*/
|
/*margin: 5px 10px;*/
|
||||||
|
|
|
@ -12,10 +12,7 @@ var AIRTIME = (function(AIRTIME){
|
||||||
viewport,
|
viewport,
|
||||||
$lib,
|
$lib,
|
||||||
$pl,
|
$pl,
|
||||||
$togglePl = $("<button id='pl_edit' class='btn btn-small' href='#' title='"+$.i18n._("Open Media Builder")+"'>"+$.i18n._("Open Media Builder")+"</button>"),
|
|
||||||
widgetHeight,
|
widgetHeight,
|
||||||
resizeTimeout,
|
|
||||||
width,
|
|
||||||
$tabCount = 0,
|
$tabCount = 0,
|
||||||
$openTabs = {};
|
$openTabs = {};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue