noalyss-commit
[Top][All Lists]
Advanced

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

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


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 37/219: Task #0001411: Faire des boutons du menu des... boutons Ajout nouveau style-r692
Date: Mon, 18 Dec 2017 13:22:33 -0500 (EST)

sparkyx pushed a commit to branch master
in repository noalyss.

commit b866ecc71451969c337765d504bf2298c9e1af8d
Author: Dany De Bontridder <address@hidden>
Date:   Mon Sep 4 00:23:15 2017 +0200

    Task #0001411: Faire des boutons du menu des... boutons
    Ajout nouveau style-r692
---
 html/style-classic.css                     | 11 +++--
 html/style-light.css                       |  8 +++-
 html/{style-classic.css => style-r692.css} | 75 ++++++++++++++----------------
 3 files changed, 49 insertions(+), 45 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index f918352..52708f6 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -146,15 +146,18 @@ div.u_tool #name {
 }
 td.tool a.mtitle {
     text-decoration:none;
-    display:inline;
     color: #0000FF;
-    
+    display:block;
+    height: 100%;
+    width: 100%;
 }
 td.tool a.mtitle:hover {
     text-decoration:none;
-    display:inline;
     color: #00008B;
     background-color:#5D90CD;
+    display:block;
+    height: 100%;
+    width: 100%;
 
 }
 #top {
@@ -405,6 +408,8 @@ td.selectedcell a.mtitle,div.content td.selectedcell 
a.mtitle {
     text-decoration:none;
     display:block;
     color:#FFFFFF;
+    height: 100%;
+    width: 100%;
 }
 a.dossier {
     text-decoration:none;
diff --git a/html/style-light.css b/html/style-light.css
index db92fa1..ee66832 100644
--- a/html/style-light.css
+++ b/html/style-light.css
@@ -147,15 +147,19 @@ div.u_tool #name {
 }
 td.tool a.mtitle {
     text-decoration:none;
-    display:inline;
     color: #0000FF;
+    display:block;
+    height: 100%;
+    width: 100%;
     
 }
 td.tool a.mtitle:hover {
     text-decoration:none;
-    display:inline;
     color: #00008B;
     background-color:#5D90CD;
+    display:block;
+    height: 100%;
+    width: 100%;
 
 }
 #top {
diff --git a/html/style-classic.css b/html/style-r692.css
similarity index 94%
copy from html/style-classic.css
copy to html/style-r692.css
index f918352..d4d448f 100644
--- a/html/style-classic.css
+++ b/html/style-r692.css
@@ -62,11 +62,12 @@ h2 {
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
     font-family: 'openSansRegular';
     color:#888;
-    margin:1px;
+    /*! margin:1px; */
     padding:1px;
     font-style: italic;
     font-size:15px;
     font-size:1.2rem;
+    margin-bottom: 0;
 }
 div.info {
     background:#879ED4;
@@ -146,15 +147,19 @@ div.u_tool #name {
 }
 td.tool a.mtitle {
     text-decoration:none;
-    display:inline;
+    display:block;
     color: #0000FF;
+    height: 100%;
+    width: 100%;
     
 }
 td.tool a.mtitle:hover {
     text-decoration:none;
-    display:inline;
     color: #00008B;
     background-color:#5D90CD;
+    display:block;
+    height: 100%;
+    width: 100%;
 
 }
 #top {
@@ -285,21 +290,15 @@ td.mshort {
 }
 /* first Menu  */
 td.mtitle {
+    margin: 0px;
+    padding: 0px;
     text-align:center;
     width:250px;
     height :30px;
      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+ 
*/
-background: -o-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* Opera 11.10+ */
-background: -ms-linear-gradient(top, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* IE10+ */
-background: linear-gradient(to bottom, rgba(53,106,160,0.79) 
0%,rgba(53,106,160,0.79) 19%,rgba(53,106,160,1) 100%); /* W3C */
-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9356aa0', 
endColorstr='#356aa0',GradientType=0 ); /* IE6-9 */
+     -moz-border-radius: 5px;
+     -webkit-border-radius: 5px;
+     background-color: #2a6496;
 }
 @media only screen and (max-width:955px) {
     td.mtitle {
@@ -311,8 +310,8 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#c9356aa0', e
 td.mtitle a.mtitle {
     color : white;
     display:block;
+    width:100%;
     height: 100%;
-    width: 100%;
 }
 
 td.msubtitle {
@@ -372,13 +371,7 @@ td.selectedcell{
   height:30px;
 
     background: #b8c6df; /* Old browsers */
-    background: -moz-linear-gradient(top, #b8c6df 0%, #6d88b7 100%); /* FF3.6+ 
*/
-    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#b8c6df), color-stop(100%,#6d88b7)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* 
Chrome10+,Safari5.1+ */
-    background: -o-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* Opera 
11.10+ */
-    background: -ms-linear-gradient(top, #b8c6df 0%,#6d88b7 100%); /* IE10+ */
-    background: linear-gradient(to bottom, #b8c6df 0%,#6d88b7 100%); /* W3C */
-    filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#b8c6df', endColorstr='#6d88b7',GradientType=0 ); /* IE6-9 */
+ 
 }
 @media only screen and (max-width:955px) {
     td.selectedcell {
@@ -405,6 +398,8 @@ td.selectedcell a.mtitle,div.content td.selectedcell 
a.mtitle {
     text-decoration:none;
     display:block;
     color:#FFFFFF;
+    height: 100%;
+    width: 100%;
 }
 a.dossier {
     text-decoration:none;
@@ -1044,7 +1039,7 @@ div.inner_box  {
     background-color: #DCE1EF;
     font-family: Arial, Helvetica, "Liberation Sans", FreeSans, sans-serif;
     font-family: 'openSansRegular';
-    padding:2px;
+    /*! padding:2px; */
     margin:0px;
     overflow:hidden;
     z-index:3;
@@ -1063,8 +1058,8 @@ div.inner_box  {
 @media only screen and (min-width: 1281px) {
 div.inner_box  {
     width: 85%;
-    border-radius: 9px;
-    padding: 5px;
+    /*! border-radius: 9px; */
+    /*! padding: 5px; */
     }
 }
 div.op_detail_title {
@@ -1371,16 +1366,19 @@ h2.title {
     background-color:#606c88; 
     color:#FFFFFF;
     text-align:center;
-    padding:0.14%;
-    border:1px solid #00008B;
-    background: #606c88 !important; /* Old browsers */
-    background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); /* FF3.6+ 
*/
-    background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); /* Chrome,Safari4+ */
-    background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* 
Chrome10+,Safari5.1+ */
-    background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* Opera 
11.10+ */
-    background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); /* IE10+ */
-    background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); /* W3C */
-    border-radius: 3px;
+    /*! padding:0.14%; */
+    /*! border:1px solid #00008B; */
+    /*! background: #606c88 !important; */ /* Old browsers */
+    /*! background: -moz-linear-gradient(top, #606c88 0%, #3f4c6b 100%); */ /* 
FF3.6+ */
+    /*! background: -webkit-gradient(linear, left top, left bottom, 
color-stop(0%,#606c88), color-stop(100%,#3f4c6b)); */ /* Chrome,Safari4+ */
+    /*! background: -webkit-linear-gradient(top, #606c88 0%,#3f4c6b 100%); */ 
/* Chrome10+,Safari5.1+ */
+    /*! background: -o-linear-gradient(top, #606c88 0%,#3f4c6b 100%); */ /* 
Opera 11.10+ */
+    /*! background: -ms-linear-gradient(top, #606c88 0%,#3f4c6b 100%); */ /* 
IE10+ */
+    /*! background: linear-gradient(to bottom, #606c88 0%,#3f4c6b 100%); */ /* 
W3C */
+    /*! border-radius: 3px; */
+    padding-top: 0px;
+    margin-top: 0px;
+    padding-bottom: 10px;
 }
 h3.title {
     color: #0000FF;
@@ -1420,9 +1418,6 @@ 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;
@@ -1570,7 +1565,7 @@ div.bxbutton
     float:right;
     height:10px;
     display:block;
-    margin-top:0.30%;
+    margin-top:0%;
     margin-right:0.48%;
 }
 div.inner_box tr.odd {
@@ -1891,7 +1886,7 @@ li.highlight a,tr.highlight a{
     div.inner_box  {
         width: 95%;
         left:2%;
-        margin-bottom: 2%;
+        /*! margin-bottom: 2%; */
         }
 }
 /*****************************************************************************



reply via email to

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