* SAAS-1168, SAAS-1153 - work on station podcast frontend
* SAAS-1164 - Styling fixes for publishing and podcast editors
This commit is contained in:
parent
4cd00b50ee
commit
c0d8b8b39c
14 changed files with 246 additions and 149 deletions
|
@ -51,6 +51,7 @@
|
|||
.content-pane {
|
||||
height: auto !important;
|
||||
width: 100% !important;
|
||||
min-height: 500px;
|
||||
}
|
||||
.spl_sortable {
|
||||
max-height: 50%;
|
||||
|
@ -303,10 +304,6 @@ thead th.ui-state-default:focus {
|
|||
float: right;
|
||||
}
|
||||
|
||||
#show_builder .fg-toolbar.ui-corner-tl.ui-corner-tr {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
.sb-content .dataTables_wrapper {
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -489,6 +486,11 @@ li.ui-state-default {
|
|||
top: 4px;
|
||||
left: 4px;
|
||||
overflow-x: hidden; /* Show the y-direction scrollbar (magic!) */
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
.editor_pane_wrapper a:visited, .angular_wrapper a:visited {
|
||||
color: #cecece;
|
||||
}
|
||||
|
||||
.tab-name {
|
||||
|
@ -512,7 +514,7 @@ li.ui-state-default {
|
|||
|
||||
.inner_editor_title h2 {
|
||||
margin: 10px 0 0 10px;
|
||||
width: 85%;
|
||||
width: 70%;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
|
@ -639,24 +641,30 @@ li.ui-state-default {
|
|||
padding-top: 4px;
|
||||
}
|
||||
|
||||
/* DataTables */
|
||||
/* Schedule tab DataTable */
|
||||
|
||||
#show_builder .fg-toolbar > .btn-toolbar,
|
||||
#show_builder .ColVis.TableTools {
|
||||
#show_builder_table_wrapper .fg-toolbar.ui-corner-tl.ui-corner-tr {
|
||||
border-top: none;
|
||||
}
|
||||
|
||||
#show_builder_table_wrapper .fg-toolbar > .btn-toolbar,
|
||||
#show_builder_table_wrapper .ColVis.TableTools {
|
||||
position: absolute;
|
||||
top: 35px;
|
||||
}
|
||||
|
||||
#show_builder .fg-toolbar > .btn-toolbar {
|
||||
#show_builder_table_wrapper .fg-toolbar > .btn-toolbar {
|
||||
left: 6px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
#show_builder .ColVis.TableTools {
|
||||
#show_builder_table_wrapper .ColVis.TableTools {
|
||||
right: 6px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* DataTables */
|
||||
|
||||
div.ColVis_collectionBackground {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
@ -679,6 +687,10 @@ div.ColVis_collectionBackground {
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.ColVis {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
/* Hacky stuff here */
|
||||
#show_builder .dataTables_scrolling {
|
||||
top: 66px;
|
||||
|
|
|
@ -41,13 +41,14 @@
|
|||
}
|
||||
|
||||
.sb-content fieldset legend {
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
white-space: nowrap;
|
||||
width: 110px;
|
||||
}
|
||||
|
||||
.sb-content fieldset label {
|
||||
padding: 2px;
|
||||
/*padding: 2px;*/
|
||||
padding: 0 16px 0 0;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
|
|
@ -3949,7 +3949,7 @@ li .ui-state-hover {
|
|||
height: 100%;
|
||||
float: left;
|
||||
flex: 1 100%;
|
||||
margin: 4px 0;
|
||||
margin: 4px 0 !important;
|
||||
min-height: 0;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
|
@ -3963,13 +3963,54 @@ li .ui-state-hover {
|
|||
max-width: 300px;
|
||||
}
|
||||
|
||||
.podcast-metadata label {
|
||||
display: inline-block;
|
||||
width: 150px;
|
||||
.inner_editor_title > h2 {
|
||||
float: left;
|
||||
}
|
||||
|
||||
.podcast-metadata input[type="text"] {
|
||||
.inner_editor_title button {
|
||||
float: right;
|
||||
margin: 5px 10px 0 0;
|
||||
}
|
||||
|
||||
.angular_wrapper .inner_editor_wrapper {
|
||||
flex: 1 100%;
|
||||
}
|
||||
|
||||
.angular_wrapper legend {
|
||||
background-color: #242424;
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
.angular_wrapper .dataTables_scrolling {
|
||||
/* Should find a better way to do this... */
|
||||
top: 74px !important;
|
||||
}
|
||||
|
||||
.podcast-metadata p {
|
||||
text-align: center;
|
||||
padding: 0 5%;
|
||||
}
|
||||
|
||||
.podcast-metadata label,
|
||||
.podcast-metadata input,
|
||||
.podcast-metadata textarea {
|
||||
margin: 4px 0;
|
||||
}
|
||||
|
||||
.podcast-metadata input[type="checkbox"] {
|
||||
margin: 8px 60% 0 0;
|
||||
}
|
||||
|
||||
.podcast-metadata label {
|
||||
display: block;
|
||||
width: 20%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
.podcast-metadata input[type="text"],
|
||||
.podcast-metadata textarea {
|
||||
width: 60%;
|
||||
float: left;
|
||||
}
|
||||
|
||||
/* UI Revamp Video */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue