|
|
@ -20,8 +20,8 @@ h1, h2, h3{ |
|
|
|
margin:15px 0; |
|
|
|
} |
|
|
|
#search{ |
|
|
|
width: 220px; |
|
|
|
position: relative; |
|
|
|
width: 300px; |
|
|
|
margin:0 0 0 20px; |
|
|
|
top:-3px; |
|
|
|
} |
|
|
@ -46,6 +46,13 @@ h1, h2, h3{ |
|
|
|
#search #submit:hover{ |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
input#frustrated{ |
|
|
|
position: relative; |
|
|
|
display: inline-block; |
|
|
|
top:-3px; |
|
|
|
height: 44px; |
|
|
|
margin:-3px 0 0 20px; |
|
|
|
} |
|
|
|
#results, #intro{ |
|
|
|
width:calc(100% - 371px); |
|
|
|
margin:10px 0 0 0; |
|
|
|