diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-05-12 18:12:40 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-05-12 18:12:40 +0200 |
commit | 9e89c876013558ba5f22657e37ed1230c4b65cdf (patch) | |
tree | ea682ec186b6bbd1af2fad524a25d254999e23e2 /skins/larry/templates/compose.html | |
parent | 7d3d62e5ed98cfed8b46bbb1c620142f190d2c03 (diff) |
Define generic styles for a search boxe inside list widgets
Diffstat (limited to 'skins/larry/templates/compose.html')
-rw-r--r-- | skins/larry/templates/compose.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/skins/larry/templates/compose.html b/skins/larry/templates/compose.html index d0338292b..90df4f3a8 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -42,11 +42,11 @@ <!-- inline address book --> <div id="compose-contacts" class="uibox listbox"> <h2 class="boxtitle"><roundcube:label name="contacts" /></h2> - <div id="composequicksearch"> + <div class="listsearchbox"> <div class="searchbox"> <roundcube:object name="searchform" id="contactsearchbox" /> - <a id="searchmenulink" class="iconbutton searchoptions"> </a> - <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> + <a id="searchmenulink" class="iconbutton searchicon"> </a> + <roundcube:button command="reset-search" class="iconbutton reset" title="resetsearch" content=" " /> </div> </div> <roundcube:object name="addressbooks" id="directorylist" class="listing" /> |