set width of autocomplete dropdown

This commit is contained in:
Christian Weiske 2011-04-05 19:02:52 +02:00
parent 705d016301
commit cbf36891ae

View file

@ -644,4 +644,10 @@ a.bookmarklet {
/* tree styles */
#related-content.jstree-default.jstree-focused {
background: none !important;
}
}
/* add/edit bookmark */
.ui-autocomplete {
width: 458px;
}