0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Minor display tweaks

This commit is contained in:
John O'Nolan 2014-07-29 17:35:03 +03:00
parent aab0bf4fa7
commit 39550091e8
2 changed files with 4 additions and 2 deletions

View file

@ -116,9 +116,9 @@
font-size: 11px;
text-transform: none;
letter-spacing: 0;
color: #cacaca;
color: rgba(255,255,255,0.4);
margin-top: 0;
line-height: 12px;
line-height: 11px;
}
}
&:hover .name {
@ -138,6 +138,7 @@
// Fixed width, position left
.global-nav {
z-index: 20; // below the .viewport when collapsed
width: 260px;
height: auto;
top: 0;

View file

@ -6,6 +6,7 @@
.viewport {
@include position(absolute, 0px 0px 0px 0px);
overflow: hidden;
z-index: 500; // Above the .global-nav when collapsed
// TODO: move this to .global-nav-expanded class
@media (max-width: 1025px) {