Просмотр исходного кода

[oozie] Reduced margins for the dashboard

Enrico Berti 11 лет назад
Родитель
Сommit
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%;
 }