فهرست منبع

[oozie] Reduced margins for the dashboard

Enrico Berti 11 سال پیش
والد
کامیت
013941be64
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      apps/oozie/static/css/workflow-editor.css

+ 12 - 0
apps/oozie/static/css/workflow-editor.css

@@ -333,4 +333,16 @@ em {
 
 .readonly .card-widget {
   border: 1px solid #d8d8d8!important;
+}
+
+.row-fluid [class*="span"] {
+  margin-left: 0.5%;
+}
+
+.row-fluid .span10 {
+  width: 90%;
+}
+
+.row-fluid .span1 {
+  width: 4.5%;
 }