changeset 4571:4ce5017e394c

contextbar: prepend width and height from icon css classes with 'min-' This caused the new font icons to be pushed down too far.
author Sean Farley <sean.michael.farley@gmail.com>
date Mon, 14 Jul 2014 22:34:16 -0500
parents 7a44d920a038
children c4b8313da226
files kallithea/public/css/contextbar.css
diffstat 1 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/contextbar.css	Mon Jul 14 22:27:12 2014 -0500
+++ b/kallithea/public/css/contextbar.css	Mon Jul 14 22:34:16 2014 -0500
@@ -61,10 +61,11 @@
     background-repeat: no-repeat;
     background-position: center;
     display: inline-block;
-    width: 16px;
-    height: 16px;
+    min-width: 16px;
+    min-height: 16px;
     margin: -2px 0 -4px 0;
     /* background-color: red; /* for debugging */
+
 }
 
 #content #context-bar {