Revision 1b2adfd1 snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/font_custom.css

b/snf-cyclades-app/synnefo/ui/new_ui/ui/stylesheets/font_custom.css
28 28
you can use the generic selector below, but it"s slower:
29 29
[class*="snf-"] {
30 30
*/
31
.snf-font, .snf-custom-checkbox, .snf-twitter-logo, .snf-cancel-circled, .snf-checkbox-checked, .snf-checkbox-unchecked, .snf-ok, .snf-ban-circle, .snf-ok-sign, .snf-minus-sign, .snf-edit, .snf-HDD, .snf-network, .snf-PC, .snf-pc-full, .snf-pithos-outline, .snf-dashboard-outline, .snf-eye, .snf-radio-checked, .snf-radio-unchecked, .snf-close, .snf-chip-outline, .snf-lock_closed, .snf-lock_open, .snf-router-outline, .snf-www, .snf-ram, .snf-network-full, .snf-arrow-up, .snf-arrow-down, .snf-gridview, .snf-image-outline, .snf-listview, .snf-plus, .snf-search, .snf-snapshot, .snf-switch, .snf-thunder-full, .snf-info-outline, .snf-info-full, .snf-nic-outline, .snf-ram-full, .snf-nic-full, .snf-snapshot-full, .snf-image-outline, .snf-volume-full{
32
	font-family: "snf-font";
33
	speak: none;
34
	font-style: normal;
35
	font-weight: normal;
36
	font-variant: normal;
37
	text-transform: none;
38
	line-height: 1;
39
	-webkit-font-smoothing: antialiased;
40
}
41

  
42
.snf-HDD:before {
43
	content: "\75";
44
}
45
.snf-network:before {
46
	content: "\76";
47
}
48
.snf-PC:before {
49
	content: "\77";
50
}
51
.snf-snapshot:before {
52
	content: "\65";
53
}
54

  
55

  
56
/* new classes */
57 31
.snf-font,.snf-trash, .snf-eye, .snf-radio-checked, .snf-radio-unchecked, .snf-close, .snf-www, .snf-arrow-up, .snf-arrow-down, .snf-checkbox-unchecked, .snf-checkbox-checked, .snf-cancel-circled, .snf-search, .snf-twitter-logo, .snf-ok, .snf-switch, .snf-ban-circle, .snf-ok-sign, .snf-minus-sign, .snf-edit, .snf-listview, .snf-gridview, .snf-dashboard-outline, .snf-pithos-outline, .snf-info-full, .snf-volume-create-full, .snf-image-full, .snf-pc-create-full, .snf-network-create-outline, .snf-network-create-full, .snf-ram-outline, .snf-nic-outline, .snf-ram-full, .snf-nic-full, .snf-network-broken-1-full, .snf-network-broken-2-full, .snf-pc-broken-full, .snf-pc-reboot-full, .snf-pc-switch-full, .snf-key-full, .snf-router-full, .snf-chip-full, .snf-plus-full, .snf-snapshot-full, .snf-pithos-full, .snf-volume-full, .snf-network-full, .snf-pc-full, .snf-network-broken-1-outline, .snf-network-broken-2-outline, .snf-pc-broken-outline, .snf-volume-broken-outline, .snf-pc-reboot-outline, .snf-pc-switch-outline, .snf-key-outline, .snf-router-outline, .snf-chip-outline, .snf-image-outline, .snf-plus-outilne, .snf-snapshot-outline, .snf-volume-outline, .snf-network-outline, .snf-pc-outline, .snf-info-outline, .snf-thunder-full, .snf-lock-closed, .snf-lock-open {
58 32
	font-family: 'snf-font';
59 33
	speak: none;
......
256 230
.snf-thunder-full:before {
257 231
	content: "\6b";
258 232
}
259
.snf-lock-closed:before {
233
.snf-lock-closed-full:before {
260 234
	content: "\46";
261 235
}
262
.snf-lock-open:before {
236
.snf-lock-open-full:before {
263 237
	content: "\47";
264 238
}

Also available in: Unified diff