Make searchbox properly scale to 100% using box-sizing trick (#1488381)

pull/58/head
Thomas Bruederli 13 years ago
parent bb6f4b2b5d
commit bcbfe0ba45

@ -1160,15 +1160,11 @@ div.message-partheaders .headers-table td.header {
background: #c7e3ef;
}
#composequicksearch .searchbox {
height: 26px;
}
#composequicksearch .searchbox input {
width: auto;
position: absolute;
left: 0px;
right: 0px;
width: 100%;
height: 26px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#composequicksearch #searchmenulink {

Loading…
Cancel
Save