SAAS-989 - Move file metadata editor to right-hand showbuilder pane
This commit is contained in:
parent
57c1d74286
commit
33d2fe0900
5 changed files with 124 additions and 50 deletions
|
@ -37,23 +37,28 @@ div.ColVis_collectionBackground {
|
|||
/* Scroll bars */
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
|
||||
/*border-radius: 10px;*/
|
||||
background: transparent none;
|
||||
}
|
||||
|
||||
.wrapper::-webkit-scrollbar-track {
|
||||
background-color: rgba(255, 93, 26, .2);
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: #ff5d1a;
|
||||
/*border-radius: 10px;*/
|
||||
-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.75);
|
||||
border-radius: 10px;
|
||||
-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-corner {
|
||||
-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0.75);
|
||||
background-color: #000;
|
||||
}
|
||||
|
||||
/* Show Builder*/
|
||||
|
@ -108,9 +113,6 @@ div.ColVis_collectionBackground {
|
|||
flex: 8 100%;
|
||||
min-height: 50%;
|
||||
}
|
||||
#side_playlist {
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
#media_type_nav {
|
||||
display: -webkit-box;
|
||||
display: -moz-box;
|
||||
|
@ -139,8 +141,11 @@ div.ColVis_collectionBackground {
|
|||
|
||||
@media screen and (max-width: 780px) {
|
||||
.wrapper {
|
||||
height: 100% !important; /* Correct for margins */
|
||||
padding: 0 !important;
|
||||
/*height: 100% !important; /!* Correct for margins *!/*/
|
||||
padding: 4px !important;
|
||||
}
|
||||
#media_type_nav {
|
||||
min-width: 555px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -239,7 +244,7 @@ div.ColVis_collectionBackground {
|
|||
|
||||
#advanced_search {
|
||||
position: absolute;
|
||||
left: -500px;
|
||||
left: -420px;
|
||||
padding: 5px;
|
||||
margin-top: -2px;
|
||||
}
|
||||
|
@ -368,6 +373,43 @@ div.ColVis_collectionBackground {
|
|||
|
||||
/* Media editors */
|
||||
|
||||
/* File Metadata Editor */
|
||||
|
||||
#edit-md-dialog {
|
||||
width: 100%;
|
||||
background: none;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#edit-md-dialog label {
|
||||
font-size: 14px;
|
||||
font-weight: normal;
|
||||
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
#side_playlist .zend_form dt {
|
||||
float: left;
|
||||
width: 40%;
|
||||
|
||||
text-align: right;
|
||||
|
||||
line-height: 20px;
|
||||
margin: 0 0 10px;
|
||||
padding-right: 4px;
|
||||
}
|
||||
|
||||
#side_playlist .zend_form dd {
|
||||
float: left;
|
||||
width: auto;
|
||||
|
||||
font-size: 14px;
|
||||
margin: 0 0 10px;
|
||||
}
|
||||
|
||||
/* Playlist/Block/Webstream Editors */
|
||||
|
||||
#side_playlist {
|
||||
margin-top: 34px;
|
||||
width: 100%; /* Override because we're using flexbox */
|
||||
|
@ -394,8 +436,6 @@ div.ColVis_collectionBackground {
|
|||
flex: 1 auto;
|
||||
margin-right: 10px;
|
||||
text-align: center;
|
||||
|
||||
min-width: 555px;
|
||||
}
|
||||
|
||||
#media_type_nav div {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue