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
|
.orange
|
||||||
{color:#f7bd00;
|
{color:#f7bd00;
|
||||||
font-weight:bold;
|
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
|
.linksInnerOrange a
|
||||||
{text-decoration:none;
|
{text-decoration:none;
|
||||||
|
|
|
@ -63,6 +63,9 @@
|
||||||
<option value="mostpopular">Most popular</option>
|
<option value="mostpopular">Most popular</option>
|
||||||
-->
|
-->
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
|
<input type="text" placeholder="search list" name="field" class="searchInnerField"/>
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user