mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
Dialog header on mobile now sized better using font size instead of pixels
also push buttons farther off screen
This commit is contained in:
parent
a48a3eb3c1
commit
3307292e6f
@ -1869,6 +1869,9 @@ body {
|
|||||||
/**
|
/**
|
||||||
* 23.1 Login page with stock background image
|
* 23.1 Login page with stock background image
|
||||||
*/
|
*/
|
||||||
|
div#loginMainDiv.stockLoginBackground {
|
||||||
|
background-position-y: 100%;
|
||||||
|
}
|
||||||
div#loginMainDiv.stockLoginBackground div#divAppIconBar {
|
div#loginMainDiv.stockLoginBackground div#divAppIconBar {
|
||||||
postion: relative;
|
postion: relative;
|
||||||
top: 5%;
|
top: 5%;
|
||||||
@ -4614,7 +4617,7 @@ span.overlayContainer img.overlay {
|
|||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
margin: 0 15px 2px 2px;
|
margin: 0 15px 2px 2px;
|
||||||
vertical-align: super;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
#egw_fw_main #egw_fw_tabs .egw_fw_ui_tabs_header .egw_fw_ui_tab_header img.egw_fw_ui_tab_icon {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
@ -8330,10 +8333,9 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
body et2-dialog::part(header) {
|
body et2-dialog::part(header) {
|
||||||
color: white;
|
color: white;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
height: 35px;
|
height: 5ex;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-top: 15px;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
body et2-dialog::part(close-button) {
|
body et2-dialog::part(close-button) {
|
||||||
@ -8347,7 +8349,7 @@ table.egwGridView_grid img.et2_appicon {
|
|||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
}
|
}
|
||||||
body et2-dialog et2-button[slot="footer"] {
|
body et2-dialog et2-button[slot="footer"] {
|
||||||
padding-left: 500px;
|
padding-left: 150%;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
}
|
}
|
||||||
|
@ -598,12 +598,10 @@
|
|||||||
et2-dialog::part(header) {
|
et2-dialog::part(header) {
|
||||||
color: white;
|
color: white;
|
||||||
background: #0c5da5;
|
background: #0c5da5;
|
||||||
height: 35px;
|
height: 5ex;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
padding-top: 15px;
|
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
et2-dialog::part(close-button) {
|
et2-dialog::part(close-button) {
|
||||||
@ -620,7 +618,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
et2-dialog et2-button[slot="footer"] {
|
et2-dialog et2-button[slot="footer"] {
|
||||||
padding-left: 500px;
|
padding-left: 150%;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
height: 50px;
|
height: 50px;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user