From eb2fe4dfe82d7f0396aba5b830a11a9424c8e55c Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Wed, 17 Feb 2016 10:06:02 +0000 Subject: [PATCH] Mobile theme W.I.P.: -Fix framework loading animation not working --- pixelegg/css/mobile.css | 12 ++++++------ pixelegg/css/mobile.less | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pixelegg/css/mobile.css b/pixelegg/css/mobile.css index e196bccaad..367f09b86a 100644 --- a/pixelegg/css/mobile.css +++ b/pixelegg/css/mobile.css @@ -3915,7 +3915,7 @@ td.message span.message { text-decoration: none; height: 32px; /*font-size: 1.1em;*/ - font-size: 12.100000000000001px; + font-size: 12.1px; line-height: 1.5em; } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul li a:hover { @@ -3939,7 +3939,7 @@ td.message span.message { } #egw_fw_header #egw_fw_topmenu #egw_fw_topmenu_items ul a#topmenu_home:before { padding-right: 20px; - font-size: 12.100000000000001px; + font-size: 12.1px; content: " "; background-image: url(../images/topmenu_items/home.png); background-repeat: no-repeat; @@ -4337,7 +4337,7 @@ td.message span.message { padding-left: 3em; color: #999999; /*font-size: 12px;*/ - font-size: 12.100000000000001px; + font-size: 12.1px; line-height: 17px; } #egw_fw_sidebar #egw_fw_sidemenu .egw_fw_ui_scrollarea_outerdiv .egw_fw_ui_sidemenu_entry_header object { @@ -4508,7 +4508,7 @@ td.message span.message { margin: 5px 0px 3px 5px; padding: 0px 0px 0px 15px; line-height: 1em; - font-size: 12.100000000000001px; + font-size: 12.1px; background-image: url(../images/arrow_left.png); background-repeat: no-repeat; background-position: left center; @@ -6294,7 +6294,7 @@ span.egw_tutorial_title { position: absolute; width: 100%; height: 100%; - background-image: url(/egroupware/phpgwapi/templates/default/images/logo64x64.png); + background-image: url(../../phpgwapi/templates/default/images/logo64x64.png); background-position: center; background-repeat: no-repeat; background-size: 64px; @@ -6856,7 +6856,7 @@ span.egw_tutorial_title { margin: 5px 0px 3px 5px; padding: 0px 0px 0px 15px; line-height: 1em; - font-size: 12.100000000000001px; + font-size: 12.1px; background-image: url(../images/arrow_left.png); background-repeat: no-repeat; background-position: left center; diff --git a/pixelegg/css/mobile.less b/pixelegg/css/mobile.less index 8465400260..e722fc8331 100644 --- a/pixelegg/css/mobile.less +++ b/pixelegg/css/mobile.less @@ -88,7 +88,7 @@ position: absolute; width: 100%; height: 100%; - background-image: url(/egroupware/phpgwapi/templates/default/images/logo64x64.png); + background-image: url(../../phpgwapi/templates/default/images/logo64x64.png); background-position: center; background-repeat: no-repeat; background-size: 64px;