roojs-all.js
[roojs1] / examples / bootstrap / icons.css
1 i.tool {
2   height: 14px;
3   width: 14px;
4   background: url("../../img/btn-tool.png") no-repeat;
5   display: inline-block;
6   margin-top: 1px;
7   *margin-right: .3em;
8   line-height: 14px;
9   vertical-align: text-top;
10 }
11
12 i.arrow-down {
13   background: url("../../img/ico-arrow-black.png") no-repeat;
14   width: 9px;
15   height: 6px;
16   display: inline-block;
17   margin-top: 1px;
18   *margin-right: .3em;
19   line-height: 14px;
20   vertical-align: text-top;
21 }
22
23 i.shuffle {
24   background: url("../../img/btn-shuffle.png") no-repeat;
25   display: inline-block;
26   height: 13px;
27   width: 18px;
28   margin-top: 1px;
29   *margin-right: .3em;
30   line-height: 14px;
31   vertical-align: text-top;
32 }
33
34 i.setting {
35   background: url("../../img/btn-setting.png") no-repeat;
36   display: inline-block;
37   height: 16px;
38   width: 16px;
39   margin-top: 1px;
40   *margin-right: .3em;
41   line-height: 14px;
42   vertical-align: text-top;
43 }
44
45 i.attach {
46   background: url("../../img/btn-attach.png") no-repeat;
47   display: inline-block;
48   height: 16px;
49   width: 16px;
50   margin-top: 1px;
51   *margin-right: .3em;
52   line-height: 14px;
53   vertical-align: text-top;
54 }
55
56 i.ico-phone {
57   background: url("../../img/ico-phone.png") no-repeat;
58   height: 18px;
59   width: 13px;
60   margin-top: 1px;
61   *margin-right: .3em;
62   line-height: 14px;
63   vertical-align: text-top;
64 }
65
66 i.ico-mail {
67   background: url("../../img/ico-mail.png") no-repeat;
68   height: 11px;
69   width: 17px;
70   margin-top: 1px;
71   *margin-right: .3em;
72   line-height: 14px;
73   vertical-align: text-top;
74 }
75
76 i.gallery-edit {
77   background: url("../../img/ico-gallery-edit.png") no-repeat;
78   height: 20px;
79   width: 20px;
80   margin-top: 1px;
81   *margin-right: .3em;
82   line-height: 14px;
83   vertical-align: text-top;
84 }
85
86 i.gallery-trash {
87   background: url("../../img/ico-gallery-trash.png") no-repeat;
88   height: 19px;
89   width: 17px;
90   margin-top: 1px;
91   *margin-right: .3em;
92   line-height: 14px;
93   vertical-align: text-top;
94 }
95
96 i.table-edit {
97   background: url("../../img/ico-table-new.png") no-repeat;
98   width: 14px;
99   height: 13px;
100   display: inline-block;
101   margin-top: 1px;
102   *margin-right: .3em;
103   line-height: 14px;
104   vertical-align: text-top;
105 }
106
107 i.table-settings {
108   background: url("../../img/ico-table-edit.png") no-repeat;
109   width: 16px;
110   height: 16px;
111   display: inline-block;
112   position: relative;
113   top: 1px;
114 }
115
116 i.table-delete {
117   background: url("../../img/ico-table-delete.png") no-repeat;
118   width: 12px;
119   height: 12px;
120   display: inline-block;
121   margin-top: 1px;
122   *margin-right: .3em;
123   line-height: 14px;
124   vertical-align: text-top;
125 }