From cbf36891ae8f1fc568594983387e79c0c6e786a4 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 5 Apr 2011 19:02:52 +0200 Subject: set width of autocomplete dropdown --- www/scuttle.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'www') diff --git a/www/scuttle.css b/www/scuttle.css index e5aaf0b..78f24e9 100644 --- a/www/scuttle.css +++ b/www/scuttle.css @@ -644,4 +644,10 @@ a.bookmarklet { /* tree styles */ #related-content.jstree-default.jstree-focused { background: none !important; -} \ No newline at end of file +} + + +/* add/edit bookmark */ +.ui-autocomplete { + width: 458px; +} -- cgit v1.2.3