diff options
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 bfa6e6d14..2812d3706 100644 --- a/skins/larry/templates/compose.html +++ b/skins/larry/templates/compose.html @@ -43,13 +43,13 @@ <!-- inline address book --> <div id="compose-contacts" class="uibox listbox" role="region" aria-labelledby="aria-label-composecontacts"> <h2 id="aria-label-composecontacts" class="boxtitle"><roundcube:label name="contacts" /></h2> - <div id="composequicksearch" role="search" aria-labelledby="aria-label-composequicksearch"> + <div class="listsearchbox" role="search" aria-labelledby="aria-label-composequicksearch"> <h3 id="aria-label-composequicksearch" class="voice"><roundcube:label name="arialabelcontactquicksearch" /></h3> <div class="searchbox"> <label for="contactsearchbox" class="voice"><roundcube:label name="arialabelcontactsearchbox" /></label> <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="treelist listing" summary="ariasummarycomposecontacts" /> |