This commit is contained in:
Jay McCarthy 2014-09-23 21:06:34 -04:00
parent 9ad95c1305
commit 3f081ced2d
2 changed files with 14 additions and 2 deletions

View File

@ -30,7 +30,15 @@
<span><a href="/">Packages</a></span>
<span id="logout"></span>
</div>
<p id="search_menu"></p>
<div>
<p id="search_help">Package search filters are
below. <span style="font-weight: bold;">Bold</span> filters are
used to select packages and <span style="font-weight: bold;
text-decoration: line-through;">strike-through</span> tags are
used to reject packages. Clicking a filter will toggle its
status.</p>
<p id="search_menu"></p>
</div>
<div id="login" class="package">
<table>

View File

@ -65,12 +65,16 @@ table.packages tbody tr.even {
color: red;
}
#search_help {
text-align: center;
margin-bottom: 0em;
}
#search_menu {
text-align: left;
width: 95%;
margin-left: 1em;
margin-right: 1em;
margin-top: 0.5em;
margin-top: 0em;
margin-bottom: 0.5em;
}