help
This commit is contained in:
parent
9ad95c1305
commit
3f081ced2d
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user