forked from extern/egroupware
WIP mobile framework: Implement modal hierarchical popups, and get egw refresh working.
This commit is contained in:
parent
4eaddd0bd4
commit
7beb840f50
@ -654,25 +654,23 @@ and open the template in the editor.
|
||||
display: none;
|
||||
z-index: 999;
|
||||
background: rgba(0, 0, 0, 0.44);
|
||||
#egw_fw_mobile_popupFrame {
|
||||
.egw_fw_mobile_popupFrame {
|
||||
width: 90%;
|
||||
height: 90%;
|
||||
margin-left:2%;
|
||||
margin-top:2%;
|
||||
margin-left:5%;
|
||||
margin-top:4%;
|
||||
}
|
||||
.egw_fw_mobile_popup_toolbar{
|
||||
display:inline;
|
||||
height:10px;
|
||||
#egw_fw_mobile_popup_close {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
display: inline;
|
||||
white-space: nowrap;
|
||||
top:5px;
|
||||
left:5px;
|
||||
}
|
||||
.egw_fw_mobile_popup_close {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
top: 12px;
|
||||
right: 18px;
|
||||
position: fixed;
|
||||
background-image: url(../images/cancel.png);
|
||||
background-color: white;
|
||||
-webkit-filter: contrast(10);
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
@ -27,12 +27,6 @@
|
||||
<!-- END head -->
|
||||
<!-- BEGIN framework -->
|
||||
{hook_after_navbar}
|
||||
<div class="egw_fw_mobile_popup_container">
|
||||
<div class="egw_fw_mobile_popup_toolbar">
|
||||
<button id="egw_fw_mobile_popup_close" class="et2_button_cancel">X</button>
|
||||
</div>
|
||||
<iframe id="egw_fw_mobile_popupFrame"></iframe>
|
||||
</div>
|
||||
<div id="egw_fw_basecontainer">
|
||||
<div id="egw_fw_top_toolbar">
|
||||
<div id="egw_fw_logout" title="{title_logout}" data-logout-url="{link_logout}"></div>
|
||||
|
Loading…
Reference in New Issue
Block a user