CC-6066 - Add/Remove content screen update
This commit is contained in:
parent
ef892bb565
commit
0ebe7a85e1
3 changed files with 51 additions and 36 deletions
|
@ -165,6 +165,7 @@ thead th.ui-state-default:focus {
|
|||
left: -420px;
|
||||
padding: 5px;
|
||||
margin-top: -2px;
|
||||
z-index: 1005;
|
||||
}
|
||||
|
||||
#advanced_search label, #advanced_search span {
|
||||
|
@ -190,7 +191,7 @@ thead th.ui-state-default:focus {
|
|||
|
||||
#advanced-options {
|
||||
float: right;
|
||||
z-index: 1;
|
||||
z-index: 1004;
|
||||
}
|
||||
|
||||
#advanced-options > button {
|
||||
|
|
|
@ -3525,6 +3525,10 @@ button.btn-icon-text > i.icon-white {
|
|||
flex-flow: row wrap;
|
||||
}
|
||||
|
||||
.ui-dialog-content input {
|
||||
z-index: 1003;
|
||||
}
|
||||
|
||||
.ui-dialog-content .media_type_selector {
|
||||
padding-left: 0;
|
||||
flex: 1 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue