forked from extern/egroupware
Fix misalignment of buttons in mobile view dialogs
This commit is contained in:
parent
908d6a2802
commit
bf8a25d75b
@ -7374,8 +7374,10 @@ form[id^="wiki-"] .dialogHeadbar {
|
|||||||
}
|
}
|
||||||
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||||
float: right;
|
float: right;
|
||||||
|
height: 50px;
|
||||||
}
|
}
|
||||||
body .ui-dialog .ui-dialog-buttonpane button {
|
body .ui-dialog .ui-dialog-buttonpane button {
|
||||||
|
height: 35px;
|
||||||
-webkit-filter: brightness(0) invert(1) !important;
|
-webkit-filter: brightness(0) invert(1) !important;
|
||||||
filter: brightness(0) invert(1) !important;
|
filter: brightness(0) invert(1) !important;
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
|
@ -484,8 +484,9 @@
|
|||||||
box-shadow: 0px 4px 5px 2px silver;
|
box-shadow: 0px 4px 5px 2px silver;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
z-index:1;
|
z-index:1;
|
||||||
.ui-dialog-buttonset {float:right;}
|
.ui-dialog-buttonset {float:right;height:50px;}
|
||||||
button {
|
button {
|
||||||
|
height:35px;
|
||||||
.white-svg;
|
.white-svg;
|
||||||
span {padding-left: 20px;}
|
span {padding-left: 20px;}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user