|
2 | 2 | font-family: 'ui-grid'; |
3 | 3 | src: url('@{font-path}ui-grid.eot'); |
4 | 4 | src: url('@{font-path}ui-grid.eot#iefix') format('embedded-opentype'), |
5 | | - url('@{font-path}ui-grid.woff') format('woff'), |
6 | | - url('@{font-path}ui-grid.ttf') format('truetype'), |
7 | | - url('@{font-path}ui-grid.svg?#ui-grid') format('svg'); |
| 5 | + url('@{font-path}ui-grid.woff') format('woff'), |
| 6 | + url('@{font-path}ui-grid.ttf') format('truetype'), |
| 7 | + url('@{font-path}ui-grid.svg?#ui-grid') format('svg'); |
8 | 8 | font-weight: normal; |
9 | 9 | font-style: normal; |
10 | 10 | } |
| 11 | + |
11 | 12 | /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */ |
12 | 13 | /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */ |
13 | 14 | /* |
|
18 | 19 | } |
19 | 20 | } |
20 | 21 | */ |
21 | | - |
22 | | - [class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before { |
| 22 | + |
| 23 | +[class^="ui-grid-icon"]:before, [class*=" ui-grid-icon"]:before { |
23 | 24 | font-family: "ui-grid"; |
24 | 25 | font-style: normal; |
25 | 26 | font-weight: normal; |
26 | 27 | speak: none; |
27 | | - |
| 28 | + |
28 | 29 | display: inline-block; |
29 | 30 | text-decoration: inherit; |
30 | 31 | width: 1em; |
31 | 32 | margin-right: .2em; |
32 | 33 | text-align: center; |
33 | 34 | /* opacity: .8; */ |
34 | | - |
| 35 | + |
35 | 36 | /* For safety - reset parent styles, that can break glyph codes*/ |
36 | 37 | font-variant: normal; |
37 | 38 | text-transform: none; |
38 | | - |
| 39 | + |
39 | 40 | /* fix buttons height, for twitter bootstrap */ |
40 | 41 | line-height: 1em; |
41 | | - |
| 42 | + |
42 | 43 | /* Animation center compensation - margins should be symmetric */ |
43 | 44 | /* remove if not needed */ |
44 | 45 | margin-left: .2em; |
45 | | - |
| 46 | + |
46 | 47 | /* you can be more comfortable with increased icons size */ |
47 | 48 | /* font-size: 120%; */ |
48 | | - |
| 49 | + |
49 | 50 | /* Uncomment for 3D effect */ |
50 | 51 | /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ |
51 | 52 | } |
|
54 | 55 | width: 1em; |
55 | 56 | content: ' '; |
56 | 57 | } |
| 58 | + |
| 59 | +.ui-grid-icon-plus-squared:before { |
| 60 | + content: '\c350' |
| 61 | +} |
| 62 | + |
| 63 | +.ui-grid-icon-minus-squared:before { |
| 64 | + content: '\c351' |
| 65 | +} |
| 66 | + |
| 67 | +.ui-grid-icon-search:before { |
| 68 | + content: '\c352' |
| 69 | +} |
| 70 | + |
| 71 | +.ui-grid-icon-cancel:before { |
| 72 | + content: '\c353' |
| 73 | +} |
| 74 | + |
| 75 | +.ui-grid-icon-info-circled:before { |
| 76 | + content: '\c354' |
| 77 | +} |
| 78 | + |
| 79 | +.ui-grid-icon-lock:before { |
| 80 | + content: '\c355' |
| 81 | +} |
| 82 | + |
| 83 | +.ui-grid-icon-lock-open:before { |
| 84 | + content: '\c356' |
| 85 | +} |
| 86 | + |
| 87 | +.ui-grid-icon-pencil:before { |
| 88 | + content: '\c357' |
| 89 | +} |
| 90 | + |
| 91 | +.ui-grid-icon-down-dir:before { |
| 92 | + content: '\c358' |
| 93 | +} |
| 94 | + |
| 95 | +.ui-grid-icon-up-dir:before { |
| 96 | + content: '\c359' |
| 97 | +} |
| 98 | + |
| 99 | +.ui-grid-icon-left-dir:before { |
| 100 | + content: '\c35a' |
| 101 | +} |
| 102 | + |
| 103 | +.ui-grid-icon-right-dir:before { |
| 104 | + content: '\c35b' |
| 105 | +} |
| 106 | + |
| 107 | +.ui-grid-icon-left-open:before { |
| 108 | + content: '\c35c' |
| 109 | +} |
| 110 | + |
| 111 | +.ui-grid-icon-right-open:before { |
| 112 | + content: '\c35d' |
| 113 | +} |
| 114 | + |
| 115 | +.ui-grid-icon-angle-down:before { |
| 116 | + content: '\c35e' |
| 117 | +} |
| 118 | + |
| 119 | +.ui-grid-icon-filter:before { |
| 120 | + content: '\c35f' |
| 121 | +} |
| 122 | + |
| 123 | +.ui-grid-icon-sort-alt-up:before { |
| 124 | + content: '\c360' |
| 125 | +} |
| 126 | + |
| 127 | +.ui-grid-icon-sort-alt-down:before { |
| 128 | + content: '\c361' |
| 129 | +} |
| 130 | + |
| 131 | +.ui-grid-icon-ok:before { |
| 132 | + content: '\c362' |
| 133 | +} |
| 134 | + |
| 135 | +.ui-grid-icon-menu:before { |
| 136 | + content: '\c363' |
| 137 | +} |
| 138 | + |
| 139 | +.ui-grid-icon-indent-left:before { |
| 140 | + content: '\e800' |
| 141 | +} |
| 142 | + |
| 143 | +.ui-grid-icon-indent-right:before { |
| 144 | + content: '\e801' |
| 145 | +} |
| 146 | + |
| 147 | +.ui-grid-icon-spin5:before { |
| 148 | + content: '\ea61' |
| 149 | +} |
0 commit comments