Some minor fixes
authorAlexander Ebert <ebert@woltlab.com>
Sat, 24 Oct 2015 19:13:31 +0000 (21:13 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 24 Oct 2015 19:13:31 +0000 (21:13 +0200)
com.woltlab.wcf/templates/pageNavbarTop.tpl
wcfsetup/install/files/style/layout/sidebar.scss
wcfsetup/install/files/style/ui/tabularBox.scss

index 6fbbcda55d7ba21036cbe1266d5081e8910df31d..caccaf8250fc314b7f369810faf26555149b8254 100644 (file)
@@ -1,5 +1,5 @@
 <div class="navigation navigationTop">
-       <div class="layoutFluid">
+       <div class="layoutBoundary">
                {if $skipBreadcrumbs|empty}{include file='breadcrumbs'}{/if}
                
                <ul class="navigationIcons">
index 2a8a5a1a218c4be8c1e06c8a96ef15056db60bb3..3b0a3ac2af1175cd6b27e8ba35c123d5af5f0fa4 100644 (file)
                        width: 100%;
                }
        }
+       
+       small,
+       .dimmed {
+               color: $wcfSidebarDimmedText;
+               
+               a {
+                       color: $wcfSidebarDimmedLink;
+                       
+                       &:hover {
+                               color: $wcfSidebarDimmedLinkActive;
+                       }
+               }
+       }
 }
 
 .sidebarNavigation > li {
index 44c0ad4c1c4ca493162be5860b901dbf20ab7042..d4eabe3dd30abd437c516bf6a9a198fb61658294 100644 (file)
@@ -3,6 +3,7 @@
 }
 
 .tabularList {
+       border-bottom: 1px solid $wcfTabularBoxHeadline;
        display: flex;
        flex-direction: column;
 }