MINOR:Re-instated the Go button on the actions button for page tree batch actions.

This commit is contained in:
jbridson 2012-03-07 08:56:33 +13:00
parent 723a8488ac
commit 861785958a
2 changed files with 0 additions and 4 deletions

View File

@ -348,7 +348,6 @@ body.cms { overflow: hidden; }
.cms-content-batchactions { float: left; position: relative; display: block; margin-left: 8px; }
.cms-content-batchactions form > * { display: block; float: left; }
.cms-content-batchactions form.cms-batch-actions { float: left; }
.cms-content-batchactions .Actions { display: none; }
#Form_BatchActionsForm select { width: 200px; }

View File

@ -688,9 +688,6 @@ body.cms {
form.cms-batch-actions {
float: left;
}
.Actions {
display:none;
}
}
#Form_BatchActionsForm select {