Changeset - 5a051d86fc63
[Not reviewed]
default
0 2 0
Andrew Shadura - 11 years ago 2015-04-20 19:27:33
andrew@shadura.me
css: use new codes for fontello glyphs
2 files changed with 10 insertions and 10 deletions:
0 comments (0 inline, 0 general)
kallithea/public/css/contextbar.css
Show inline comments
 
@@ -19,19 +19,19 @@ i[class^='icon-'] {
 

	
 
.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 @@ ul#context-actions {
 
#revision-changer:before,
 
#context-pages a.childs:after,
 
#context-pages a.dropdown:after {
 
    content: ' \25BE';
 
    content: ' \23f7';
 
}
 
#context-pages a.childs {
 
    padding-right: 30px;
kallithea/public/css/style.css
Show inline comments
 
@@ -510,7 +510,7 @@ div.header img {
 

	
 
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 {
 

	
 
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 @@ th.yui-dt-hidden .yui-dt-resizer { displ
 

	
 
.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 @@ div#legend_data, div#legend_container, d
 
}
 

	
 
.repo-switcher .select2-chosen:after {
 
    content: ' \25BE';
 
    content: ' \23f7';
 
}
 

	
 
.repo-switcher-dropdown.select2-drop.select2-drop-active {
 
@@ -4989,7 +4989,7 @@ tr.line.unmod td.code:hover .add-bubble 
 
    font-size: 14px;
 
    color: #577632;
 
    font-family: "kallithea";
 
    content: '\e80c';
 
    content: '\1f5ea';
 
}
 

	
 
div.comment:target>.comment-wrapp {
0 comments (0 inline, 0 general)