Projet

Général

Profil

« Précédent | Suivant » 

Révision dce0454a

Ajouté par Serghei Mihai il y a presque 10 ans

agenda: display a summary of service activity

Closes #2735

Voir les différences:

calebasse/static/css/agenda.css
1
br.clear {
2
    clear: both;
3
}
4

  
1 5
td#dispos {
2 6
	vertical-align: top;
3 7
}
......
27 31
    display: block;
28 32
}
29 33

  
34
.icon-print:before {
35
    content: "\f02f";
36
    margin-right: 5px;
37
}
38

  
39
.icon-check:before {
40
    content: "\f046";
41
    margin-right: 5px;
42
}
43

  
44
.icon-uncheck:before {
45
    content: "\f096";
46
    margin-right: 5px;
47
}
48

  
30 49
#users .icon-toggle {
31 50
    float: right;
32 51
    display: none;
......
222 241

  
223 242
button.screen-only {
224 243
    margin: 1em 0;
225
    float: right;
244
    /* float: right; */
226 245
}
227 246

  
228 247
h3 .icon-comment {
......
231 250

  
232 251
.worker-agenda {
233 252
    margin-top: 2em;
253
}
254

  
255
#activity {
256
    float: right;
257
    font-size: .8em;
258
    margin-bottom: 2em;
259
}
260

  
261
#activity h3 {
262
    background: #eee;
263
    border: 1px solid #aaa;
264
    padding: 2px 5px;
265
    margin:0;
266
    border-bottom: 0;
267
}
268

  
269
#activity table {
270
    border-collapse: collapse;
271
}
272

  
273
#activity .header {
274
    display: none;
275
}
276

  
277
#activity table td, #activity table th {
278
    border: 1px solid #bbb;
279
    padding: 2px 5px;
280
}
281

  
282
#activity #print-button-therapeutes-activity {
283
    float: right;
234 284
}

Formats disponibles : Unified diff