changeset 4615:d188d646c0fa

css: add some padding between the file, folder, or submodule icon and its text
author Sean Farley <sean.michael.farley@gmail.com>
date Fri, 31 Oct 2014 19:02:24 -0700
parents 603a53c56cdc
children a4765185730d
files kallithea/public/css/style.css
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Fri Oct 31 18:48:02 2014 -0700
+++ b/kallithea/public/css/style.css	Fri Oct 31 19:02:24 2014 -0700
@@ -3051,6 +3051,11 @@
     text-align: left;
 }
 
+/* add some padding to the right of the file, folder, or submodule icon and
+before the text */
+table.code-browser i[class^='icon-'] {
+    padding-right: .3em;
+}
 
 .box .search {
     clear: both;