From ba2249b61d6e7609ed13de9361a2b131182e1a9a Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 3 Dec 2014 12:59:28 +0000 Subject: [PATCH] Fix mobile framework modal popup header border for both iOS and andorid --- pixelegg/css/mobile.css | 7 +++++-- pixelegg/css/mobile.less | 8 ++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index 22c22ad074..0cacdf7af2 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -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; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 44ac92ce30..2dd8d14638 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -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;