Skip to content

Commit

Permalink
Tweaks now that we're using no-db portal branch.
Browse files Browse the repository at this point in the history
Removes the login from the landing page, and removes the left border
that used to form a "bar" between links.
  • Loading branch information
markhepburn committed Feb 3, 2015
1 parent 908c9cb commit 46e0215
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion static/css/landing.css
Expand Up @@ -75,7 +75,6 @@ a[rel="external"], a.external {
margin-right: 10px;
margin-left: 5px;
padding-left: 10px;
border-left: 1px solid #9DAAB1;
}

a:hover.mainlinks {
Expand Down
2 changes: 0 additions & 2 deletions static/landing.html
Expand Up @@ -26,8 +26,6 @@
<div id="landingHeaderContainer" class="headerHeightOverlord"> </div>

<div id="toplinks">
<a href="#" id="loginbutton">Login</a>

<a class="external mainlinks" target="_blank" href="http://help.aodn.org.au" title="Portal Help">Help</a>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions static/overrides.css
@@ -1,3 +1,8 @@
#headerTitle {
display: none;
}

.mainlinks {
/* Remove border now that there's no login link */
border-left: none;
}

0 comments on commit 46e0215

Please sign in to comment.