Small modification to the way styles are assigned to authors in author listing on add authors form
This commit is contained in:
parent
79cf12f974
commit
03f2cdcf8c
3 changed files with 11 additions and 15 deletions
|
@ -9,10 +9,10 @@
|
|||
margin-bottom: .75em;
|
||||
}
|
||||
|
||||
#authorships.dd li,
|
||||
#authorships.ui-sortable li {
|
||||
#authorships li.dd {
|
||||
padding-left: 1em;
|
||||
background: url("../images/sortable_icon.png") no-repeat left center;
|
||||
background: url("../images/sortable_icon.png") no-repeat left center;
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
#authorships .authorNameWrapper {
|
||||
|
@ -20,10 +20,6 @@
|
|||
width: 15em;
|
||||
}
|
||||
|
||||
#authorships.dd li {
|
||||
cursor: move;
|
||||
}
|
||||
|
||||
#showAddForm span.or {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue