SAAS-948 - Frontend tweaks
This commit is contained in:
parent
5e58403c7f
commit
fcbc37977f
11 changed files with 198 additions and 59 deletions
|
@ -205,7 +205,7 @@ td.library_bitrate {
|
|||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box;
|
||||
height: 25px;
|
||||
height: 26px;
|
||||
vertical-align: middle;
|
||||
margin: 0 !important;
|
||||
line-height: 16px;
|
||||
|
@ -218,7 +218,7 @@ td.library_bitrate {
|
|||
display: inline-block;
|
||||
float: none !important;
|
||||
margin: 0 !important;
|
||||
height: 25px;
|
||||
height: 26px;
|
||||
outline: none;
|
||||
vertical-align: middle !important;
|
||||
}
|
|
@ -1,6 +1,6 @@
|
|||
/* Show Builder*/
|
||||
|
||||
@media screen and (max-width: 1015px) {
|
||||
@media screen and (max-width: 1175px) {
|
||||
.lib-test, .sb-test, .media-builder-test, #media_type_nav {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
@ -13,6 +13,10 @@
|
|||
text-align: center;
|
||||
margin: auto;
|
||||
}
|
||||
#media_type_nav .dropdown-menu {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
#media_type_nav .media_type_selector {
|
||||
margin-top: .25em;
|
||||
}
|
||||
|
@ -59,25 +63,39 @@
|
|||
overflow: hidden !important;
|
||||
}
|
||||
|
||||
.sb-test, .media-builder-test {
|
||||
margin-top: 4.6em; /* Standardize this somehow */
|
||||
}
|
||||
|
||||
.lib-test, .sb-test, .media-builder-test {
|
||||
/* 1em for the middle margin, 6 for half the width of the left pane */
|
||||
width: calc(50% - 8em);
|
||||
min-width: 470px;
|
||||
}
|
||||
|
||||
/* Timeline */
|
||||
|
||||
.sb-test {
|
||||
margin-top: 1.5em;
|
||||
}
|
||||
|
||||
#sb_submit {
|
||||
text-decoration: none;
|
||||
padding: .35em;
|
||||
color: #efefef;
|
||||
}
|
||||
|
||||
.sb-timerange {
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
/* Media builder */
|
||||
|
||||
.media-builder-test {
|
||||
color: #efefef;
|
||||
margin-top: 2em; /* Standardize this somehow */
|
||||
}
|
||||
|
||||
#side_playlist {
|
||||
width: calc(50% - 8em);
|
||||
font-size: inherit;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Media type selector */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue