]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
set width of autocomplete dropdown
authorChristian Weiske <cweiske@cweiske.de>
Tue, 5 Apr 2011 17:02:52 +0000 (19:02 +0200)
committerChristian Weiske <cweiske@cweiske.de>
Tue, 5 Apr 2011 17:02:52 +0000 (19:02 +0200)
www/scuttle.css

index e5aaf0b6ba1c20875e61606eebe29fbbb3782b7c..78f24e98d8b8e2f047363dfc48fb14d2ddb0b7f6 100644 (file)
@@ -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;
+}