Skip to content

Commit

Permalink
Fixed line height of multi-line item results. Added bird icon to inpu…
Browse files Browse the repository at this point in the history
…t field.
  • Loading branch information
Joseph Schmitt committed Feb 21, 2011
1 parent 891d3a5 commit 392dcce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Binary file added bird.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,20 +77,20 @@
.snipe input {
-webkit-box-sizing: border-box !important;

/* font-family: Helvetica, Arial, serif !important;*/
font-family: inherit !important;
width: 100% !important;
font-size: 22px !important;
border: 1px solid black !important;
padding: 5px !important;
padding: 5px 5px 5px 35px !important;
margin: 0 !important;
outline: none !important;
display: block !important;

background: #fff url('bird.png') no-repeat 3px center !important;
}

.snipe ul {
background: rgba(255, 255, 255, 0.9) !important;
/* padding: 10px !important;*/
margin: 1px !important;
overflow-y: auto !important;
overflow-x: hidden !important;
Expand All @@ -103,11 +103,11 @@
font-size: 16px !important;
color: #666 !important;
padding: 10px !important;
/* margin-top: 10px !important;*/
border-top: 1px dotted #999 !important;
cursor: default !important;
display: block !important;
text-align: left !important;
line-height: 19px !important;
}

.snipe ul li.active {
Expand All @@ -116,7 +116,6 @@

.snipe ul li:first-child {
border-top: 0 !important;
/* padding-top: 0 !important;*/
margin-top: 0 !important;
}

Expand Down

0 comments on commit 392dcce

Please sign in to comment.