hdalab/css/style.css
changeset 110 6455b65fa3b7
parent 109 3371a40449c7
child 115 46c0f7a935d1
--- a/hdalab/css/style.css	Tue Jan 10 18:25:08 2012 +0100
+++ b/hdalab/css/style.css	Fri Jan 13 17:03:49 2012 +0100
@@ -40,6 +40,14 @@
     float: left; padding: 3px; margin-right: 2px; font-size: 13px; font-weight: bold;
 }
 
+#onglets a {
+    color: #666666;
+}
+
+#onglets a.actif {
+    color: #990000;
+}
+
 #partageurls {
     float: right; text-align: center; clear: both; list-style: none; padding: 0; margin: 2px 0;
     font-size: 13px; display: none;
@@ -110,7 +118,11 @@
 }
 
 #filters li.filperiod {
-    color: #ffffff; background: #e07000;
+    color: #ffffff; background: #e07000; cursor: pointer; cursor: hand;
+}
+
+.spyr input {
+    display: inline; margin: 0; padding: 0; font-size: 11px;
 }
 
 #affres {
@@ -129,6 +141,10 @@
     color: #cccccc; margin-left: 2px;
 }
 
+#map {
+    float: left; width: 100%; height: 200px;
+}
+
 #tagcloud {
     float: left; width: 100%; text-align: center;
 }
@@ -138,7 +154,7 @@
 }
 
 #tclist li {
-    display: inline-block; margin: 5px; padding: 0;
+    display: inline-block; margin: 2px; padding: 0;
 }
 
 #tclist a {
@@ -166,7 +182,7 @@
 }
 
 #contents {
-    float: left; width: 100%; height: 550px; overflow: auto;
+    float: left; width: 100%;
 }
 
 #contentlist {