Subversion Repositories eFlore/Applications.cel

Rev

Rev 2340 | 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 {
2260 mathias 4
    /* padding-top: 50px; */
2202 mathias 5
}
6
.sub-header {
7
    border-bottom: 1px solid #EEEEEE;
8
    padding-bottom: 10px;
9
}
2260 mathias 10
 
11
.container-stats {
12
	padding-left: 0;
2264 mathias 13
	padding-right: 0;
2260 mathias 14
}
15
 
2202 mathias 16
.sidebar {
17
    display: none;
18
}
19
.sidebar {
20
    background-color: #F5F5F5;
21
    border-right: 1px solid #EEEEEE;
22
    display: block;
23
    overflow-x: hidden;
24
    overflow-y: auto;
2260 mathias 25
    padding-top: 20px;
2262 mathias 26
    padding-right: 0;
2260 mathias 27
    /*position: fixed;
28
    left: 0;
29
    bottom: 0;
2202 mathias 30
    top: 51px;
2260 mathias 31
    margin-top: 20px;*/
2348 mathias 32
    z-index: 1;
2202 mathias 33
}
34
.nav-sidebar {
35
    margin-bottom: 20px;
36
    margin-left: -20px;
2262 mathias 37
    /*margin-right: -21px;*/
2202 mathias 38
}
2262 mathias 39
.nav-sidebar li {
40
	float: left;
41
	width: 100%;
42
}
43
 
44
@media screen and (max-width: 1000px) {
45
	.nav-sidebar {
46
		margin-bottom: 0;
47
	}
48
	.nav-sidebar li {
49
		width: 200px;
50
	}
51
	.nav-sidebar li a {
52
		font-size : 12px;
53
		padding-top : 5px;
54
		padding-bottom: 5px;
55
	}
56
	.sidebar {
57
		padding-top: 0;
58
	}
59
}
60
 
2202 mathias 61
.nav-sidebar > li > a {
62
    padding-left: 20px;
63
    padding-right: 20px;
64
}
65
.nav-sidebar > .active > a {
66
    background-color: #428BCA;
67
    color: #FFFFFF;
68
}
69
.main {
70
    padding: 20px;
71
}
72
@media (min-width: 768px) {
73
.main {
74
    padding-left: 40px;
75
    padding-right: 40px;
76
}
77
}
78
.main .page-header {
79
    margin-top: 0;
80
}
81
.placeholders {
82
    margin-bottom: 30px;
83
    text-align: center;
84
}
85
.placeholders h4 {
86
    margin-bottom: 0;
87
}
88
.placeholder {
89
    margin-bottom: 20px;
90
}
91
.placeholder img {
92
    border-radius: 50%;
93
    display: inline-block;
94
}
95
 
96
/* Styles non liés à bootstrap */
97
 
98
.flottant-gauche, .flottant-gauche img {
99
	float: left;
100
}
101
 
102
img.stats {
103
    border: 1px solid #000000;
104
    display: block;
105
    margin: 0.5em;
106
}