Skip to content

Commit

Permalink
improved design for infowidgets in left/right navbars
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Apr 8, 2015
1 parent c1518dc commit 631d601
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions src/designs/metal/basic.css
Expand Up @@ -151,7 +151,8 @@ body br
background-image: -o-linear-gradient(#555555, #383838); /* Opera 11.10+ */
background-image: linear-gradient(#555555, #383838);
}
.pagejump.active { background-image: url(images/active_page24.png); background-repeat: no-repeat; background-position: center right; }
#navbarLeft .pagejump.active { border-right: 8px #ddd solid !important; }
#navbarRight .pagejump.active { border-left: 8px #ddd solid !important; }

.widget > .label
{
Expand Down Expand Up @@ -992,7 +993,7 @@ background-image: -o-linear-gradient(top , #ff8000 , #333 );
font-size: 0.8em;
min-width: 20px;
border-radius: 20px;
background-color: #FFFFFF;
background-color: #FFF;
background-image: none;
color: black;
height: 20px;
Expand All @@ -1011,16 +1012,23 @@ background-image: -o-linear-gradient(top , #ff8000 , #333 );
top: 2px;
right: 0;
}
#navbarRight .navbar .pagejump .infowidget { left: 0; }
#navbarLeft .navbar .pagejump .infowidget { top: 0; border-width: 0; right: -1px; }
#navbarRight .navbar .pagejump .infowidget { left: 0; top: 0; border-width:0; left: -1px; }
#navbarLeft .navbar .pagejump.active .infowidget { right: -8px; }
#navbarRight .navbar .pagejump.active .infowidget { left: -8px; }

#navbarLeft .navbar .pagejump .info {
border-radius: 0 0 0 30px;
height: 30px;
width: 30px;
border-width:0;
background-color: #DDD;
}
#navbarRight .navbar .pagejump .info {
border-radius: 0 0 30px 0;
height: 30px;
width: 30px;
background-color: #DDD;
}

/* infoaction plugin */
Expand Down

0 comments on commit 631d601

Please sign in to comment.