Browse Source

HUE-7 [importer] Changed headers style and make the page a bit more compact vertically

Enrico Berti 8 years ago
parent
commit
1309391644
1 changed files with 9 additions and 0 deletions
  1. 9 0
      desktop/libs/indexer/src/indexer/templates/importer.mako

+ 9 - 0
desktop/libs/indexer/src/indexer/templates/importer.mako

@@ -78,6 +78,15 @@ ${ assist.assistPanel() }
     border-right: none!important;
     border-right: none!important;
   }
   }
 
 
+  .step .card-heading.simple {
+    border-bottom: 1px solid #e5e5e5;
+    font-size: 17px;
+  }
+
+  .step .card-body {
+    margin-top: 14px;
+  }
+
   .step label > div:first-child {
   .step label > div:first-child {
     width: 120px;
     width: 120px;
     text-align: right;
     text-align: right;