Browse Source

align helios close icon

Nicolas Petton 11 years ago
parent
commit
c2ad5e4503
2 changed files with 2 additions and 2 deletions
  1. 1 1
      css/helios.css
  2. 1 1
      css/helios.less

+ 1 - 1
css/helios.css

@@ -128,7 +128,7 @@ body[id="helios"] .navbar-fixed-top i.close {
   background-image: url('../images/close.gif');
   margin-right: 0;
   background-position: center left;
-  margin-top: 2px;
+  margin-top: 4px;
 }
 body[id="helios"] .navbar-fixed-top a span.references,
 body[id="helios"] .dialog .nav a span.references {

+ 1 - 1
css/helios.less

@@ -154,7 +154,7 @@ body[id="helios"] {
 		background-image: url('../images/close.gif');
 		margin-right: 0;
 		background-position: center left;
-		margin-top: 2px;
+		margin-top: 4px;
 	}
 
 	.navbar-fixed-top a,