2011-07-11 21:13:05 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
#manageWebpages {
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#manageWebpages li {
|
|
|
|
list-style: none;
|
|
|
|
margin-bottom: .75em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Use class dd rather than jQuery UI's class ui-sortable, so that we can remove
|
|
|
|
the class if there's fewer than one author. We don't want to remove the ui-sortable
|
|
|
|
class, in case we want to re-enable DD without a page reload. */
|
|
|
|
#manageWebpages.dd li {
|
|
|
|
padding-left: 1em;
|
|
|
|
background: url("../images/sortable_icon.png") no-repeat left center;
|
|
|
|
cursor: move;
|
|
|
|
}
|
|
|
|
|
|
|
|
#manageWebpages .webpageName {
|
|
|
|
display: inline-block;
|
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
|
2011-07-11 21:40:51 +00:00
|
|
|
#returnToIndividual {
|
2011-07-11 21:13:05 +00:00
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#showAddForm a:hover.cancel {
|
|
|
|
color: #fff;
|
|
|
|
background: #f70;
|
|
|
|
}
|
|
|
|
|
|
|
|
#showAddForm a:hover.cancel {
|
|
|
|
color: #fff;
|
|
|
|
background: #f70;
|
|
|
|
}
|
|
|
|
|
2011-07-12 13:39:16 +00:00
|
|
|
#manageWebpages a:link.remove,
|
|
|
|
#manageWebpages a:visited.remove,
|
|
|
|
#manageWebpages a:hover.remove {
|
|
|
|
color: #f70;
|
|
|
|
background: #fff;
|
|
|
|
}
|