Skip to content

Commit

Permalink
Heading links optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
wyppeter committed Oct 19, 2017
1 parent 994504e commit b4cc83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
13 changes: 1 addition & 12 deletions public/stylesheets/listingsstyle.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,6 @@ along with the RDB code. If not, see <http://www.gnu.org/licenses/>.
text-align: left;
font-size: 32px;
}
/*#home-arrow {
margin-right: 10px;
margin-left: 10px;
}
#home-arrow-link {
border-radius: 6px;
background-color: rgba(255,255,255,0.1);
}
#home-arrow-link:hover {
background-color: rgba(255,255,255,0.2);
}*/
#about {
text-align: right;
width: auto;
Expand All @@ -50,7 +39,7 @@ along with the RDB code. If not, see <http://www.gnu.org/licenses/>.
font-size: 16px;
}
#about>a {
color: rgba(240,245,255,0.4);
color: rgba(64, 155, 191, 0.8);
}
@media (max-width: 767px) {
.document-title>h1 {
Expand Down
2 changes: 1 addition & 1 deletion views/listings.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<!-- Header -->
<div class="document-title">
<h1 id="home">
<!-- <a href="/" id="home-arrow-link"><i id="home-arrow" class="fa fa-chevron-left headout-chev"></i></a> -->
<a href="/listings">YURA Research Database</a>
</h1>
<h4 id="about">
Expand Down Expand Up @@ -83,6 +82,7 @@
<div class="col-sm-8" id="query-button-block">
<button id="letsgo" type="submit" class="btn btn-primary query-buttons"><i style="margin-right:10px;" class="fa fa-caret-right"></i> Search</button>
<a id="reset-button-id" href="/listings" class="btn query-buttons"><i style="margin-right:10px;" class="fa fa-close"></i> Clear</a>

{{#if favOnly}}
<button id="show-favs" type="submit" class="btn query-buttons"><i style="margin-right:10px;" class="fa fa-chevron-left"></i> All Listings</button>
{{else}}
Expand Down

0 comments on commit b4cc83f

Please sign in to comment.