소스 검색

Helios: fixes a UI glitch with tab labels

Nicolas Petton 10 년 전
부모
커밋
1778e437d9
2개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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 {