aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorChristian Weiske <cweiske@cweiske.de>2011-04-05 19:02:52 +0200
committerChristian Weiske <cweiske@cweiske.de>2011-04-05 19:02:52 +0200
commitcbf36891ae8f1fc568594983387e79c0c6e786a4 (patch)
tree820c7c23e6c3db1e6f26edfe6c71c72aca3794ab /www
parent705d016301194b39b87ec4f1223633bf1ac4489e (diff)
downloadsemanticscuttle-cbf36891ae8f1fc568594983387e79c0c6e786a4.tar.gz
semanticscuttle-cbf36891ae8f1fc568594983387e79c0c6e786a4.tar.bz2
set width of autocomplete dropdown
Diffstat (limited to 'www')
-rw-r--r--www/scuttle.css8
1 files changed, 7 insertions, 1 deletions
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;
+}