Added wilma button styles to "Add Author", "Remove", and "Return to Publication" for adding new author to publication page.

This commit is contained in:
mb863 2011-02-03 17:41:11 +00:00
parent d59e10466a
commit 2123535008

View file

@ -93,6 +93,8 @@ input.block {
label { label {
margin-top: .5em; margin-top: .5em;
} }
#showAddFormButton,
#showAddFormButton:visited,
input.submit, input.submit,
input.submit:visited, input.submit:visited,
/* the id selectors are used temporarily due to the custom jsp tags (<v:input>) /* the id selectors are used temporarily due to the custom jsp tags (<v:input>)
@ -142,6 +144,7 @@ input#delete:visited {
line-height: 1; line-height: 1;
margin-right: .6em; margin-right: .6em;
} }
#showAddFormButton:hover,
input.submit:hover, input.submit:hover,
input#submit:hover { input#submit:hover {
color: #fff; color: #fff;
@ -152,6 +155,7 @@ input#delete:hover {
color: #fff; color: #fff;
background-color: #93c3d4; background-color: #93c3d4;
} }
#showAddFormButton:active,
input.delete:active, input.delete:active,
input#delete:active, input#delete:active,
input.submit:active, input.submit:active,
@ -168,6 +172,8 @@ form textarea {
margin-top: 20px; margin-top: 20px;
width: 100%; width: 100%;
} }
#authorships a.remove:link,
#showAddForm a.cancel:link,
form a:link.cancel, form a:link.cancel,
form a:visited.cancel { form a:visited.cancel {
text-decoration: underline; text-decoration: underline;
@ -175,6 +181,10 @@ form a:visited.cancel {
border-color: none; border-color: none;
padding-left: 3px; padding-left: 3px;
} }
#authorships a.remove:hover,
#authorships a.remove:active,
#showAddForm a.cancel:hover,
#showAddForm a.cancel:active,
form a:hover.cancel, form a:hover.cancel,
form a:active.cancel { form a:active.cancel {
text-decoration: none; text-decoration: none;