changeset 7155:ed7a0ddc601e

less: in repo listing, use same width for repotag and icon-folder This way the repo name texts form a column.
author domruf <dominikruf@gmail.com>
date Sat, 28 Oct 2017 21:07:50 +0200
parents 50d3699f1af0
children e87b0804be89
files kallithea/public/less/style.less
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/less/style.less	Mon Jan 29 19:38:57 2018 +0100
+++ b/kallithea/public/less/style.less	Sat Oct 28 21:07:50 2017 +0200
@@ -770,6 +770,20 @@
   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;