noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 05/08: Task #1045 - Amélioration apparence


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 05/08: Task #1045 - Amélioration apparence : tabs adaptive responsive
Date: Tue, 18 Nov 2014 18:37:34 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 2a02595682748493aa2e367b872ef432c8194247
Author: Dany De Bontridder <address@hidden>
Date:   Tue Nov 18 19:33:37 2014 +0100

    Task #1045 - Amélioration apparence  :
    tabs adaptive responsive
---
 html/style-classic.css |   42 ++++++++++++++++++++++++++++++++----------
 1 files changed, 32 insertions(+), 10 deletions(-)

diff --git a/html/style-classic.css b/html/style-classic.css
index bb4b741..65576f3 100644
--- a/html/style-classic.css
+++ b/html/style-classic.css
@@ -976,13 +976,6 @@ div.inner_box  {
     width: 85%;
     }
 }
address@hidden only screen and (max-width: 1280px) {
-div.inner_box  {
-    width: 95%;
-    left:2%;
-    margin-bottom: 2%;
-    }
-}
 div.op_detail_title {
     background-color:#888;
     /* width:500;*/
@@ -1505,10 +1498,10 @@ fieldset {
     overflow: auto;
 }
 ul.tabs {
-    padding-top: 5px;
+    padding-top: 15px;
     display:block;
     border-bottom: 1px solid #879ed4;
-    padding-left: 10px
+    padding-left: 2px
 }
 ul.tabs  a  {
     display:inline;
@@ -1535,7 +1528,7 @@ filter: progid:DXImageTransform.Microsoft.gradient( 
startColorstr='#C2E3FC', end
 li.tabs {
     display:inline;
     background-color: inherit;
-    color:inherit;margin-left: 2px;
+    color:inherit;margin-left: 0px;
     padding: 10px 10px 0px 10px;
     border-top-left-radius: 10px;
     border-top-right-radius: 10px;
@@ -1606,6 +1599,8 @@ div.autocomplete_fixed em {
         div.tag {
             width: 50%;
         }
+       
+
 }
 div.autocomplete_fixed ul li.selected { 
     background-color: #DDE6FF;
@@ -1641,3 +1636,30 @@ tr.highlight{
 *|*:link {
     color: inherit;
 }
address@hidden only screen and (max-width: 1280px) {
+div.inner_box  {
+    width: 95%;
+    left:2%;
+    margin-bottom: 2%;
+    }
+     li.tabs {
+            display:inline;
+            background-color: inherit;
+            color:inherit;margin-left: 0px;
+            padding: 5px 5px 0px 5px;
+            border-top-left-radius: 10px;
+            border-top-right-radius: 10px;
+            border:1px #879ed4 solid;
+
+        }
+        li.tabs:hover {
+            display:inline;
+            background-color: lightblue;
+            color:wheat;margin-left: 2px;
+            padding: 5px 5px 0px 5px;
+            border-top-left-radius: 10px;
+            border-top-right-radius: 10px;
+            border:1px #879ed4 solid;
+
+        }
+}



reply via email to

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