elofgren: USABILITY: Decrease width of TreeDropdownField? so 'arrow' icon is on same line as the drop-down in Firefox 2 like on the 'Link to File' -> 'Download a file' drop-down on the HtmlEditorField? toolbar. This should resolve Usability Issue #49: http://www.elijahlofgren.com/silverstripe/replace-arrow-with-browse-button-in-move-file-list/

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41864 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 01:00:52 +00:00
parent 15d40c5cf1
commit 23e18d620e
1 changed files with 2 additions and 2 deletions

View File

@ -519,11 +519,11 @@ border : 1px solid #808080;
}
#right form.actionparams div.TreeDropdownField {
width: 230px;
width: 220px;
}
#right form.actionparams div.TreeDropdownField span.items {
width: 210px;
width: 195px;
}
#right form.actionparams div.TreeDropdownField div.tree_holder {