Subversion Repositories eFlore/Applications.moissonnage

Compare Revisions

Ignore whitespace Rev 27 → Rev 28

/trunk/widget/modules/carto/squelettes/css/carto.css
4,7 → 4,7
}
body {
overflow:hidden;
padding:0;
padding:2px;
margin:0;
width:100%;
height:100%;
82,15 → 82,15
/*+-----------------------------------------------------------------------------------------------------------------+*/
/* Tableau : tablesorter */
th.header {
background:url(../images/trie.png) no-repeat center right;
background:url(../images/tri.png) no-repeat center right;
padding-right:20px;
}
th.headerSortUp {
background:url(../images/trie_croissant.png) no-repeat center right #56B80E;
background:url(../images/tri_croissant.png) no-repeat center right #56B80E;
color:white;
}
th.headerSortDown {
background:url(../images/trie_decroissant.png) no-repeat center right #56B80E;
background:url(../images/tri_decroissant.png) no-repeat center right #56B80E;
color:white;
}
/*+-----------------------------------------------------------------------------------------------------------------+*/
461,4 → 461,40
color: white;
white-space: pre-wrap;
width: 300px;
}
 
 
/*+-------------------------------------------------------------------
/* Ajout alex */
 
.info {
padding:6px 8px;
font-size:1em;
background:white;
width:100px;
box-shadow:0 0 15px black;
border-radius:5px;
line-height:18px;
}
.info h4 {
font-size: 15px;
margin: 0 0 5px;
color: #555;
}
.legend {
padding :3px;
color:#999;
}
.legend span {
width:18px;
height:18px;
float:left;
margin-right:8px;
opacity: 0.7;
}
.nombre-sites {
font-size:13px;
font-family:sans-serif;
text-align:center;
color:black;
}