diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 14:24:30 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-01-25 14:24:30 +0100 |
commit | 7bdfd78426eef5e666ff258190bd3e6a4240c99a (patch) | |
tree | 75a25a632b324eaa9623d5f9e9cf6382c5793973 /skins/larry/templates/addressbook.html | |
parent | 13dc9f2c862668554d87dcbf95f2f7bbaf221bf3 (diff) |
Define generic .searchbox styles
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r-- | skins/larry/templates/addressbook.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html index 7904f6f3a..390f8d83b 100644 --- a/skins/larry/templates/addressbook.html +++ b/skins/larry/templates/addressbook.html @@ -42,7 +42,7 @@ <div id="addressview-right"> <!-- search box --> -<div id="quicksearchbar"> +<div id="quicksearchbar" class="searchbox"> <roundcube:object name="searchform" id="quicksearchbox" /> <roundcube:button name="searchmenulink" id="searchmenulink" class="iconbutton searchoptions" onclick="UI.show_popup('searchmenu');return false" title="searchmod" content=" " /> <roundcube:button command="reset-search" id="searchreset" class="iconbutton reset" title="resetsearch" content=" " /> |