summaryrefslogtreecommitdiff
path: root/skins/larry/mail.css
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-26 12:51:25 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-26 12:51:25 +0100
commitbcbfe0ba457f6fce7523acea2499447252d84aaa (patch)
tree9e6e8abfde7645f19ade599cfbe38a736455d923 /skins/larry/mail.css
parentbb6f4b2b5d0676ef0ed90f8050ad28e46f2dce35 (diff)
Make searchbox properly scale to 100% using box-sizing trick (#1488381)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r--skins/larry/mail.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css
index 2e2536a4e..b98a89c8b 100644
--- a/skins/larry/mail.css
+++ b/skins/larry/mail.css
@@ -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 {