Przeglądaj źródła

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

Enrico Berti 11 lat temu
rodzic
commit
1a9ad6f7d9
1 zmienionych plików z 8 dodań i 2 usunięć
  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;
 }
+