|
|
|
@ -2719,7 +2719,7 @@ div.gjs-select { |
|
|
|
background-color: rgba(0, 0, 0, 0.15); |
|
|
|
box-sizing: border-box; |
|
|
|
position: absolute; |
|
|
|
width: 85%; |
|
|
|
width: 83%; |
|
|
|
height: 100%; |
|
|
|
bottom: 0; |
|
|
|
left: 0; |
|
|
|
@ -2900,12 +2900,12 @@ ol.example li.placeholder:before { |
|
|
|
text-align: center; |
|
|
|
z-index: 3; } |
|
|
|
.gjs-pn-panel#gjs-pn-commands, .gjs-pn-panel#gjs-pn-options2 { |
|
|
|
width: 85%; |
|
|
|
width: 83%; |
|
|
|
left: 0; |
|
|
|
top: 0; |
|
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } |
|
|
|
.gjs-pn-panel#gjs-pn-options { |
|
|
|
right: 15%; |
|
|
|
right: 17%; |
|
|
|
top: 0; } |
|
|
|
.gjs-pn-panel#gjs-pn-options2 { |
|
|
|
bottom: 150px; |
|
|
|
@ -2917,13 +2917,13 @@ ol.example li.placeholder:before { |
|
|
|
.gjs-pn-panel#gjs-pn-views { |
|
|
|
border-bottom: 2px solid rgba(0, 0, 0, 0.3); |
|
|
|
right: 0; |
|
|
|
width: 15%; |
|
|
|
width: 17%; |
|
|
|
z-index: 4; } |
|
|
|
.gjs-pn-panel#gjs-pn-views-container { |
|
|
|
height: 100%; |
|
|
|
padding: 42px 0 0; |
|
|
|
right: 0; |
|
|
|
width: 15%; |
|
|
|
width: 17%; |
|
|
|
overflow: auto; |
|
|
|
box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); } |
|
|
|
|
|
|
|
@ -3207,18 +3207,15 @@ ol.example li.placeholder:before { |
|
|
|
.gjs-sm-sector .gjs-sm-field, .gjs-clm-tags .gjs-sm-field, .gjs-sm-sector .gjs-clm-field, .gjs-clm-tags .gjs-clm-field { |
|
|
|
width: 100%; |
|
|
|
position: relative; } |
|
|
|
.gjs-sm-sector .gjs-sm-field input, .gjs-clm-tags .gjs-sm-field input, .gjs-sm-sector .gjs-clm-field input, .gjs-clm-tags .gjs-clm-field input { |
|
|
|
box-sizing: border-box; |
|
|
|
.gjs-sm-sector .gjs-sm-field input, .gjs-clm-tags .gjs-sm-field input, .gjs-sm-sector .gjs-clm-field input, .gjs-clm-tags .gjs-clm-field input, .gjs-sm-sector .gjs-sm-field select, .gjs-clm-tags .gjs-sm-field select, .gjs-sm-sector .gjs-clm-field select, .gjs-clm-tags .gjs-clm-field select { |
|
|
|
background-color: transparent; |
|
|
|
color: rgba(255, 255, 255, 0.7); |
|
|
|
background: none; |
|
|
|
border: none; |
|
|
|
padding: 3px 21px 3px 0; |
|
|
|
width: 100%; } |
|
|
|
.gjs-sm-sector .gjs-sm-field input, .gjs-clm-tags .gjs-sm-field input, .gjs-sm-sector .gjs-clm-field input, .gjs-clm-tags .gjs-clm-field input { |
|
|
|
box-sizing: border-box; |
|
|
|
padding: 3px 21px 3px 0; } |
|
|
|
.gjs-sm-sector .gjs-sm-field select, .gjs-clm-tags .gjs-sm-field select, .gjs-sm-sector .gjs-clm-field select, .gjs-clm-tags .gjs-clm-field select { |
|
|
|
background: none; |
|
|
|
border: none; |
|
|
|
color: rgba(255, 255, 255, 0.7); |
|
|
|
width: 100%; |
|
|
|
padding: 2px 10px 2px 2px; |
|
|
|
position: relative; |
|
|
|
z-index: 1; |
|
|
|
|