Skip to content

Commit

Permalink
Added background image for filter text input. Removed label.
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelian committed Nov 24, 2011
1 parent d82b4f4 commit 3c3f251
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions css/application.css
Expand Up @@ -67,6 +67,13 @@ input[type='text']
margin:12px 0 6px 0;
}

#filter
{
background:url('/images/magnifying_glass.png') no-repeat 2px 3px;
padding-left:14px;
font-size:1em;
}

#main ul
{
color:#06c;
Expand Down
Binary file added images/magnifying_glass.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion popup.html
Expand Up @@ -35,7 +35,6 @@
</div>
<div id="pageContainer">
<div id="filterForm">
<label for="filter">Filter page list</label>
<input type="text" id="filter">
</div>
<ul id="pageList">
Expand Down

0 comments on commit 3c3f251

Please sign in to comment.