-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathicons.css
115 lines (114 loc) · 2.39 KB
/
icons.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
i.tool{
height: 14px;
width: 14px;
background: url("../img/btn-tool.png") no-repeat;
display: inline-block;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.arrow-down {
background: url("../img/ico-arrow-black.png") no-repeat;
width: 9px;
height: 6px;
display: inline-block;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.shuffle{
background: url("../img/btn-shuffle.png") no-repeat;
display: inline-block;
height: 13px;
width: 18px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.setting{
background: url("../img/btn-setting.png") no-repeat;
display: inline-block;
height: 16px;
width: 16px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.attach{
background: url("../img/btn-attach.png") no-repeat;
display: inline-block;
height: 16px;
width: 16px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.ico-phone{
background: url("../img/ico-phone.png") no-repeat;
height: 18px;
width: 13px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.ico-mail{
background: url("../img/ico-mail.png") no-repeat;
height:11px;
width: 17px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.gallery-edit{
background: url("../img/ico-gallery-edit.png") no-repeat;
height:20px;
width: 20px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.gallery-trash{
background: url("../img/ico-gallery-trash.png") no-repeat;
height:19px;
width: 17px;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.table-edit{
background: url("../img/ico-table-new.png") no-repeat;
width: 14px;
height: 13px;
display: inline-block;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}
i.table-settings{
background: url("../img/ico-table-edit.png") no-repeat;
width: 16px;
height: 16px;
display: inline-block;
position: relative;
top: 1px;
}
i.table-delete{
background: url("../img/ico-table-delete.png") no-repeat;
width: 12px;
height: 12px;
display: inline-block;
margin-top: 1px;
*margin-right: .3em;
line-height: 14px;
vertical-align: text-top;
}