Browse Source

helios keybinding helper: makes the close icon aligned

Nicolas Petton 11 years ago
parent
commit
64786a978f
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

@@ -556,7 +556,7 @@ body[id="helios"] .key_helper .close {
   opacity: 0.6;
   position: absolute;
   top: 0;
-  right: 0;
+  right: 4px;
 }
 body[id="helios"] .key_helper .close:hover {
   opacity: 0.8;

+ 1 - 1
css/helios.less

@@ -635,7 +635,7 @@ body[id="helios"] {
 			opacity: 0.6;
 			position: absolute;
 			top: 0;
-			right: 0;
+			right: 4px;
 		}
 
 		.close:hover {