Handle search box a little better (vertical alignment). re #34

This commit is contained in:
Sébastien Lucas 2013-10-10 22:07:47 +02:00
parent 938843596a
commit 62a3aead5b
3 changed files with 20 additions and 19 deletions

View file

@ -125,7 +125,7 @@ header {
display:inline-block;
color:lightgray;
text-align: center;
vertical-align: bottom;
margin: 0 2px;
}
.submit {
@ -134,6 +134,7 @@ header {
background-color: transparent;
background-image: none;
border-color: transparent;
display: table-cell;
}
.hicon64{
@ -144,8 +145,6 @@ header {
}
.hicon32{
font-size: 24px;
line-height: 32px;
width: 32px;
height: 32px;
}
@ -318,16 +317,14 @@ line-height: 100%;
#tool
{
width:100%;
overflow: hidden;
}
/*-------------Search Aside-------------*/
#tool input[type=search]
#tool input[type=text]
{
vertical-align: middle;
width: 100%;
margin: 3px;
}
.stop select
@ -341,10 +338,16 @@ margin: 4px;
cursor:pointer;
}
#searchForm {
display: table;
padding: 0 2px;
}
.stop
{
display: block;
overflow: hidden;
display: table-cell;
vertical-align: middle;
width: 100%;
}
/* =============================================================================