changeset 5044:5a051d86fc63

css: use new codes for fontello glyphs
author Andrew Shadura <andrew@shadura.me>
date Mon, 20 Apr 2015 19:27:33 +0200
parents 4857d8f170d9
children 7e5a0c784880
files kallithea/public/css/contextbar.css kallithea/public/css/style.css
diffstat 2 files changed, 10 insertions(+), 10 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Mon Apr 20 10:18:49 2015 +0200
+++ b/kallithea/public/css/contextbar.css	Mon Apr 20 19:27:33 2015 +0200
@@ -19,19 +19,19 @@
 
 .icon-diff-M:before {
     font-family: 'kallithea';
-    content: '\e805';
+    content: '\22a1';
     color: #d0b44c;
 }
 
 .icon-diff-D:before {
     font-family: 'kallithea';
-    content: '\e807';
+    content: '\229f';
     color: #bd2c00;
 }
 
 .icon-diff-A:before {
     font-family: 'kallithea';
-    content: '\e806';
+    content: '\229e';
     color: #6cc644;
 }
 
@@ -279,7 +279,7 @@
 #revision-changer:before,
 #context-pages a.childs:after,
 #context-pages a.dropdown:after {
-    content: ' \25BE';
+    content: ' \23f7';
 }
 #context-pages a.childs {
     padding-right: 30px;
--- a/kallithea/public/css/style.css	Mon Apr 20 10:18:49 2015 +0200
+++ b/kallithea/public/css/style.css	Mon Apr 20 19:27:33 2015 +0200
@@ -510,7 +510,7 @@
 
 td.quick_repo_menu:before {
     font-family: "kallithea";
-    content: "\e80f";           /* triangle-right */
+    content: "\23f5";           /* triangle-right */
     margin-left: 3px;
     padding-right: 3px;
 }
@@ -523,7 +523,7 @@
 
 td.quick_repo_menu.active:before {
     font-family: "kallithea";
-    content: "\e80d";           /* triangle-down */
+    content: "\23f7";           /* triangle-down */
     margin-left: 1px;
     padding-right: 1px;
 }
@@ -735,12 +735,12 @@
 
 .yui-skin-sam th.yui-dt-asc .yui-dt-liner:after {
     font-family: "kallithea";
-    content: "\e810";           /* triangle-up */
+    content: "\23f6";           /* triangle-up */
 }
 
 .yui-skin-sam th.yui-dt-desc .yui-dt-liner:after {
     font-family: "kallithea";
-    content: "\e80d";           /* triangle-down */
+    content: "\23f7";           /* triangle-down */
 }
 
 tbody .yui-dt-editable { cursor: pointer }
@@ -3715,7 +3715,7 @@
 }
 
 .repo-switcher .select2-chosen:after {
-    content: ' \25BE';
+    content: ' \23f7';
 }
 
 .repo-switcher-dropdown.select2-drop.select2-drop-active {
@@ -4989,7 +4989,7 @@
     font-size: 14px;
     color: #577632;
     font-family: "kallithea";
-    content: '\e80c';
+    content: '\1f5ea';
 }
 
 div.comment:target>.comment-wrapp {