mayu morita пре 7 година
родитељ
комит
7e6008b710

+ 5 - 5
lib/views/admin/customize.html

@@ -167,7 +167,7 @@
             <ul>
             <ul>
               <li>Simple and Clear</li>
               <li>Simple and Clear</li>
               <ul>
               <ul>
-                <li>Show and post comments from the bottom of the page</li>
+                <li>Show and post comments at the bottom of the page</li>
                 <li>Affix Table-of-contents</li>
                 <li>Affix Table-of-contents</li>
               </ul>
               </ul>
             </ul>
             </ul>
@@ -208,11 +208,11 @@
               <img src="/images/admin/customize/layout-classic-thumb.gif" width="240px">
               <img src="/images/admin/customize/layout-classic-thumb.gif" width="240px">
             </a>
             </a>
             <ul>
             <ul>
-              <li>Simple</li>
+              <li>Easy Viewing Structure</li>
               <ul>
               <ul>
-                <li>Collapsible Sidebar</li>
-                <li>Show and post comments in Sidebar</li>
-                <li>Collapsible Table-of-contents</li>
+                <li>Center aligned contents</li>
+                <li>Show and post comments at the bottom of the page</li>
+                <li>Affix Table-of-contents</li>
               </ul>
               </ul>
             </ul>
             </ul>
           </div>
           </div>

+ 1 - 1
lib/views/layout-kibela/forbidden.html

@@ -13,7 +13,7 @@
 
 
 {% block content_main %}
 {% block content_main %}
   <div class="row">
   <div class="row">
-    <div class="col-lg-10 col-md-9">
+    <div class="bg-white round-corner">
       {% include '../widget/forbidden_content.html' %}
       {% include '../widget/forbidden_content.html' %}
     </div> {# /.col- #}
     </div> {# /.col- #}
   </div>
   </div>

+ 1 - 1
lib/views/layout-kibela/not_found.html

@@ -13,7 +13,7 @@
 
 
 {% block content_main %}
 {% block content_main %}
   <div class="row">
   <div class="row">
-    <div class="col-lg-10 col-md-9">
+    <div class="bg-white round-corner">
       {% include '../widget/not_found_content.html' %}
       {% include '../widget/not_found_content.html' %}
     </div> {# /.col- #}
     </div> {# /.col- #}
   </div>
   </div>

+ 6 - 11
resource/styles/scss/_layout_kibela.scss

@@ -1,10 +1,5 @@
 .kibela {
 .kibela {
 
 
-  /* h1 横のアイコン */
-
-  h1,.revision-head-link, .revision-head-button, .icon-link, .icon-note {
-    color: black;
-  }
   .icon-link, .CodeMirror-hint-active, .nav-main-left-tab, .tav-pane, .active {
   .icon-link, .CodeMirror-hint-active, .nav-main-left-tab, .tav-pane, .active {
     color: #5882FA;
     color: #5882FA;
   }
   }
@@ -97,31 +92,31 @@
 
 
 
 
 
 
-    @media screen and (max-width: 770px) {
+    @media screen and (max-width: 790px) {
 
 
       .search-top, .navbar-toggle {
       .search-top, .navbar-toggle {
         display: none !important;
         display: none !important;
       }
       }
-      @media screen and (max-width: 500px) {
+      @media screen and (max-width: 540px) {
 
 
         .user-name {
         .user-name {
           display: none;
           display: none;
         }
         }
         .navbar-right {
         .navbar-right {
-          width: 65%;
+          width: 80%;
           li {
           li {
             text-align: center;
             text-align: center;
-            width: 30%;
+            width: 25%;
             a {
             a {
               margin-right: 0px;
               margin-right: 0px;
             }
             }
             .create-page {
             .create-page {
-              width: 60px;
+              width: 100%;
             }
             }
             .dropdown {
             .dropdown {
               text-align: center;
               text-align: center;
               .dropdown-toggle {
               .dropdown-toggle {
-                padding-left: 2em;
+                padding-left: 0em;
                 margin-right: 0px;
                 margin-right: 0px;
                 width: 100%;
                 width: 100%;
               }
               }