Yuki Takei пре 8 година
родитељ
комит
87e1893fbe

+ 1 - 1
lib/views/crowi-plus/widget/page_list_container.html

@@ -1,4 +1,4 @@
-<div class="page-list-container">
+<div class="page-list-container crowi-plus-widget">
   <ul class="nav nav-tabs">
       <li class="active"><a href="#view-list" data-toggle="tab">{{ t('List View') }}</a></li>
       {% if isEnabledTimeline() %}

+ 8 - 0
resource/css/_page_crowi-plus.scss

@@ -35,6 +35,14 @@
   }
 }
 
+.crowi-plus .crowi-plus-widget.page-list-container {
+  margin-top: 30px;
+
+  .tab-content {
+    margin-top: 15px;
+  }
+}
+
 .crowi-plus .content-main-new-page {
   .nav {
     margin-top: 30px;