mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 09:23:28 +01:00
Fix misalignment of buttons in mobile view dialogs
This commit is contained in:
parent
72c4d9be0d
commit
c0658f4c02
@ -7642,8 +7642,10 @@ form[id^="wiki-"] .dialogHeadbar {
|
||||
}
|
||||
body .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
|
||||
float: right;
|
||||
height: 50px;
|
||||
}
|
||||
body .ui-dialog .ui-dialog-buttonpane button {
|
||||
height: 35px;
|
||||
-webkit-filter: brightness(0) invert(1) !important;
|
||||
filter: brightness(0) invert(1) !important;
|
||||
background-color: transparent !important;
|
||||
|
@ -513,8 +513,9 @@
|
||||
box-shadow: 0px 4px 5px 2px silver;
|
||||
width: 100%;
|
||||
z-index:1;
|
||||
.ui-dialog-buttonset {float:right;}
|
||||
.ui-dialog-buttonset {float:right;height:50px;}
|
||||
button {
|
||||
height:35px;
|
||||
.white-svg;
|
||||
span {padding-left: 20px;}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user