瀏覽代碼

HUE-6077 [frontend] Fix alert close button alignment

Johan Ahlen 8 年之前
父節點
當前提交
a469210067

文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue.css


文件差異過大導致無法顯示
+ 0 - 0
desktop/core/src/desktop/static/desktop/css/hue3-extra.css


+ 5 - 1
desktop/core/src/desktop/static/desktop/less/hue-cui-overrides.less

@@ -68,5 +68,9 @@
 }
 
 .form-inline label, .form-horizontal label, .form-vertical label, .form-inline .control-label, .form-horizontal .control-label, .form-vertical .control-label {
-  font-weight: normal!important;
+  font-weight: normal !important;
+}
+
+.alert .close {
+  width: 16px !important;
 }

部分文件因文件數量過多而無法顯示