Subversion Repositories eFlore/Applications.cel

Rev

Rev 2221 | Rev 2263 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2202 mathias 1
/* Copié depuis http://getbootstrap.com/examples/dashboard/ */
2
 
3
body {
2261 mathias 4
    /* padding-top: 50px; */
2202 mathias 5
}
6
.sub-header {
7
    border-bottom: 1px solid #EEEEEE;
8
    padding-bottom: 10px;
9
}
2261 mathias 10
 
11
.container-stats {
12
	padding-left: 0;
13
}
14
 
2202 mathias 15
.sidebar {
16
    display: none;
17
}
18
.sidebar {
19
    background-color: #F5F5F5;
20
    border-right: 1px solid #EEEEEE;
21
    display: block;
22
    overflow-x: hidden;
23
    overflow-y: auto;
2261 mathias 24
    padding-top: 20px;
25
    /*position: fixed;
26
    left: 0;
27
    bottom: 0;
2202 mathias 28
    top: 51px;
2261 mathias 29
    margin-top: 20px;*/
2202 mathias 30
    z-index: 1000;
31
}
32
.nav-sidebar {
33
    margin-bottom: 20px;
34
    margin-left: -20px;
35
    margin-right: -21px;
36
}
37
.nav-sidebar > li > a {
38
    padding-left: 20px;
39
    padding-right: 20px;
40
}
41
.nav-sidebar > .active > a {
42
    background-color: #428BCA;
43
    color: #FFFFFF;
44
}
45
.main {
46
    padding: 20px;
47
}
48
@media (min-width: 768px) {
49
.main {
50
    padding-left: 40px;
51
    padding-right: 40px;
52
}
53
}
54
.main .page-header {
55
    margin-top: 0;
56
}
57
.placeholders {
58
    margin-bottom: 30px;
59
    text-align: center;
60
}
61
.placeholders h4 {
62
    margin-bottom: 0;
63
}
64
.placeholder {
65
    margin-bottom: 20px;
66
}
67
.placeholder img {
68
    border-radius: 50%;
69
    display: inline-block;
70
}
71
 
72
/* Styles non liés à bootstrap */
73
 
74
.flottant-gauche, .flottant-gauche img {
75
	float: left;
76
}
77
 
78
img.stats {
79
    border: 1px solid #000000;
80
    display: block;
81
    margin: 0.5em;
82
}