summaryrefslogtreecommitdiff
path: root/skins/larry/templates/addressbook.html
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-01-25 14:24:30 +0100
committerThomas Bruederli <thomas@roundcube.net>2013-01-25 14:38:04 +0100
commit5a0875ecb6d0dbaf678585f099e73d768fea5e2c (patch)
treec094bbff30d8831d4fe3b81322883b7f0ebed47b /skins/larry/templates/addressbook.html
parentc4a1d3fe5ddfba37d94680c86614e8fc447955a0 (diff)
Define generic .searchbox styles
Diffstat (limited to 'skins/larry/templates/addressbook.html')
-rw-r--r--skins/larry/templates/addressbook.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/templates/addressbook.html b/skins/larry/templates/addressbook.html
index 9a9a2d747..1c1647708 100644
--- a/skins/larry/templates/addressbook.html
+++ b/skins/larry/templates/addressbook.html
@@ -38,7 +38,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=" " />