correction css sur les lien des arbos (geographique)

This commit is contained in:
Damien LASSERRE 2012-03-05 08:19:12 +00:00
parent aaf95f0b35
commit 06c50d0d36

View File

@ -1,35 +1,3 @@
#geographique .arborescence {
border-top: 1px solid #838587;
background: #b8b8b8;
background: -webkit-gradient(linear, left top, left bottom, from(#87898a), to(#b8b8b8));
background: -webkit-linear-gradient(top, #87898a, #b8b8b8);
background: -moz-linear-gradient(top, #87898a, #b8b8b8);
background: -ms-linear-gradient(top, #87898a, #b8b8b8);
background: -o-linear-gradient(top, #87898a, #b8b8b8);
padding: 4.5px 9px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: #FFFFFF;
font-size: 11px;
font-family: Georgia, serif;
text-decoration: none;
vertical-align: middle;
}
#geographique .arborescence:hover {
border-top-color: #cccccc;
background: #cccccc;
color: #000000;
}
#geographique .arborescence:active {
border-top-color: #3f4142;
background: #3f4142;
}
#geographique
{
font-size:13px;