]> git.0d.be Git - panikweb.git/commitdiff
style: give active elements a bottom border
authorFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 13:19:39 +0000 (15:19 +0200)
committerFrédéric Péters <fpeters@0d.be>
Sat, 28 Sep 2013 13:19:39 +0000 (15:19 +0200)
panikweb_templates/static/css/specifics.css

index 2bbedb2377233878a7e1830a1d61049c87752f03..69f398037c4b0543ab50d799428f4346e7a69cea 100644 (file)
@@ -45,7 +45,6 @@
 #Main .sectionLabel{
        margin-bottom:1em;
 }
-.iconLabel{margin-left:0.1em;}
 
 .sectionLabel, .label {
     text-transform: uppercase;
@@ -446,9 +445,10 @@ h1.top#frequence {
 #Nav .current,
 #Nav .active,#Nav .icon-check,#Nav .active *{
        font-weight:bold;
-       background: white;
-    color:#0000ff;
-    padding:0.3em;
+}
+
+#Nav ul li.current a, #Nav ul a.active, #Nav button.active {
+       border-color: #333;
 }
 
 #Nav nav{
@@ -464,9 +464,12 @@ h1.top#frequence {
        margin:1em 0 1em 0;
 }
 
+#Nav li {
+       padding-right: 1em;
+}
+
 #Nav li a{
        display: inline-block;
-       padding: 0 0.5em 0 0.5em;
 }
 #Nav nav ul.distributed li {padding: 0;}
 
@@ -487,7 +490,6 @@ h1.top#frequence {
     font-weight:bold;
 }
 
-
 /****************************************************/
 /**** PLAYER ****/
 /****************************************************/