From: Christian Weiske Date: Tue, 5 Apr 2011 17:02:52 +0000 (+0200) Subject: set width of autocomplete dropdown X-Git-Tag: v0.98.0~90 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cbf36891ae8f1fc568594983387e79c0c6e786a4;p=semanticscuttle.git set width of autocomplete dropdown --- 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; +}