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

[metastore] Updated style of the basic page structure

Enrico Berti 10 лет назад
Родитель
Сommit
b134348
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      apps/metastore/src/metastore/static/metastore/css/metastore.css

+ 6 - 2
apps/metastore/src/metastore/static/metastore/css/metastore.css

@@ -84,11 +84,15 @@ h2.card-heading {
   margin-right: 4px;
 }
 
-.left-panel {
+body, .main-content {
   background-color: #FFF;
 }
 
 .metastore-main {
-  background-color: #FFF;
   padding: 20px;
 }
+
+.navbar-fixed-top .navbar-inner {
+  box-shadow: none;
+  border-bottom: #F1F1F1;
+}