Explorar o código

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

Enrico Berti %!s(int64=11) %!d(string=hai) anos
pai
achega
1a9ad6f7d9
Modificáronse 1 ficheiros con 8 adicións e 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;
 }
+