From f840757bbaecf37bac031da9b01fb86203956881 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Thu, 5 May 2016 12:14:17 +0200 Subject: [PATCH] Cosmetic change CSS for mobile --- html/style-classic.css | 5 ++++- html/style-light.css | 4 ++++ html/style-mandarine.css | 4 ++++ html/style-mobile.css | 4 ++++ 4 files changed, 16 insertions(+), 1 deletion(-) diff --git a/html/style-classic.css b/html/style-classic.css index 10ef59483..0ac026822 100644 --- a/html/style-classic.css +++ b/html/style-classic.css @@ -162,6 +162,9 @@ td.tool a.mtitle:hover { margin-bottom: 40px; width: 100%; } +@media only screen and (max-width:955px) { + margin-bottom: 70px; +} #module { position:absolute; top:0px; @@ -2205,4 +2208,4 @@ td.selectedmenu { position:float; float:left; padding-left: 150px; -} \ No newline at end of file +} diff --git a/html/style-light.css b/html/style-light.css index e9ea5c04e..ab6c5d845 100644 --- a/html/style-light.css +++ b/html/style-light.css @@ -163,6 +163,10 @@ td.tool a.mtitle:hover { margin-bottom: 40px; width: 100%; } +@media only screen and (max-width:955px) { + margin-bottom: 70px; +} + #module { position:absolute; top:0px; diff --git a/html/style-mandarine.css b/html/style-mandarine.css index 3f402c987..ea02dc576 100644 --- a/html/style-mandarine.css +++ b/html/style-mandarine.css @@ -142,6 +142,10 @@ td.tool a.mtitle:hover { margin-bottom: 40px; width: 100%; } +@media only screen and (max-width:955px) { + margin-bottom: 70px; +} + #module { position:absolute; top:0px; diff --git a/html/style-mobile.css b/html/style-mobile.css index 4ad80991b..c22e437b3 100644 --- a/html/style-mobile.css +++ b/html/style-mobile.css @@ -162,6 +162,10 @@ td.tool a.mtitle:hover { margin-bottom: 18px; width: 100%; } +@media only screen and (max-width:955px) { + margin-bottom: 70px; +} + #module { position:absolute; top:0px;