Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
minor adjustments to hours picker
Browse files Browse the repository at this point in the history
  • Loading branch information
nnunn committed May 6, 2015
1 parent f76dd16 commit 21f211c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
Binary file modified app/assets/images/.DS_Store
Binary file not shown.
7 changes: 7 additions & 0 deletions app/assets/stylesheets/ualib-custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -943,11 +943,17 @@ font-size: 12px;
.library-picker{
font-size: 20px;
text-transform: uppercase;
display: block;
background-color: #fff;
padding-bottom: 5px;
}
.library-picker h3{
margin: 0px 0px 7px 0px;
font-size: 21px;
text-transform: capitalize;
background-color: #eceff4;
padding-bottom: 5px;

}
.international{
color: #fff;
Expand Down Expand Up @@ -1036,6 +1042,7 @@ dl#locations-table{
.not-your-library{
margin: 5px 0 0 0;
font-size: 16px;
text-align: center;
}
.not-your-library span{
font-size: 80%;
Expand Down
3 changes: 1 addition & 2 deletions db/cms_fixtures/db/cms_fixtures/pages/index/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h3 class="also-explore hidden-xs">also explore</h3>
</div>
<div class="col-md-4">

<p class="not-your-library"><span class="glyphicon glyphicon-arrow-left hidden-xs"></span> not your library? Choose another library&hellip;</p>
<p class="not-your-library">choose your library <span class="glyphicon glyphicon glyphicon-triangle-bottom hidden-xs"></span> </p>
<select class="form-control hours-select">

<option value="4" selected="selected">Cameron - Main Floor &amp; 2nd Floor Study Areas</option>
Expand All @@ -76,7 +76,6 @@ <h3 class="also-explore hidden-xs">also explore</h3>
<option value="18">Augustana 24/7Group/classroom access</option>
<option value="10">Bibliothèque Saint-Jean</option>
<option value="14">Book and Record Depository</option>

<option value="17">Chat Service</option>

</select></div>
Expand Down

0 comments on commit 21f211c

Please sign in to comment.