small change to select element in left col - best practices.

This commit is contained in:
Karen 2011-08-26 15:14:36 +05:30
parent 55ab2758e1
commit 8f7c84a5d0
2 changed files with 4 additions and 3 deletions

View File

@ -149,7 +149,7 @@ clear:both;}
{padding-top:6px;} {padding-top:6px;}
.selectMenu select .selectMenu select
{color:#3b3b39; {color:#3B3B39;
-moz-border-radius:8px; -moz-border-radius:8px;
-webkit-border-radius:8px; -webkit-border-radius:8px;
border-radius:8px; border-radius:8px;
@ -158,7 +158,8 @@ background-color:#f0f0f0;
outline:none;} outline:none;}
.selectMenu select:focus .selectMenu select:focus
{border:1px solid #999;} {border:1px solid #f7bd00;
background-color:#f7bd00;}
#listLeft #listLeft
{position:relative;} {position:relative;}

View File

@ -50,7 +50,7 @@
</div> </div>
{% endfor %} {% endfor %}
<!--is this select okay, my forms are a bit weak, do we need action and method here?--><form class="selectMenu" action="" method="post"> <!--is this select okay, my forms are a bit weak, do we need action and method here?--><form class="selectMenu" action="" method="post">
<span>Select by</span><!--Can i avoid a p tag here to keep it inline--> <span>Order by</span><!--Can i avoid a p tag here to keep it inline-->
<select>Select <select>Select
<option value="atoz">A-Z</option> <option value="atoz">A-Z</option>
<option value="ztoa">Z-A</option> <option value="ztoa">Z-A</option>