diff --git a/kallithea/public/css/bootstrap.css b/kallithea/public/css/bootstrap.css --- a/kallithea/public/css/bootstrap.css +++ b/kallithea/public/css/bootstrap.css @@ -2544,7 +2544,7 @@ input[type="button"].btn-block { content: "\e030"; } -.glyphicon-refresh:before { +.glyphicon-arrows-cw:before { content: "\e031"; } diff --git a/kallithea/public/css/contextbar.css b/kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css +++ b/kallithea/public/css/contextbar.css @@ -10,7 +10,6 @@ i.icon-eye-open { background-image: url( i.icon-file-txt { background-image: url("../images/icons/note_error.png"); } i.icon-git { background-image: url('../images/icons/giticon.png');} i.icon-hg { background-image: url('../images/icons/hgicon.png');} -i.icon-refresh { background-image: url('../images/icons/arrow_refresh.png');} i.icon-disabled { background-image: url('../images/icons/shading.png');} /* todo: use instead of minus sign */ i[class^='icon-'] { diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -3301,14 +3301,6 @@ table.code-browser i[class^='icon-'] { text-align: left; } -.refresh_icon { - background: url("../images/icons/arrow_refresh.png") no-repeat scroll - 3px; - padding-left: 20px; - padding-top: 0px; - text-align: left; -} - .pull_icon { background: url("../images/icons/connect.png") no-repeat scroll 3px; padding-left: 20px; diff --git a/kallithea/public/images/icons/arrow_refresh.png b/kallithea/public/images/icons/arrow_refresh.png deleted file mode 100644 index 0de26566d4102eec080253c2d08985ec58b14838..0000000000000000000000000000000000000000 GIT binary patch literal 0 Hc$@ ${h.hidden('compare_org')} ${h.hidden('compare_other')} %if not c.compare_home: - ${_('Swap')} + ${_('Swap')} %endif
${_('Compare Revisions')}
diff --git a/kallithea/templates/journal/journal.html b/kallithea/templates/journal/journal.html --- a/kallithea/templates/journal/journal.html +++ b/kallithea/templates/journal/journal.html @@ -32,7 +32,7 @@ ${self.breadcrumbs()}