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;