noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 36/219: Task #0001411: Faire des boutons du m


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 36/219: Task #0001411: Faire des boutons du menu des... boutons. uniquement classic & light
Date: Mon, 18 Dec 2017 13:22:33 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 8891b42be88b1e136aed4b863a55a49d60e900e6
Author: Dany De Bontridder <address@hidden>
Date:   Sun Sep 3 18:31:33 2017 +0200

    Task #0001411: Faire des boutons du menu des... boutons.
    uniquement classic & light
---
 html/style-classic.css | 9 ++++++++-
 html/style-light.css   | 3 +++
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index 65cf67f..f918352 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -291,7 +291,8 @@ td.mtitle {
      border-radius:5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
-
+margin: 0px;
+padding: 0px;
   background: -moz-linear-gradient(top, rgba(53,106,160,0.79) 0%, 
rgba(53,106,160,1) 19%, rgba(53,106,160,1) 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,rgba(53,106,160,0.79)), color-stop(19%,rgba(53,106,160,1)), 
color-stop(100%,rgba(53,106,160,1))); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* Chrome10+,Safari5.1+ 
*/
@@ -309,6 +310,9 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#c9356aa0', e
 }
 td.mtitle a.mtitle {
     color : white;
+    display:block;
+    height: 100%;
+    width: 100%;
 }
 
 td.msubtitle {
@@ -1416,6 +1420,9 @@ div.myfieldset
 div.menu2 a.mtitle{
     font-size:13.6px;
     font-size:0.80rem; 
+      display:block;
+    height: 100%;
+    width: 100%;
 }
 div.menu3 {
        font-size:13.6px;
diff --git a/html/style-light.css b/html/style-light.css
index b6a4ac5..db92fa1 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -304,6 +304,9 @@ td.mtitle {
 }
 td.mtitle a.mtitle {
     color : blue;
+    display: block;
+    width: 100%;
+    height: 100%;
 }
 td.msubtitle {
     text-align:center;



reply via email to

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