mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
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:
parent
15d40c5cf1
commit
23e18d620e
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user