- Tweaked the dashboard a bit. Made the text bigger, got rid of the
colored numbers. Still want to do something about the account and
logout buttons (push them further to the right).
- Changed the 'Search' button in the searchbar to 'Go!'
- Began changing the 'Print' and 'Email' form buttons under account
summary->payments to use opac-buttons instead of default browser
buttons.
Signed-off-by: William Rockwood <wrockwood@tadl.org>
}
#dash_wrapper div {
- position: relative;
+ position: relative;
vertical-align: middle;
background: #ffffff;
color:#292929;
border: 1px solid #e6e6e6;
border-radius: 5px;
height: 3.5em;
- padding: 0em 1em 0em 1em;
+ padding: 0em 1em;
}
span.dash_divider {
margin: 0em 1em 0em 1em;
- position: relative;
- top: 10px;
+ position: relative;
+ top: 15px;
color: #424242;
}
#dashboard {
- clear:both;
- float:right;
- margin-top: 1em;
+ clear:both;
+ float:right;
+ margin-top: 5px;
background: #004677;
border-radius: 5px;
- height: 3em;
+ height: 1em;
+ font-size:1.3em;
}
#dashboard span.dash-align a {
- color:#424242;
- font-weight: bold;
- text-decoration: none;
- position: relative;
- top: 10px;
+ color:#424242;
+ font-weight: bold;
+ text-decoration: none;
+ position: relative;
+ top: 15px;
}
#dash_user {
- font-weight: bold;
- text-transform: capitalize;
+ font-weight: bold;
+ text-transform: capitalize;
+ font-size:1.3em;
position: relative;
top: 0px;
}
<td>
<form action="[% ctx.opac_root %]/myopac/receipt_print" method="POST">
<input type="hidden" name="payment" value="[% payment.mp.id %]" />
- <input type="submit" value="[% l('Print') %]" />
+ <input type="submit" value="[% l('Print') %]" class="opac-button" />
</form>
<form action="[% ctx.opac_root %]/myopac/receipt_email" method="POST">
<input type="hidden" name="payment" value="[% payment.mp.id %]" />
- <input type="submit" value="[% l('Email') %]" />
+ <input type="submit" value="[% l('Email') %]" class="opac-button" />
</form>
</td>
</tr>
l(' in '); INCLUDE build_org_selector show_loc_groups=1
%]
<span>
- <input id='search-submit-go' type="submit" value="[% l('Search') %]" alt="[% l('Search') %]" class="opac-button"
+ <input id='search-submit-go' type="submit" value="[% l('Go') %]!" alt="[% l('Go') %]!" class="opac-button"
onclick='setTimeout(function(){$("search-submit-spinner").className=""; $("search-submit-go").className="hidden"}, 2000)'/>
<img id='search-submit-spinner' src='/opac/images/progressbar_green.gif' style='height:16px;width:16px;' class='hidden' alt=''/>
</span>