added search for lists and css for inner details links.
This commit is contained in:
parent
e2540662cf
commit
0ec180da2c
|
@ -34,7 +34,16 @@ margin:10px;}
|
|||
.orange
|
||||
{color:#f7bd00;
|
||||
font-weight:bold;
|
||||
margin-bottom:8px;}
|
||||
margin-bottom:8px;
|
||||
}
|
||||
|
||||
.noListTitle a
|
||||
{color:#f7bd00;
|
||||
font-weight:bold;
|
||||
text-decoration:none;}
|
||||
|
||||
.noListItem
|
||||
{margin-bottom:10px;}
|
||||
|
||||
.linksInnerOrange a
|
||||
{text-decoration:none;
|
||||
|
|
|
@ -62,7 +62,10 @@
|
|||
<option value="title">Title</option>
|
||||
<option value="mostpopular">Most popular</option>
|
||||
-->
|
||||
</select>
|
||||
</select>
|
||||
|
||||
<input type="text" placeholder="search list" name="field" class="searchInnerField"/>
|
||||
|
||||
</form>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user