NIHVIVO-646 update authorship ranks on page after successful drag-and-drop reordering
This commit is contained in:
parent
f9d62691f5
commit
8b96e68e71
3 changed files with 52 additions and 33 deletions
|
@ -1,17 +1,17 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
#authors {
|
||||
#authorships {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#authors li {
|
||||
#authorships li {
|
||||
list-style: none;
|
||||
margin-bottom: .75em;
|
||||
padding-left: 1em;
|
||||
background: url("../images/sortable_icon.png") no-repeat left center;
|
||||
}
|
||||
|
||||
#authors a.authorLink {
|
||||
#authorships a.authorLink {
|
||||
display: inline-block;
|
||||
width: 15em;
|
||||
}
|
||||
|
@ -29,22 +29,22 @@ form h3 {
|
|||
}
|
||||
|
||||
form a:link.cancel, form a:visited.cancel,
|
||||
#authors a:link.remove, #authors a:visited.remove,
|
||||
#authors a:link.undo, #authors a:visited.undo,
|
||||
#authorships a:link.remove, #authorships a:visited.remove,
|
||||
#authorships a:link.undo, #authorships a:visited.undo,
|
||||
#showAddForm a:link.cancel, #showAddForm a:visited.cancel {
|
||||
color: #f70;
|
||||
border-color: #f70;
|
||||
}
|
||||
|
||||
form a:hover.cancel,
|
||||
#authors a:hover.remove,
|
||||
#authors a:hover.undo,
|
||||
#authorships a:hover.remove,
|
||||
#authorships a:hover.undo,
|
||||
#showAddForm a:hover.cancel {
|
||||
color: #fff;
|
||||
background: #f70;
|
||||
}
|
||||
|
||||
#authors a.undo {
|
||||
#authorships a.undo {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue