elofgren: USABILITY: Make 'Go' button be on same line as 'Create a Page' drop-down.

(merged from branches/gsoc)


git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41848 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2007-09-15 00:50:20 +00:00
parent e1438c9949
commit 14acd05f1b
1 changed files with 5 additions and 0 deletions

View File

@ -36,6 +36,11 @@
width: 75%;
margin: 0;
}
#PageType {
width: 75%;
float: left;
margin-right: 3px;
}
#left form.actionparms input.action {
width: 5%;
margin: 0;