diff options
| author | Christian Weiske <cweiske@cweiske.de> | 2011-04-05 19:02:52 +0200 | 
|---|---|---|
| committer | Christian Weiske <cweiske@cweiske.de> | 2011-04-05 19:02:52 +0200 | 
| commit | cbf36891ae8f1fc568594983387e79c0c6e786a4 (patch) | |
| tree | 820c7c23e6c3db1e6f26edfe6c71c72aca3794ab /www | |
| parent | 705d016301194b39b87ec4f1223633bf1ac4489e (diff) | |
| download | semanticscuttle-cbf36891ae8f1fc568594983387e79c0c6e786a4.tar.gz semanticscuttle-cbf36891ae8f1fc568594983387e79c0c6e786a4.tar.bz2 | |
set width of autocomplete dropdown
Diffstat (limited to 'www')
| -rw-r--r-- | www/scuttle.css | 8 | 
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; +} | 
