You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
369 B
SCSS
20 lines
369 B
SCSS
14 years ago
|
#search {
|
||
|
position: absolute;
|
||
|
top: 30%;
|
||
|
form {
|
||
|
background: image-url("search_bg.png") no-repeat;
|
||
|
padding: 0;
|
||
|
height: 28px;
|
||
|
width: 218px; }
|
||
|
#q {
|
||
|
background: none;
|
||
|
position: relative;
|
||
|
top: 1px;
|
||
|
width: 160px;
|
||
|
margin-left: 30px;
|
||
|
font-size: 15px;
|
||
|
border: none;
|
||
|
color: #aaaaaa;
|
||
|
&:focus {
|
||
|
outline: none; } } }
|