Skip to content

Commit

Permalink
Make overlay on navbar top work
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianMayer committed Nov 20, 2017
1 parent 99633e2 commit 8f59264
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions source/resource/designs/ceramic/basic.css
Expand Up @@ -136,6 +136,12 @@ body hr
height: 3.6em;
}

#navbarTop .icon
{
width: 3em;
height: 3em;
}

#centerContainer
{
border: none;
Expand Down Expand Up @@ -304,7 +310,7 @@ body br
width: auto;
text-align: left;
}
#navbarTop .widget .actor, #navbarBottom .widget .actor
#navbarTop > .widget > .actor, #navbarBottom .widget .actor
{
display: none;
}
Expand Down Expand Up @@ -363,15 +369,16 @@ body br
position: absolute;
}

#navbarTop .navbar .pagejump .actor,
#navbarBottom .navbar .pagejump .actor
#navbarTop .navbar .pagejump > .actor,
#navbarBottom .navbar .pagejump > .actor
{
display: block !important;
top: 0;
bottom: 0;
left: 0;
right: 0;
position: absolute;
z-index: 10;
}

.navbar .pagejump .actor.switchUnpressed,
Expand Down

0 comments on commit 8f59264

Please sign in to comment.