Explorar el Código

HUE-2370 [core] Modal close crosses are positioned wrongly in different browsers/modals

Enrico Berti hace 11 años
padre
commit
1a9ad6f7d9
Se han modificado 1 ficheros con 8 adiciones y 2 borrados
  1. 8 2
      desktop/core/static/css/hue3.css

+ 8 - 2
desktop/core/static/css/hue3.css

@@ -1837,7 +1837,13 @@ input.no-margin, select.no-margin {
   font-weight: bold;
 }
 
+.modal-header .close {
+  position: inherit;
+  margin-top: -10px;
+}
+
 form.form-inline .modal-header .close {
-  top: 0px;
-  right: -11px;
+  margin-top: 0;
+  margin-right: -10px;
 }
+