Browse Source

Helios: fixes a UI glitch with tab labels

Nicolas Petton 10 years ago
parent
commit
1778e437d9
2 changed files with 2 additions and 0 deletions
  1. 1 0
      css/helios.css
  2. 1 0
      css/helios.less

+ 1 - 0
css/helios.css

@@ -120,6 +120,7 @@ body[id="helios"] .dialog .nav a span {
   background-position: center left;
   background-repeat: no-repeat;
   background-position: 0px center;
+  height: 22px;
 }
 body[id="helios"] .navbar-fixed-top i.close {
   width: 14px;

+ 1 - 0
css/helios.less

@@ -145,6 +145,7 @@ body[id="helios"] {
 		background-position: center left;
 		background-repeat: no-repeat;
 		background-position: 0px center;
+		height: 22px;
 	}
 
 	.navbar-fixed-top i.close {