Add better icons for compact/hierarchical category view toggle.
Includes new iconfont build. References #254
This commit is contained in:
@ -354,11 +354,11 @@ nav ol {
|
||||
/* ICON FONT: http://fortawesome.github.com/Font-Awesome/ */
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('{TEMPLATE_PATH}font/fontello.eot?75326932');
|
||||
src: url('{TEMPLATE_PATH}font/fontello.eot?75326932#iefix') format('embedded-opentype'),
|
||||
url('{TEMPLATE_PATH}font/fontello.woff?75326932') format('woff'),
|
||||
url('{TEMPLATE_PATH}font/fontello.ttf?75326932') format('truetype'),
|
||||
url('{TEMPLATE_PATH}font/fontello.svg?75326932#fontello') format('svg');
|
||||
src: url('{TEMPLATE_PATH}font/fontello.eot?15447007');
|
||||
src: url('{TEMPLATE_PATH}font/fontello.eot?15447007#iefix') format('embedded-opentype'),
|
||||
url('{TEMPLATE_PATH}font/fontello.woff?15447007') format('woff'),
|
||||
url('{TEMPLATE_PATH}font/fontello.ttf?15447007') format('truetype'),
|
||||
url('{TEMPLATE_PATH}font/fontello.svg?15447007#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@ -402,6 +402,7 @@ nav ol {
|
||||
.icon-attention-circled:before { content: '\e813'; }
|
||||
.icon-toggle-off:before { content: '\e814'; }
|
||||
.icon-toggle-on:before { content: '\e815'; }
|
||||
.icon-th:before { content: '\e816'; }
|
||||
.icon-filter:before { content: '\e817'; }
|
||||
.icon-resize-full:before { content: '\e818'; }
|
||||
.icon-menu:before { content: '\e819'; }
|
||||
@ -420,6 +421,7 @@ nav ol {
|
||||
.icon-thumbs-down-alt:before { content: '\e826'; }
|
||||
.icon-left-dir:before { content: '\e827'; }
|
||||
.icon-right-dir:before { content: '\e828'; }
|
||||
.icon-th-list:before { content: '\e829'; }
|
||||
|
||||
|
||||
/* BACKEND HELPER CLASSES */
|
||||
|
Reference in New Issue
Block a user