Subversion Repositories eFlore/Applications.cel

Rev

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