forked from extern/egroupware
Open popup dialogs of compact theme in more reasonable size
This commit is contained in:
parent
69456307e4
commit
9b49b48832
@ -6313,8 +6313,8 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
z-index: 1000;
|
||||
padding-right: 5px;
|
||||
top: -7px;
|
||||
left: 10px;
|
||||
top: 1px;
|
||||
left: 15px;
|
||||
background-position: 3px 7px;
|
||||
position: fixed;
|
||||
}
|
||||
@ -6947,13 +6947,16 @@ span.egw_tutorial_title {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 999;
|
||||
background: rgba(192, 192, 192, 0.47);
|
||||
}
|
||||
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
background: white;
|
||||
background: #fff;
|
||||
margin: 8% auto;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
body .dialogHeadbar {
|
||||
height: 50px;
|
||||
|
@ -123,8 +123,8 @@
|
||||
background-repeat: no-repeat;
|
||||
z-index: 1000;
|
||||
padding-right: 5px;
|
||||
top:-7px;
|
||||
left: 10px;
|
||||
top:1px;
|
||||
left: 15px;
|
||||
background-position: 3px 7px;
|
||||
position: fixed;
|
||||
}
|
||||
@ -753,12 +753,15 @@
|
||||
position:absolute;
|
||||
display: none;
|
||||
z-index: 999;
|
||||
background: rgba(192, 192, 192, 0.47);
|
||||
.egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
background: white;
|
||||
background: #fff;
|
||||
margin: 8% auto;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
|
||||
}
|
||||
|
@ -6324,8 +6324,8 @@ span.egw_tutorial_title {
|
||||
background-repeat: no-repeat;
|
||||
z-index: 1000;
|
||||
padding-right: 5px;
|
||||
top: -7px;
|
||||
left: 10px;
|
||||
top: 1px;
|
||||
left: 15px;
|
||||
background-position: 3px 7px;
|
||||
position: fixed;
|
||||
}
|
||||
@ -6958,13 +6958,16 @@ span.egw_tutorial_title {
|
||||
position: absolute;
|
||||
display: none;
|
||||
z-index: 999;
|
||||
background: rgba(192, 192, 192, 0.47);
|
||||
}
|
||||
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 70%;
|
||||
height: 70%;
|
||||
visibility: hidden;
|
||||
display: block;
|
||||
background: white;
|
||||
background: #fff;
|
||||
margin: 8% auto;
|
||||
border: 1px solid silver;
|
||||
}
|
||||
body .dialogHeadbar {
|
||||
height: 50px;
|
||||
@ -7386,6 +7389,15 @@ form[id^="wiki-"] .dialogHeadbar {
|
||||
/*************** CKEDITOR **************/
|
||||
/***************************************/
|
||||
}
|
||||
body .egw_fw_mobile_popup_container {
|
||||
background: transparent;
|
||||
}
|
||||
body .egw_fw_mobile_popup_container .egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
body button[id*="save"]:hover,
|
||||
body button[id*="apply"]:hover,
|
||||
body button[id*="copy"]:hover,
|
||||
|
@ -262,6 +262,16 @@
|
||||
html *{touch-action:auto;-webkit-overflow-scrolling: touch;}
|
||||
body
|
||||
{
|
||||
.egw_fw_mobile_popup_container{
|
||||
background: transparent;
|
||||
.egw_fw_mobile_popupFrame {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
border: none;
|
||||
}
|
||||
|
||||
}
|
||||
/* Stop pull-to-refresh on chrome*/
|
||||
overflow-y: hidden;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user