# HG changeset patch # User domruf # Date 2017-10-28 21:07:50 # Node ID ed7a0ddc601e6e05a22a6ba5ad5114cf90baf7d1 # Parent 50d3699f1af0c4f15d4383eca9b450374e495d44 less: in repo listing, use same width for repotag and icon-folder This way the repo name texts form a column. diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -770,6 +770,20 @@ div.comment-prev-next-links div.next-com margin-left: 100px; } +/* repo table icons */ +#repos_list_wrap_wrapper { + /* make icon-folder and repotag the same width */ + .icon-folder:before { + margin: 0; // default margin would otherwise add to the total width + width: 24px; + text-align: left; + } + .label-repo { + display: inline-block; + width: 24px; + } +} + /* changelog table columns */ .table#changesets { table-layout: fixed;