noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 34/35: Adapt CSS for mobile


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 34/35: Adapt CSS for mobile
Date: Tue, 24 May 2016 21:25:40 +0000 (UTC)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 146ece01b14efab00231927d774079f4d882fa20
Author: Dany De Bontridder <address@hidden>
Date:   Sat May 21 18:32:56 2016 +0200

    Adapt CSS for mobile
---
 html/style-classic.css   |   17 ++++++++++++-----
 html/style-light.css     |   11 ++++++++++-
 html/style-mandarine.css |   11 ++++++++++-
 html/style-mobile.css    |   10 ++++++++++
 4 files changed, 42 insertions(+), 7 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index 0ac0268..12ffa49 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -162,9 +162,7 @@ td.tool a.mtitle:hover {
     margin-bottom: 40px;
     width: 100%;
 }
address@hidden only screen and (max-width:955px) {
-    margin-bottom: 70px;
-}
+
 #module {
     position:absolute;
     top:0px;
@@ -980,9 +978,18 @@ td.toolselected a.mtitle {
 div.topmenu {
        font-size:13.6px;
        font-size:0.80rem;
-        
+       
+}
address@hidden only screen and (max-width:320px) {
+  div.topmenu {
+    margin-top: 44px;      
+}
+}
address@hidden only screen and (max-width:800px) {
+    div.topmenu{ 
+        margin-top: 44px;
+    }  
 }
-
 #dossier h2{
     color:#00008B;
     display:inline;
diff --git a/html/style-light.css b/html/style-light.css
index ab6c5d8..422acde 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -976,7 +976,16 @@ div.topmenu {
        font-size:0.80rem;
         
 }
-
address@hidden only screen and (max-width:320px) {
+  div.topmenu {
+    margin-top: 44px;      
+}
+}
address@hidden only screen and (max-width:800px) {
+    div.topmenu{ 
+        margin-top: 44px;
+    }  
+}
 #dossier h2{
     color:#00008B;
     display:inline;
diff --git a/html/style-mandarine.css b/html/style-mandarine.css
index ea02dc5..b502ecb 100644
--- a/html/style-mandarine.css
+++ b/html/style-mandarine.css
@@ -921,7 +921,16 @@ div.topmenu {
        font-size:0.85rem;
         
 }
-
address@hidden only screen and (max-width:320px) {
+  div.topmenu {
+    margin-top: 44px;      
+}
+}
address@hidden only screen and (max-width:800px) {
+    div.topmenu{ 
+        margin-top: 44px;
+    }  
+}
 #dossier h2{
     color:#6D3F2E;
     display:inline;
diff --git a/html/style-mobile.css b/html/style-mobile.css
index c22e437..c6268d0 100644
--- a/html/style-mobile.css
+++ b/html/style-mobile.css
@@ -975,6 +975,16 @@ div.topmenu {
        font-size:0.85rem;
         
 }
address@hidden only screen and (max-width:320px) {
+  div.topmenu {
+    margin-top: 44px;      
+}
+}
address@hidden only screen and (max-width:800px) {
+    div.topmenu{ 
+        margin-top: 44px;
+    }  
+}
 div.topmenu table {
     border-spacing:1px;
    



reply via email to

[Prev in Thread] Current Thread [Next in Thread]