Subversion Repositories eFlore/Applications.cel

Rev

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