--- a/alcatel/static/css/common.css Mon Jul 22 14:56:35 2013 +0200
+++ b/alcatel/static/css/common.css Wed Aug 14 16:36:41 2013 +0200
@@ -106,6 +106,7 @@
background-image: url(../img/plus-button.png);
background-repeat: no-repeat;
background-position: 8px 6px;
+ cursor:pointer;
}
.plus-button:hover, .recherche-submit:hover{
background-color: #333;
@@ -317,6 +318,7 @@
border-top: 1px solid #313131;
border-bottom: 1px solid #313131;
margin-bottom: 1px;
+ overflow: hidden;
}
.cluster-visible{
left: 20px;
@@ -345,7 +347,7 @@
line-height: 18px;
display: block;
}
-.cluster li a:hover{
+.cluster li a:hover, .cluster li a.selected{
background-color: #c51810;
color: #FFF;
}
@@ -362,16 +364,20 @@
right: 0;
background: url(../img/cluster-arrows.png) no-repeat -19px 0;
}
-.cluster-arrow.arrow-right:hover{
+
+.cluster-arrow.arrow-right.bute{
background-position: -19px -22px;
}
-.cluster-arrow.arrow-right:active{
+.cluster-arrow:not(.bute).arrow-right:active,
+.cluster-arrow:not(.bute).arrow-right:hover{
background-position: -19px -44px;
}
-.cluster-arrow.arrow-left:hover{
+
+.cluster-arrow.arrow-left.bute{
background-position: 0 -22px;
}
-.cluster-arrow.arrow-left:active{
+.cluster-arrow:not(.bute).arrow-left:hover,
+.cluster-arrow:not(.bute).arrow-left:active{
background-position: 0 -44px;
}
/* content */
@@ -501,7 +507,7 @@
margin-bottom: 4px;
}
.widget-inner .filtre-date label{
- color: #0000;
+ color: #c51810;
width:26px;
display: inline-block;
}
@@ -553,10 +559,12 @@
display: block;
font-size: 11px;
}
-.treemap:hover .visuel, .treemap:hover .visuel{
+.widget.affichage .treemap.active .visuel,
+.widget.affichage .treemap:hover .visuel{
background-position: 0 -36px;
}
-.widget.affichage .liste:hover .visuel, .widget.affichage .treemap.active .visuel{
+.widget.affichage .liste:hover .visuel,
+.widget.affichage .liste.active .visuel{
background-position: 0 -36px;
}
.widget.affichage li a{
@@ -682,4 +690,12 @@
}
.pagination .active,.pagination a:hover{
text-decoration: none;
-}
\ No newline at end of file
+}
+
+
+.plus-button.home{
+ background-color: #007DAD;
+}
+.plus-button.home:hover{
+ background-color: #333;
+}