forked from extern/egroupware
Mobile theme:
- Fix jumping issue in edit dialog, happened only on iOS Safari - Fix search widget height
This commit is contained in:
parent
eded80d13b
commit
9f8f8891fb
@ -6697,8 +6697,6 @@ span.egw_tutorial_title {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -793,8 +793,6 @@
|
|||||||
position:absolute;
|
position:absolute;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
overflow-y:scroll;
|
|
||||||
.egw_fw_mobile_popupFrame {
|
.egw_fw_mobile_popupFrame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
@ -6708,8 +6708,6 @@ span.egw_tutorial_title {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
display: none;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
-webkit-overflow-scrolling: touch;
|
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -7742,6 +7740,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
}
|
}
|
||||||
body .popupMainDiv {
|
body .popupMainDiv {
|
||||||
padding-top: 60px !important;
|
padding-top: 60px !important;
|
||||||
|
padding-left: 8px;
|
||||||
|
padding-right: 8px;
|
||||||
|
overflow-x: hidden;
|
||||||
/* Exceptional cases to not get the general left padding*/
|
/* Exceptional cases to not get the general left padding*/
|
||||||
}
|
}
|
||||||
body .popupMainDiv * {
|
body .popupMainDiv * {
|
||||||
@ -7838,6 +7839,9 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
body .popupMainDiv form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
body .popupMainDiv form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {
|
||||||
margin: 0 5px 0 0;
|
margin: 0 5px 0 0;
|
||||||
}
|
}
|
||||||
|
body div#popupMainDiv {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
body .dialogHeadbar button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
body .dialogHeadbar button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||||
-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;
|
||||||
@ -8040,7 +8044,7 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
}
|
}
|
||||||
body .et2_searchbox.expanded input {
|
body .et2_searchbox.expanded input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 45px;
|
height: 42px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -8051,12 +8055,11 @@ form[id^="tracker-"] .dialogHeadbar {
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
left: -50px;
|
left: -50px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 49px;
|
height: 50px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
background-image: url("../images/cancelled.svg");
|
background-image: url("../images/cancelled.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
|
||||||
background-size: 24px 24px;
|
background-size: 24px 24px;
|
||||||
}
|
}
|
||||||
body .et2_searchbox.expanded .flex {
|
body .et2_searchbox.expanded .flex {
|
||||||
|
@ -889,6 +889,9 @@
|
|||||||
.et2_button_icon {height:32px;}
|
.et2_button_icon {height:32px;}
|
||||||
.popupMainDiv {
|
.popupMainDiv {
|
||||||
padding-top: 60px !important;
|
padding-top: 60px !important;
|
||||||
|
padding-left:8px;
|
||||||
|
padding-right:8px;
|
||||||
|
overflow-x:hidden;
|
||||||
* {
|
* {
|
||||||
.mob-fontsize-n;
|
.mob-fontsize-n;
|
||||||
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
font-family: Verdana, "Lucida Grande", Helvetica, Sans-Serif;
|
||||||
@ -968,6 +971,7 @@
|
|||||||
|
|
||||||
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {margin:0 5px 0 0;}
|
form.et2_container div table.et2_grid tbody tr .row td .et2_box_widget input {margin:0 5px 0 0;}
|
||||||
}
|
}
|
||||||
|
div#popupMainDiv {padding:0;}
|
||||||
.dialogHeadbar {
|
.dialogHeadbar {
|
||||||
button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
button[class*="et2_button_with_image"]:not([class*="et2_toolbar_hasCaption"]) {
|
||||||
.white-svg;
|
.white-svg;
|
||||||
@ -1191,7 +1195,7 @@
|
|||||||
}
|
}
|
||||||
input {
|
input {
|
||||||
width:100%;
|
width:100%;
|
||||||
height:45px;
|
height:42px;
|
||||||
margin:0;
|
margin:0;
|
||||||
top:0;
|
top:0;
|
||||||
outline: none;
|
outline: none;
|
||||||
@ -1202,12 +1206,11 @@
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
left: -50px;
|
left: -50px;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
height: 49px;
|
height: 50px;
|
||||||
width: 50px;
|
width: 50px;
|
||||||
background-image: url("../images/cancelled.svg");
|
background-image: url("../images/cancelled.svg");
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
border-bottom: 1px solid #e6e6e6;
|
|
||||||
background-size: 24px 24px;
|
background-size: 24px 24px;
|
||||||
}
|
}
|
||||||
.flex{
|
.flex{
|
||||||
|
Loading…
Reference in New Issue
Block a user