annotate assets/css/glyphicons.css @ 25:0795207f3b90

ng2-table now with pager, sorting and styling.
author casties
date Tue, 26 Jan 2016 19:19:23 +0100
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
25
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
1 @font-face {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
2 font-family: 'Glyphicons Halflings';
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
3
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
4 src: url('../fonts/glyphicons-halflings-regular.eot');
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
5 src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
6 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
7 .glyphicon {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
8 position: relative;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
9 top: 1px;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
10 display: inline-block;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
11 font-family: 'Glyphicons Halflings';
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
12 font-style: normal;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
13 font-weight: normal;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
14 line-height: 1;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
15
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
16 -webkit-font-smoothing: antialiased;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
17 -moz-osx-font-smoothing: grayscale;
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
18 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
19 .glyphicon-asterisk:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
20 content: "\2a";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
21 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
22 .glyphicon-plus:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
23 content: "\2b";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
24 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
25 .glyphicon-euro:before,
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
26 .glyphicon-eur:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
27 content: "\20ac";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
28 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
29 .glyphicon-minus:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
30 content: "\2212";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
31 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
32 .glyphicon-cloud:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
33 content: "\2601";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
34 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
35 .glyphicon-envelope:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
36 content: "\2709";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
37 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
38 .glyphicon-pencil:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
39 content: "\270f";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
40 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
41 .glyphicon-glass:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
42 content: "\e001";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
43 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
44 .glyphicon-music:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
45 content: "\e002";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
46 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
47 .glyphicon-search:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
48 content: "\e003";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
49 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
50 .glyphicon-heart:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
51 content: "\e005";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
52 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
53 .glyphicon-star:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
54 content: "\e006";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
55 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
56 .glyphicon-star-empty:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
57 content: "\e007";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
58 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
59 .glyphicon-user:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
60 content: "\e008";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
61 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
62 .glyphicon-film:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
63 content: "\e009";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
64 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
65 .glyphicon-th-large:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
66 content: "\e010";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
67 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
68 .glyphicon-th:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
69 content: "\e011";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
70 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
71 .glyphicon-th-list:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
72 content: "\e012";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
73 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
74 .glyphicon-ok:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
75 content: "\e013";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
76 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
77 .glyphicon-remove:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
78 content: "\e014";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
79 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
80 .glyphicon-zoom-in:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
81 content: "\e015";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
82 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
83 .glyphicon-zoom-out:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
84 content: "\e016";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
85 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
86 .glyphicon-off:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
87 content: "\e017";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
88 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
89 .glyphicon-signal:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
90 content: "\e018";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
91 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
92 .glyphicon-cog:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
93 content: "\e019";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
94 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
95 .glyphicon-trash:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
96 content: "\e020";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
97 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
98 .glyphicon-home:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
99 content: "\e021";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
100 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
101 .glyphicon-file:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
102 content: "\e022";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
103 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
104 .glyphicon-time:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
105 content: "\e023";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
106 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
107 .glyphicon-road:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
108 content: "\e024";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
109 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
110 .glyphicon-download-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
111 content: "\e025";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
112 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
113 .glyphicon-download:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
114 content: "\e026";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
115 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
116 .glyphicon-upload:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
117 content: "\e027";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
118 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
119 .glyphicon-inbox:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
120 content: "\e028";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
121 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
122 .glyphicon-play-circle:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
123 content: "\e029";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
124 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
125 .glyphicon-repeat:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
126 content: "\e030";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
127 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
128 .glyphicon-refresh:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
129 content: "\e031";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
130 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
131 .glyphicon-list-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
132 content: "\e032";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
133 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
134 .glyphicon-lock:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
135 content: "\e033";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
136 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
137 .glyphicon-flag:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
138 content: "\e034";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
139 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
140 .glyphicon-headphones:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
141 content: "\e035";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
142 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
143 .glyphicon-volume-off:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
144 content: "\e036";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
145 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
146 .glyphicon-volume-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
147 content: "\e037";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
148 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
149 .glyphicon-volume-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
150 content: "\e038";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
151 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
152 .glyphicon-qrcode:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
153 content: "\e039";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
154 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
155 .glyphicon-barcode:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
156 content: "\e040";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
157 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
158 .glyphicon-tag:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
159 content: "\e041";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
160 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
161 .glyphicon-tags:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
162 content: "\e042";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
163 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
164 .glyphicon-book:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
165 content: "\e043";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
166 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
167 .glyphicon-bookmark:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
168 content: "\e044";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
169 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
170 .glyphicon-print:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
171 content: "\e045";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
172 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
173 .glyphicon-camera:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
174 content: "\e046";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
175 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
176 .glyphicon-font:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
177 content: "\e047";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
178 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
179 .glyphicon-bold:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
180 content: "\e048";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
181 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
182 .glyphicon-italic:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
183 content: "\e049";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
184 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
185 .glyphicon-text-height:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
186 content: "\e050";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
187 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
188 .glyphicon-text-width:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
189 content: "\e051";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
190 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
191 .glyphicon-align-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
192 content: "\e052";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
193 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
194 .glyphicon-align-center:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
195 content: "\e053";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
196 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
197 .glyphicon-align-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
198 content: "\e054";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
199 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
200 .glyphicon-align-justify:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
201 content: "\e055";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
202 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
203 .glyphicon-list:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
204 content: "\e056";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
205 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
206 .glyphicon-indent-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
207 content: "\e057";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
208 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
209 .glyphicon-indent-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
210 content: "\e058";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
211 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
212 .glyphicon-facetime-video:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
213 content: "\e059";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
214 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
215 .glyphicon-picture:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
216 content: "\e060";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
217 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
218 .glyphicon-map-marker:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
219 content: "\e062";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
220 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
221 .glyphicon-adjust:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
222 content: "\e063";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
223 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
224 .glyphicon-tint:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
225 content: "\e064";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
226 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
227 .glyphicon-edit:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
228 content: "\e065";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
229 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
230 .glyphicon-share:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
231 content: "\e066";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
232 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
233 .glyphicon-check:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
234 content: "\e067";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
235 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
236 .glyphicon-move:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
237 content: "\e068";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
238 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
239 .glyphicon-step-backward:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
240 content: "\e069";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
241 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
242 .glyphicon-fast-backward:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
243 content: "\e070";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
244 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
245 .glyphicon-backward:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
246 content: "\e071";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
247 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
248 .glyphicon-play:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
249 content: "\e072";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
250 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
251 .glyphicon-pause:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
252 content: "\e073";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
253 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
254 .glyphicon-stop:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
255 content: "\e074";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
256 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
257 .glyphicon-forward:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
258 content: "\e075";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
259 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
260 .glyphicon-fast-forward:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
261 content: "\e076";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
262 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
263 .glyphicon-step-forward:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
264 content: "\e077";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
265 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
266 .glyphicon-eject:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
267 content: "\e078";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
268 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
269 .glyphicon-chevron-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
270 content: "\e079";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
271 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
272 .glyphicon-chevron-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
273 content: "\e080";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
274 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
275 .glyphicon-plus-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
276 content: "\e081";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
277 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
278 .glyphicon-minus-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
279 content: "\e082";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
280 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
281 .glyphicon-remove-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
282 content: "\e083";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
283 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
284 .glyphicon-ok-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
285 content: "\e084";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
286 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
287 .glyphicon-question-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
288 content: "\e085";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
289 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
290 .glyphicon-info-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
291 content: "\e086";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
292 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
293 .glyphicon-screenshot:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
294 content: "\e087";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
295 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
296 .glyphicon-remove-circle:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
297 content: "\e088";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
298 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
299 .glyphicon-ok-circle:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
300 content: "\e089";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
301 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
302 .glyphicon-ban-circle:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
303 content: "\e090";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
304 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
305 .glyphicon-arrow-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
306 content: "\e091";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
307 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
308 .glyphicon-arrow-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
309 content: "\e092";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
310 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
311 .glyphicon-arrow-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
312 content: "\e093";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
313 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
314 .glyphicon-arrow-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
315 content: "\e094";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
316 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
317 .glyphicon-share-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
318 content: "\e095";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
319 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
320 .glyphicon-resize-full:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
321 content: "\e096";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
322 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
323 .glyphicon-resize-small:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
324 content: "\e097";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
325 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
326 .glyphicon-exclamation-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
327 content: "\e101";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
328 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
329 .glyphicon-gift:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
330 content: "\e102";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
331 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
332 .glyphicon-leaf:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
333 content: "\e103";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
334 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
335 .glyphicon-fire:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
336 content: "\e104";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
337 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
338 .glyphicon-eye-open:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
339 content: "\e105";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
340 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
341 .glyphicon-eye-close:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
342 content: "\e106";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
343 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
344 .glyphicon-warning-sign:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
345 content: "\e107";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
346 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
347 .glyphicon-plane:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
348 content: "\e108";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
349 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
350 .glyphicon-calendar:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
351 content: "\e109";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
352 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
353 .glyphicon-random:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
354 content: "\e110";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
355 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
356 .glyphicon-comment:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
357 content: "\e111";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
358 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
359 .glyphicon-magnet:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
360 content: "\e112";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
361 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
362 .glyphicon-chevron-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
363 content: "\e113";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
364 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
365 .glyphicon-chevron-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
366 content: "\e114";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
367 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
368 .glyphicon-retweet:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
369 content: "\e115";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
370 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
371 .glyphicon-shopping-cart:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
372 content: "\e116";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
373 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
374 .glyphicon-folder-close:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
375 content: "\e117";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
376 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
377 .glyphicon-folder-open:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
378 content: "\e118";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
379 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
380 .glyphicon-resize-vertical:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
381 content: "\e119";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
382 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
383 .glyphicon-resize-horizontal:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
384 content: "\e120";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
385 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
386 .glyphicon-hdd:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
387 content: "\e121";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
388 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
389 .glyphicon-bullhorn:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
390 content: "\e122";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
391 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
392 .glyphicon-bell:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
393 content: "\e123";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
394 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
395 .glyphicon-certificate:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
396 content: "\e124";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
397 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
398 .glyphicon-thumbs-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
399 content: "\e125";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
400 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
401 .glyphicon-thumbs-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
402 content: "\e126";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
403 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
404 .glyphicon-hand-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
405 content: "\e127";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
406 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
407 .glyphicon-hand-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
408 content: "\e128";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
409 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
410 .glyphicon-hand-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
411 content: "\e129";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
412 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
413 .glyphicon-hand-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
414 content: "\e130";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
415 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
416 .glyphicon-circle-arrow-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
417 content: "\e131";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
418 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
419 .glyphicon-circle-arrow-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
420 content: "\e132";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
421 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
422 .glyphicon-circle-arrow-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
423 content: "\e133";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
424 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
425 .glyphicon-circle-arrow-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
426 content: "\e134";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
427 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
428 .glyphicon-globe:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
429 content: "\e135";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
430 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
431 .glyphicon-wrench:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
432 content: "\e136";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
433 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
434 .glyphicon-tasks:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
435 content: "\e137";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
436 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
437 .glyphicon-filter:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
438 content: "\e138";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
439 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
440 .glyphicon-briefcase:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
441 content: "\e139";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
442 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
443 .glyphicon-fullscreen:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
444 content: "\e140";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
445 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
446 .glyphicon-dashboard:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
447 content: "\e141";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
448 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
449 .glyphicon-paperclip:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
450 content: "\e142";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
451 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
452 .glyphicon-heart-empty:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
453 content: "\e143";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
454 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
455 .glyphicon-link:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
456 content: "\e144";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
457 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
458 .glyphicon-phone:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
459 content: "\e145";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
460 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
461 .glyphicon-pushpin:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
462 content: "\e146";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
463 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
464 .glyphicon-usd:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
465 content: "\e148";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
466 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
467 .glyphicon-gbp:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
468 content: "\e149";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
469 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
470 .glyphicon-sort:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
471 content: "\e150";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
472 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
473 .glyphicon-sort-by-alphabet:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
474 content: "\e151";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
475 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
476 .glyphicon-sort-by-alphabet-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
477 content: "\e152";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
478 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
479 .glyphicon-sort-by-order:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
480 content: "\e153";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
481 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
482 .glyphicon-sort-by-order-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
483 content: "\e154";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
484 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
485 .glyphicon-sort-by-attributes:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
486 content: "\e155";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
487 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
488 .glyphicon-sort-by-attributes-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
489 content: "\e156";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
490 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
491 .glyphicon-unchecked:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
492 content: "\e157";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
493 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
494 .glyphicon-expand:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
495 content: "\e158";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
496 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
497 .glyphicon-collapse-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
498 content: "\e159";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
499 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
500 .glyphicon-collapse-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
501 content: "\e160";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
502 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
503 .glyphicon-log-in:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
504 content: "\e161";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
505 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
506 .glyphicon-flash:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
507 content: "\e162";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
508 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
509 .glyphicon-log-out:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
510 content: "\e163";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
511 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
512 .glyphicon-new-window:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
513 content: "\e164";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
514 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
515 .glyphicon-record:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
516 content: "\e165";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
517 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
518 .glyphicon-save:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
519 content: "\e166";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
520 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
521 .glyphicon-open:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
522 content: "\e167";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
523 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
524 .glyphicon-saved:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
525 content: "\e168";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
526 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
527 .glyphicon-import:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
528 content: "\e169";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
529 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
530 .glyphicon-export:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
531 content: "\e170";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
532 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
533 .glyphicon-send:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
534 content: "\e171";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
535 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
536 .glyphicon-floppy-disk:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
537 content: "\e172";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
538 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
539 .glyphicon-floppy-saved:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
540 content: "\e173";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
541 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
542 .glyphicon-floppy-remove:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
543 content: "\e174";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
544 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
545 .glyphicon-floppy-save:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
546 content: "\e175";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
547 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
548 .glyphicon-floppy-open:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
549 content: "\e176";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
550 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
551 .glyphicon-credit-card:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
552 content: "\e177";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
553 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
554 .glyphicon-transfer:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
555 content: "\e178";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
556 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
557 .glyphicon-cutlery:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
558 content: "\e179";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
559 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
560 .glyphicon-header:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
561 content: "\e180";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
562 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
563 .glyphicon-compressed:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
564 content: "\e181";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
565 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
566 .glyphicon-earphone:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
567 content: "\e182";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
568 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
569 .glyphicon-phone-alt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
570 content: "\e183";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
571 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
572 .glyphicon-tower:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
573 content: "\e184";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
574 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
575 .glyphicon-stats:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
576 content: "\e185";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
577 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
578 .glyphicon-sd-video:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
579 content: "\e186";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
580 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
581 .glyphicon-hd-video:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
582 content: "\e187";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
583 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
584 .glyphicon-subtitles:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
585 content: "\e188";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
586 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
587 .glyphicon-sound-stereo:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
588 content: "\e189";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
589 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
590 .glyphicon-sound-dolby:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
591 content: "\e190";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
592 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
593 .glyphicon-sound-5-1:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
594 content: "\e191";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
595 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
596 .glyphicon-sound-6-1:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
597 content: "\e192";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
598 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
599 .glyphicon-sound-7-1:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
600 content: "\e193";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
601 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
602 .glyphicon-copyright-mark:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
603 content: "\e194";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
604 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
605 .glyphicon-registration-mark:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
606 content: "\e195";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
607 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
608 .glyphicon-cloud-download:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
609 content: "\e197";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
610 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
611 .glyphicon-cloud-upload:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
612 content: "\e198";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
613 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
614 .glyphicon-tree-conifer:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
615 content: "\e199";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
616 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
617 .glyphicon-tree-deciduous:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
618 content: "\e200";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
619 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
620 .glyphicon-cd:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
621 content: "\e201";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
622 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
623 .glyphicon-save-file:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
624 content: "\e202";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
625 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
626 .glyphicon-open-file:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
627 content: "\e203";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
628 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
629 .glyphicon-level-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
630 content: "\e204";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
631 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
632 .glyphicon-copy:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
633 content: "\e205";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
634 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
635 .glyphicon-paste:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
636 content: "\e206";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
637 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
638 .glyphicon-alert:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
639 content: "\e209";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
640 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
641 .glyphicon-equalizer:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
642 content: "\e210";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
643 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
644 .glyphicon-king:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
645 content: "\e211";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
646 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
647 .glyphicon-queen:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
648 content: "\e212";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
649 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
650 .glyphicon-pawn:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
651 content: "\e213";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
652 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
653 .glyphicon-bishop:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
654 content: "\e214";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
655 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
656 .glyphicon-knight:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
657 content: "\e215";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
658 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
659 .glyphicon-baby-formula:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
660 content: "\e216";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
661 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
662 .glyphicon-tent:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
663 content: "\26fa";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
664 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
665 .glyphicon-blackboard:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
666 content: "\e218";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
667 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
668 .glyphicon-bed:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
669 content: "\e219";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
670 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
671 .glyphicon-apple:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
672 content: "\f8ff";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
673 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
674 .glyphicon-erase:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
675 content: "\e221";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
676 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
677 .glyphicon-hourglass:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
678 content: "\231b";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
679 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
680 .glyphicon-lamp:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
681 content: "\e223";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
682 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
683 .glyphicon-duplicate:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
684 content: "\e224";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
685 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
686 .glyphicon-piggy-bank:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
687 content: "\e225";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
688 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
689 .glyphicon-scissors:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
690 content: "\e226";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
691 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
692 .glyphicon-bitcoin:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
693 content: "\e227";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
694 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
695 .glyphicon-btc:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
696 content: "\e227";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
697 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
698 .glyphicon-xbt:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
699 content: "\e227";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
700 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
701 .glyphicon-yen:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
702 content: "\00a5";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
703 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
704 .glyphicon-jpy:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
705 content: "\00a5";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
706 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
707 .glyphicon-ruble:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
708 content: "\20bd";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
709 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
710 .glyphicon-rub:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
711 content: "\20bd";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
712 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
713 .glyphicon-scale:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
714 content: "\e230";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
715 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
716 .glyphicon-ice-lolly:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
717 content: "\e231";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
718 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
719 .glyphicon-ice-lolly-tasted:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
720 content: "\e232";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
721 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
722 .glyphicon-education:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
723 content: "\e233";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
724 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
725 .glyphicon-option-horizontal:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
726 content: "\e234";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
727 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
728 .glyphicon-option-vertical:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
729 content: "\e235";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
730 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
731 .glyphicon-menu-hamburger:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
732 content: "\e236";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
733 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
734 .glyphicon-modal-window:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
735 content: "\e237";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
736 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
737 .glyphicon-oil:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
738 content: "\e238";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
739 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
740 .glyphicon-grain:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
741 content: "\e239";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
742 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
743 .glyphicon-sunglasses:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
744 content: "\e240";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
745 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
746 .glyphicon-text-size:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
747 content: "\e241";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
748 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
749 .glyphicon-text-color:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
750 content: "\e242";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
751 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
752 .glyphicon-text-background:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
753 content: "\e243";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
754 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
755 .glyphicon-object-align-top:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
756 content: "\e244";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
757 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
758 .glyphicon-object-align-bottom:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
759 content: "\e245";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
760 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
761 .glyphicon-object-align-horizontal:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
762 content: "\e246";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
763 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
764 .glyphicon-object-align-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
765 content: "\e247";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
766 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
767 .glyphicon-object-align-vertical:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
768 content: "\e248";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
769 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
770 .glyphicon-object-align-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
771 content: "\e249";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
772 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
773 .glyphicon-triangle-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
774 content: "\e250";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
775 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
776 .glyphicon-triangle-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
777 content: "\e251";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
778 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
779 .glyphicon-triangle-bottom:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
780 content: "\e252";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
781 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
782 .glyphicon-triangle-top:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
783 content: "\e253";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
784 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
785 .glyphicon-console:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
786 content: "\e254";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
787 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
788 .glyphicon-superscript:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
789 content: "\e255";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
790 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
791 .glyphicon-subscript:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
792 content: "\e256";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
793 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
794 .glyphicon-menu-left:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
795 content: "\e257";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
796 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
797 .glyphicon-menu-right:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
798 content: "\e258";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
799 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
800 .glyphicon-menu-down:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
801 content: "\e259";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
802 }
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
803 .glyphicon-menu-up:before {
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
804 content: "\e260";
0795207f3b90 ng2-table now with pager, sorting and styling.
casties
parents:
diff changeset
805 }