diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 14:27:25 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 14:38:18 +0100 |
commit | 490119976193a92acdbacd50b86ee7afd9e38ef8 (patch) | |
tree | 285f3dc4aac9061fad7e1172853326e4d3d8274c /skins/larry/mail.css | |
parent | 5a0875ecb6d0dbaf678585f099e73d768fea5e2c (diff) |
Add search box to compose address book widget (#1488381)
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index ca8ac62c8..2e2536a4e 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1154,6 +1154,27 @@ div.message-partheaders .headers-table td.header { bottom: 0; } +#composequicksearch { + position: relative; + padding: 4px; + background: #c7e3ef; +} + +#composequicksearch .searchbox { + height: 26px; +} + +#composequicksearch .searchbox input { + width: auto; + position: absolute; + left: 0px; + right: 0px; +} + +#composequicksearch #searchmenulink { + width: 15px; +} + #compose-contacts #directorylist { border-bottom: 4px solid #c7e3ef; } |