Skip to content

Commit

Permalink
SAK-30584 fix recently visited popup display issues (sakaiproject#3587)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones86 authored and ern committed Nov 16, 2016
1 parent 5196044 commit 4032fed
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions rwiki/rwiki-tool/tool/src/webapp/styles/wikiStyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -265,27 +265,30 @@ h3.breadcrumb{
h3.breadcrumb #breadPref{
color:#aaa;
}
h3.breadcrumb #breadCurr{
color:#666;

}
.navPanel {
.navPanel {
border-bottom:1px solid #ddd;
padding-bottom: 0.5em;
}
div.navPanel {
overflow: visible;
}
.navPanel .viewNav{
display: inline;
}
.viewNav h3.breadcrumb{
padding:0;
margin:0;
display: inline;
}
#wikiCrumb {
text-align:left;
position:absolute;
z-index:100;
border:1px solid #ccc;
right:3em;
list-style-position: inside;
margin:0;padding:0 1em 0 0 ;
background:#ffe;
}
}

#wikiCrumb li{
list-style:none;
Expand Down Expand Up @@ -956,3 +959,9 @@ div.rwikiRenderedContent table.listHier {
div.rwikiRenderedContent table.listHier th {
font-weight: bold;
}

.listNav.specialLink {
float: right;
text-align: right;
margin: 0;
}

0 comments on commit 4032fed

Please sign in to comment.