Projet

Général

Profil

0001-icon-definitions-moved-to-common-stylesheet.patch

Serghei Mihai, 28 juillet 2014 14:07

Télécharger (1,63 ko)

Voir les différences:

Subject: [PATCH 1/2] icon definitions moved to common stylesheet

 calebasse/static/css/agenda.css | 20 --------------------
 calebasse/static/css/style.css  |  6 +++++-
 2 files changed, 5 insertions(+), 21 deletions(-)
calebasse/static/css/agenda.css
31 31
    display: block;
32 32
}
33 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

  
49
.icon-car:before {
50
    content: "\f1b9";
51
    margin-right: 5px;
52
}
53

  
54 34
#users .icon-toggle {
55 35
    float: right;
56 36
    display: none;
calebasse/static/css/style.css
1279 1279
    margin-right: 5px;
1280 1280
    font-size: 1.3em;
1281 1281
}
1282
.icon-phone:before                { content: "\f095"; margin-right: 3px; }
1282
.icon-print:before {content: "\f02f";margin-right: 5px;}
1283
.icon-check:before {content: "\f046";margin-right: 5px;}
1284
.icon-uncheck:before {content: "\f096";margin-right: 5px;}
1285
.icon-car:before {content: "\f1b9";margin-right: 5px;}
1286
.icon-phone:before { content: "\f095"; margin-right: 3px;}
1283 1287

  
1284 1288
/* periodic event search form */
1285 1289

  
1286
-