Subversion Repositories eFlore/Applications.cel

Rev

Rev 2221 | Rev 2263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2221 Rev 2261
Line 1... Line 1...
1
/* CopiƩ depuis http://getbootstrap.com/examples/dashboard/ */
1
/* CopiƩ depuis http://getbootstrap.com/examples/dashboard/ */
Line 2... Line 2...
2
 
2
 
3
body {
3
body {
4
    padding-top: 50px;
4
    /* padding-top: 50px; */
5
}
5
}
6
.sub-header {
6
.sub-header {
7
    border-bottom: 1px solid #EEEEEE;
7
    border-bottom: 1px solid #EEEEEE;
8
    padding-bottom: 10px;
8
    padding-bottom: 10px;
-
 
9
}
-
 
10
 
-
 
11
.container-stats {
-
 
12
	padding-left: 0;
-
 
13
}
9
}
14
 
10
.sidebar {
15
.sidebar {
11
    display: none;
16
    display: none;
12
}
17
}
13
.sidebar {
18
.sidebar {
14
    background-color: #F5F5F5;
19
    background-color: #F5F5F5;
15
    border-right: 1px solid #EEEEEE;
-
 
16
    bottom: 0;
20
    border-right: 1px solid #EEEEEE;
17
    display: block;
-
 
18
    left: 0;
21
    display: block;
19
    overflow-x: hidden;
22
    overflow-x: hidden;
20
    overflow-y: auto;
23
    overflow-y: auto;
21
    padding: 20px;
24
    padding-top: 20px;
-
 
25
    /*position: fixed;
-
 
26
    left: 0;
22
    position: fixed;
27
    bottom: 0;
-
 
28
    top: 51px;
23
    top: 51px;
29
    margin-top: 20px;*/
24
    z-index: 1000;
30
    z-index: 1000;
25
}
31
}
26
.nav-sidebar {
32
.nav-sidebar {
27
    margin-bottom: 20px;
33
    margin-bottom: 20px;