SAAS-948 - ShowBuilder redesign editors and fixes

This commit is contained in:
Duncan Sommerville 2015-07-27 15:37:55 -04:00
parent ba90b1f1eb
commit 59d89b0b9e
16 changed files with 2048 additions and 236 deletions

View file

@ -169,7 +169,7 @@ label.wrapp-label input[type="checkbox"] {
color: #ffffff;
margin:0;
font-size:12px;
font-weight:bold;
/*font-weight:bold;*/
padding:4px 12px 4px 22px;
text-decoration:none;
/*text-shadow: #000 0px -1px;*/

View file

@ -972,7 +972,7 @@ input[type="submit"].btn.btn-mini {
margin-left: 5px;
}
.btn-toolbar {
font-size: 0;
/*font-size: 0;*/
margin-top: 10px;
margin-bottom: 10px;
}

View file

@ -0,0 +1,144 @@
/* Show Builder*/
@media screen and (max-width: 1015px) {
.lib-test, .sb-test, .media-builder-test, #media_type_nav {
width: 100% !important;
}
.media-builder-test {
margin-top: 0 !important;
}
#media_type_nav div {
float: left;
width: 20%;
text-align: center;
margin: auto;
}
#media_type_nav .media_type_selector {
margin-top: .25em;
}
}
@media screen and (max-width: 780px) {
.lib-test .dataTables_filter input[type="text"] {
position: relative;
width: calc(100% - 1em) !important;
margin: 0 .5em .5em 0;
}
}
.lib-test .dataTables_filter {
margin: 0;
}
.lib-test .dataTables_filter input[type="text"], .lib-test .dataTables_filter select {
margin-top: .5em;
width: 30%;
float: right;
height: 26px;
}
.lib-test label {
padding: 0;
}
.lib-test .dataTables_length {
padding: 5px;
}
.lib-test .dataTables_length label {
color: #555555;
}
.lib-test legend, .lib-test span, .lib-test label {
font-weight: normal;
color: #efefef;
}
.lib-test {
margin: 2em 2em 2em 0;
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;
}
/* Media builder */
.media-builder-test {
color: #efefef;
}
#side_playlist {
width: calc(50% - 8em);
font-size: inherit;
}
/* Media type selector */
#media_type_nav {
float: left;
margin: 2em 0 0 0;
width: 12em;
background: none;
padding: 0 2em 0 0;
}
#new_media_selector {
width: 100%;
}
.media_type_selector {
cursor: pointer;
color: #cecece;
font-family: Roboto, "Open Sans", sans-serif;
font-size: 16px;
font-weight: 400;
width: 100%;
margin: 1em 1em 0 0;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.media_type_selector.selected {
color: #fff;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
.media_type_selector:hover {
color: #fff;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
/* Uploads/Dropzone */
#upload_form {
width: 100%;
min-width: 470px;
background: none;
border: 2px dashed #efefef;
color: #efefef;
font-family: Roboto, "Open Sans", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 1.4rem;
}

View file

@ -937,7 +937,7 @@ dl.inline-list dd {
.dataTables_info {
float: left;
padding: 8px 0 0 8px;
padding: 10px;
font-size:12px;
color:#555555;
font-weight:normal;
@ -3308,85 +3308,6 @@ dd .stream-status {
margin: 0 auto;
}
/* Show Builder*/
@media screen and (max-width: 1015px) {
.lib-test, .sb-test {
width: 100% !important;
}
}
.lib-test legend, .lib-test label, .lib-test span {
color: #efefef;
}
.lib-test {
margin: 2em 2em 2em 0;
overflow: hidden !important;
}
.sb-test {
margin-top: 2em;
}
.lib-test, .sb-test {
/* 1em for the middle margin, 6 for half the width of the left pane */
width: calc(50% - 8em);
min-width: 470px;
}
#media_type_nav {
float: left;
margin: 2em 0 0 0;
width: 12em;
background: none;
padding: 0 2em 0 0;
}
#new_media_selector {
width: 100%;
}
.media_type_selector {
cursor: pointer;
color: #cecece;
font-family: Roboto, "Open Sans", sans-serif;
font-size: 16px;
font-weight: 400;
width: 100%;
margin: 1em 1em 0 0;
}
.media_type_selector.selected {
color: #fff;
}
.media_type_selector:hover {
color: #fff;
-webkit-transition: color 0.2s linear;
-moz-transition: color 0.2s linear;
-o-transition: color 0.2s linear;
transition: color 0.2s linear;
}
/* Uploads */
#upload_form {
width: 100%;
min-width: 470px;
background: none;
border: 2px dashed #efefef;
color: #efefef;
font-family: Roboto, "Open Sans", sans-serif;
font-size: 20px;
font-weight: 300;
line-height: 1.4rem;
}
/* Usability Hints */
.usability_hint {