projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e87bc5
)
Some minor fixes
author
Alexander Ebert
<ebert@woltlab.com>
Sat, 24 Oct 2015 19:13:31 +0000
(21:13 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Sat, 24 Oct 2015 19:13:31 +0000
(21:13 +0200)
com.woltlab.wcf/templates/pageNavbarTop.tpl
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/layout/sidebar.scss
patch
|
blob
|
blame
|
history
wcfsetup/install/files/style/ui/tabularBox.scss
patch
|
blob
|
blame
|
history
diff --git
a/com.woltlab.wcf/templates/pageNavbarTop.tpl
b/com.woltlab.wcf/templates/pageNavbarTop.tpl
index 6fbbcda55d7ba21036cbe1266d5081e8910df31d..caccaf8250fc314b7f369810faf26555149b8254 100644
(file)
--- a/
com.woltlab.wcf/templates/pageNavbarTop.tpl
+++ b/
com.woltlab.wcf/templates/pageNavbarTop.tpl
@@
-1,5
+1,5
@@
<div class="navigation navigationTop">
- <div class="layout
Fluid
">
+ <div class="layout
Boundary
">
{if $skipBreadcrumbs|empty}{include file='breadcrumbs'}{/if}
<ul class="navigationIcons">
diff --git
a/wcfsetup/install/files/style/layout/sidebar.scss
b/wcfsetup/install/files/style/layout/sidebar.scss
index 2a8a5a1a218c4be8c1e06c8a96ef15056db60bb3..3b0a3ac2af1175cd6b27e8ba35c123d5af5f0fa4 100644
(file)
--- a/
wcfsetup/install/files/style/layout/sidebar.scss
+++ b/
wcfsetup/install/files/style/layout/sidebar.scss
@@
-96,6
+96,19
@@
width: 100%;
}
}
+
+ small,
+ .dimmed {
+ color: $wcfSidebarDimmedText;
+
+ a {
+ color: $wcfSidebarDimmedLink;
+
+ &:hover {
+ color: $wcfSidebarDimmedLinkActive;
+ }
+ }
+ }
}
.sidebarNavigation > li {
diff --git
a/wcfsetup/install/files/style/ui/tabularBox.scss
b/wcfsetup/install/files/style/ui/tabularBox.scss
index 44c0ad4c1c4ca493162be5860b901dbf20ab7042..d4eabe3dd30abd437c516bf6a9a198fb61658294 100644
(file)
--- a/
wcfsetup/install/files/style/ui/tabularBox.scss
+++ b/
wcfsetup/install/files/style/ui/tabularBox.scss
@@
-3,6
+3,7
@@
}
.tabularList {
+ border-bottom: 1px solid $wcfTabularBoxHeadline;
display: flex;
flex-direction: column;
}