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:27:25 +0100 |
commit | 6c27c3b55e7516ae1d2b99ecd1188203d022de78 (patch) | |
tree | f934e8d7fe4b01bb574b118e8021e69e75edce90 /skins/larry/mail.css | |
parent | 7bdfd78426eef5e666ff258190bd3e6a4240c99a (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 33e66d10e..6ad1f7ad1 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -1156,6 +1156,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; } |