SAAS-948 - fix smartblock save and tab close functionality, implement 'super' checkbox

This commit is contained in:
Duncan Sommerville 2015-08-10 18:46:12 -04:00
parent 849b8038ce
commit c9f9bed2d6
6 changed files with 61 additions and 24 deletions

View file

@ -549,8 +549,6 @@ textarea {
flex: 1 auto;
padding: 0;
/*margin-right: 10px;*/
/*text-align: center;*/
background: #353535;
border: 1px solid #242424;
@ -663,15 +661,19 @@ textarea {
text-align: center;
}
th.library_checkbox {
text-align: center !important;
}
.datatable tr td { /*, .datatable tr th {*/
line-height: 28px;
font-size: 14px;
padding: 5px;
}
.datatable tr[class$='selected'] td,
.datatable tr[class*='selected'] td,
.datatable tr.sb-now-playing td {
color: #efefef;
color: #000;
}
.datatable tr, .datatable td,
@ -687,6 +689,11 @@ textarea {
position: fixed !important;
}
.datatable .ui-state-highlight, .spl_sortable .ui-state-highlight {
background: rgba(255, 93, 26, .6);
border: none;
}
/* Uploads/Dropzone */
#upload_form {