mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fix position of back button on empty preview within campaigns
This commit is contained in:
parent
1395ee0c31
commit
4cc6cc3151
15
admin/client/dist/styles/bundle.css
vendored
15
admin/client/dist/styles/bundle.css
vendored
@ -15424,7 +15424,6 @@ div.grid-field__sort-field+.form__fieldgroup-item{
|
|||||||
|
|
||||||
.preview__overlay{
|
.preview__overlay{
|
||||||
text-align:center;
|
text-align:center;
|
||||||
position:absolute;
|
|
||||||
top:0;
|
top:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
height:calc(100% - 53px);
|
height:calc(100% - 53px);
|
||||||
@ -15955,6 +15954,20 @@ input.checkbox,input.radio,input[type=checkbox],input[type=radio]{
|
|||||||
color:#d40404;
|
color:#d40404;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
*,:after,:before{
|
||||||
|
box-sizing:border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
body,html{
|
||||||
|
width:100%;
|
||||||
|
height:100%;
|
||||||
|
margin:0;
|
||||||
|
padding:0;
|
||||||
|
display:-ms-flexbox;
|
||||||
|
display:-webkit-box;
|
||||||
|
display:flex;
|
||||||
|
}
|
||||||
|
|
||||||
@media (max-width:991px){
|
@media (max-width:991px){
|
||||||
.CMSPageEditController.has-panel .cms-content-tools,.CMSPageSettingsController.has-panel .cms-content-tools{
|
.CMSPageEditController.has-panel .cms-content-tools,.CMSPageSettingsController.has-panel .cms-content-tools{
|
||||||
display:none;
|
display:none;
|
||||||
|
@ -43,7 +43,6 @@
|
|||||||
|
|
||||||
.preview__overlay {
|
.preview__overlay {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
top: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: calc(100% - #{$toolbar-total-height});
|
height: calc(100% - #{$toolbar-total-height});
|
||||||
|
Loading…
Reference in New Issue
Block a user