pagemanagement - added cancel button to main content type sections

This commit is contained in:
tworrall 2012-06-25 19:59:18 +00:00
parent 1aed1c4976
commit 7ea00cd5a8
5 changed files with 22 additions and 6 deletions

View file

@ -133,4 +133,8 @@ form#managePage textarea {
margin-bottom: .8em;
width: 65%;
}
.disabledSubmit {
color: #ede ! important;
background-color: #b2d15a ! important;
cursor: default ! important;
}