Subversion Repositories eFlore/Applications.cel

Compare Revisions

Ignore whitespace Rev 2259 → Rev 2260

/trunk/widget/modules/stats/squelettes/css/stats_tout.css
1,12 → 1,17
/* CopiƩ depuis http://getbootstrap.com/examples/dashboard/ */
 
body {
padding-top: 50px;
/* padding-top: 50px; */
}
.sub-header {
border-bottom: 1px solid #EEEEEE;
padding-bottom: 10px;
}
 
.container-stats {
padding-left: 0;
}
 
.sidebar {
display: none;
}
13,14 → 18,15
.sidebar {
background-color: #F5F5F5;
border-right: 1px solid #EEEEEE;
bottom: 0;
display: block;
left: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 20px;
position: fixed;
padding-top: 20px;
/*position: fixed;
left: 0;
bottom: 0;
top: 51px;
margin-top: 20px;*/
z-index: 1000;
}
.nav-sidebar {