Fix mobile framework modal popup header border for both iOS and andorid

This commit is contained in:
Hadi Nategh 2014-12-03 12:59:28 +00:00
parent af4d7c35ee
commit ba2249b61d
2 changed files with 11 additions and 4 deletions

View File

@ -6265,14 +6265,17 @@ a.textSidebox {
body {
background-color: transparent;
}
body div.egw_fw_mobile_iOS_popup_appHeader {
padding-top: 25px;
}
body div.egw_fw_mobile_popup_appHeader {
display: block !important;
height: 40px !important;
background-size: 2px;
font-size: 150% !important;
background-color: #679fd2 !important;
border-bottom: 3px solid #679fd2 !important;
border-top: none !important;
width: 100%;
margin-top: 15px;
}
body div.egw_fw_mobile_popup_appHeader .egw_fw_mobile_popup_close {
width: 32px;

View File

@ -12,14 +12,18 @@ and open the template in the editor.
@media all {
body{
background-color: transparent;
// iOS appHeader class
div.egw_fw_mobile_iOS_popup_appHeader{
padding-top:25px;
}
div.egw_fw_mobile_popup_appHeader {
display: block !important;
height: 40px !important;
background-size : 2px;
font-size: 150% !important;
background-color: #679fd2 !important;
border-bottom: 3px solid #679fd2 !important;
border-top: none !important;
width: 100%;
margin-top:15px;
.egw_fw_mobile_popup_close {
width: 32px;
height: 32px;