Fix appboxHeader padding in mobile framework

This commit is contained in:
Hadi Nategh 2014-12-08 10:58:53 +00:00
parent 3f70c709bb
commit 7268ef429d
2 changed files with 8 additions and 4 deletions

View File

@ -6267,16 +6267,17 @@ a.textSidebox {
background-color: transparent;
}
body div.egw_fw_mobile_iOS_popup_appHeader {
padding-top: 25px;
padding-top: 15px;
}
body div.egw_fw_mobile_popup_appHeader {
display: block !important;
height: 40px !important;
height: 32px !important;
background-size: 2px;
font-size: 150% !important;
border-bottom: 3px solid #679fd2 !important;
border-top: none !important;
width: 100%;
line-height: 32px !important;
}
body div.egw_fw_mobile_popup_appHeader .egw_fw_mobile_popup_close {
width: 32px;
@ -6287,6 +6288,7 @@ a.textSidebox {
-webkit-filter: contrast(2);
background-repeat: no-repeat;
z-index: 999;
padding-right: 5px;
}
#egw_fw_basecontainer {
background: white;

View File

@ -17,16 +17,17 @@
background-color: transparent;
// iOS appHeader class
div.egw_fw_mobile_iOS_popup_appHeader{
padding-top:25px;
padding-top:15px;
}
div.egw_fw_mobile_popup_appHeader {
display: block !important;
height: 40px !important;
height: 32px !important;
background-size : 2px;
font-size: 150% !important;
border-bottom: 3px solid #679fd2 !important;
border-top: none !important;
width: 100%;
line-height: 32px !important;
.egw_fw_mobile_popup_close {
width: 32px;
height: 32px;
@ -35,6 +36,7 @@
-webkit-filter: contrast(2);
background-repeat: no-repeat;
z-index: 999;
padding-right: 5px;
}
}
}