-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
325 lines (271 loc) · 6.57 KB
/
styles.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
/* add jjupin Masquer bouton modifier ordre cours et tabs annulalisation */
form#ordre_cours {
display: none;
}
span.nouveautetdb {
font-size: 18px;
color: #333;
margin-bottom: 10px;
}
.block_tableau_bord div#tabs {
float: left;
border-radius: 0;
border: 1px solid rgba(238, 238, 238, 1);
}
/* add jjupin 31/01/17 => ajouter une classe CSS si le cours est masqué (le griser) */
div.course_not_visible {
opacity: 0.5;
}
/* end add jjupin 31/01/17 */
/* Pour que le formulaire et le bouton de la grille soient sur la même ligne */
.block_tableau_bord .bouton {
display: inline-block;
text-align: center;
margin: 2px;
}
.block_tableau_bord .cours-infos div[id^="region_detaille"], .block_tableau_bord .cours-infos div[id^="region_notification"] {
margin-bottom: 5px !important;
}
.block_tableau_bord .cours-infos div[id^="notif-"] {
margin-top: 10px !important;
}
/* Division d'une seule notification */
.block_tableau_bord .notif {
margin: 5px 10px 5px 30px;
padding-left: 5px;
border-left: 2px solid #ccc;
}
.block_tableau_bord .notif:hover {
background-color: #f0f0f0;
}
.block_tableau_bord .notif .overview {
margin: 0 8px 0 0 !important;
float: left;
}
.notif a.boutonSupprimer {
float: right;
width: 20px;
height: 20px;
margin: -8px -8px 0 0;
text-decoration: none;
}
.notif a.boutonSupprimer div.delete_notif {
background: #ccc;
border: none;
border-radius: 6px;
font-weight: 800;
text-align: center;
color: white;
}
.notif:hover a.boutonSupprimer div.delete_notif, .notif a.boutonSupprimer div.delete_notif:hover {
background: #d72329;
}
.block_tableau_bord .bouton_aff {
float: right;
text-align: center;
margin: 2px;
}
.block_tableau_bord .coursebox .contenu_cours {
display: inline-block;
vertical-align: top;
margin: 5px;
position: relative;
}
.block_tableau_bord .coursebox .cours-avancement-global {
float: left;
margin: 5px 0 0 4px;
padding: 0.3em;
}
div.collapsibleregioninner[id^=region_histo] {
padding-left: 5px !important;
}
div.collapsibleregioninner[id^=region_notification] {
padding-left: 10px !important;
}
div.collapsibleregioninner[id^=region_detaille] {
padding-left: 5px !important;
}
/* Canvas pour le graphe d'avancement & prof: */
.cours-liste canvas{
width: 100% !important;
height: auto !important;
}
.cours-avancement-global canvas{
max-width: 200px !important;
}
div[id^=region_detaille] canvas{
width: 100px !important;
}
input.modifier_ordre_cours, input[title="validerCours"] {
margin: 2px 0 0 0 !important;
background: #e5512b !important;
color: #fff !important;
border-radius: 5px !important;
border: none !important;
}
input.modifier_ordre_cours:hover, input[title="validerCours"]:hover {
text-decoration: underline !important;
}
.block_tableau_bord {
border: none !important;
box-shadow : none !important;
}
div.block_tableau_bord div.header {
background: none !important;
}
div.block_tableau_bord div.header H2 {
color: #000 !important;
font-size: 2em !important;
text-transform: none !important;
}
.menu .welcome_area {
padding: 0 0 10px 0!important;
}
.menu .welcome_area .profilepicture {
float: left !important;
vertical-align: middle;
}
.menu .welcome_area .welcome_message {
display: inline;
padding: 0 !important;
}
.menu .welcome_area .welcome_message H2.main {
padding: 0 10px 0 5px !important;
margin: 0 !important;
font-size: 20px !important;
line-height: normal !important;
display: inline !important;
}
.menu .welcome_area .welcome_message {
display: inline !important;
padding: 0 !important;
}
.menu .welcome_title {
float: left;
}
.menu .welcome_title p {
margin: 0;
font-size: 27px ;
line-height: normal;
padding: 0 5px 4px 0;
color: #0088CC;
}
.menu .welcome_title p:before {
content: ">> ";
}
.block_tableau_bord .course_title {
position: relative;
}
div.link-button {
margin: 5px 5px 15px 5px;
text-align: center;
background: #0088CC;
border-radius: 5px;
}
.link-button a {
color: #fff!important;
}
/* Curseur sur l'icone de deplacement de cours */
.editing .block_tableau_bord .coursebox .cursor {
cursor: move;
margin-bottom: 2px;
}
/* Positionnement de l'icone de deplacement de cours */
.editing .block_tableau_bord .move {
float: left;
padding: 2px 10px 0 0;
}
/* Affichage de l'icone identique lorsque l'on est en mode du choix preferentiel du cours */
.block_tableau_bord .coursebox .cursor {
cursor: move;
margin-bottom: 2px;
}
.block_tableau_bord .move {
float: left;
padding: 0 10px 0 0;
}
img.iconhelp {
height: 15px !important;
padding-left: 3px;
vertical-align: text-bottom;
width: 15px !important;
}
.dir-rtl.editing .block_tableau_bord .move {
float: right;
padding: 2px 10px;
}
.block_tableau_bord .course_list {
width: 100%;
float: left;
}
/*Permet d'afficher les activites en dessous du titre du cours */
.block_tableau_bord div.flush {
clear: both;
}
.block_tableau_bord .activity_info {
clear: both;
}
.dir-rtl .block_tableau_bord .activity_info {
margin-right: 25px;
}
.block_tableau_bord .activity_overview {
padding: 2px;
}
.block_tableau_bord .activity_overview img.iconlarge {
vertical-align: text-bottom;
margin-right: 6px;
}
.dir-rtl .block_tableau_bord .activity_overview img.iconlarge {
margin-left: 6px;
margin-right: 0;
}
.block_tableau_bord .singleselect {
text-align: left;
margin: 0;
}
.dir-rtl .block_tableau_bord .singleselect {
text-align: right;
}
.block_tableau_bord .content .course_list .movehere {
margin-bottom: 15px;
}
.block_tableau_bord .hidden {
display: none;
}
div.block_tableau_bord div div div.block_action {
display: none !important;
}
/* Pour le bouton des notifications */
.course-img {
float: left;
height: 30px;
width: 150px;
}
.click-notification { /* déclencheur de l'affichage des notif*/
cursor: pointer;
}
.notification {
float: left;
min-width: 20px;
width: 20px;
padding:1px;
margin: 4px 0 0 -30px;
font-weight: 600;
font-size: 12px;
text-align: center;
background: #d72329;
border: 1px solid #FFF;
border-radius: 4px;
}
.notification a {
color: #fff !important;
}
/* Modification du custom.css de l'ead */
/* ----------------------------------- */
[role="tabpanel"][aria-hidden="true"] {
display: none;
}
#LMtabs .nav-item[aria-selected="true"] a{
color: #fff;
background-color: #1177d1;
}