noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 112/323: Change theme : corner for menu2 , no


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 112/323: Change theme : corner for menu2 , no more border-radius for menu1
Date: Wed, 14 Mar 2018 17:38:34 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b95b7d0c0886c652466835651a80cfc38c2a44cf
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 2 00:15:45 2018 +0100

    Change theme : corner for menu2 ,  no more border-radius for menu1
---
 html/style-r692.css | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/html/style-r692.css b/html/style-r692.css
index 95feecf..5e2efd9 100644
--- a/html/style-r692.css
+++ b/html/style-r692.css
@@ -233,20 +233,16 @@ td.mshort {
 td.mtitle {
     margin: 0px;
     padding: 0px;
+    padding-top:5px;
+    padding-bottom: 5px;
     text-align:center;
     width:250px;
-    /*! height :30px; */
-     border-radius:5px;
-     -moz-border-radius: 5px;
-     -webkit-border-radius: 5px;
+   
      background-color: #5681B7;
-    /*! border-style: solid; */
-    /*! border-width: 1px; */
     border-color: darkblue;
     border-top-right-radius: 0px;
     border-bottom-left-radius: 0px;
-    /*! padding-top: 5px; */
-    /*! padding-bottom: 5px; */
+
 }
 @media only screen and (max-width:955px) {
     td.mtitle {
@@ -349,6 +345,7 @@ a.mtitle:hover {
     background-color:#EFEBEB;
 
     color: blue;
+    /*! padding: 100px; */
 }
 td.selectedcell a.mtitle,div.content td.selectedcell a.mtitle {
     text-decoration:none;
@@ -1253,6 +1250,7 @@ div.menu2 a.mtitle{
     padding-left: 10px;
     padding-right: 10px;
     color: whitesmoke;
+    border-radius: 5px;
     }
 div.menu2 a.mtitle:hover,div.menu a.mtitle:hover,td.mtitle a.mtitle:hover {
     color:#5681B7;
@@ -2188,7 +2186,9 @@ div.menu2 td.mtitle, div.menu2 td.mtitle a{
     color:darkblue;
     border-style: solid;
     border-width: 0.1px;
-    border-color:lightgrey;
+    border-color:darkblue;
+    
+    border-radius: 7px 0px 0px 7px;
 }
 div.menu2 td.mtitle a{
     border-width:0px;



reply via email to

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