display download as csv icon conditionally

This commit is contained in:
Oliver Gorwits
2013-09-20 18:57:20 +01:00
parent ce57cdba69
commit 1021329e1c
5 changed files with 27 additions and 3 deletions

View File

@@ -200,6 +200,11 @@ td > form.nd_inline-form {
color: #6D5720;
}
/* reset to normal weight for the download as CSV icon */
#nd_csv-download {
font-weight: normal;
}
/* for the job control admin page play/pause links */
#nd_countdown-refresh:hover, #nd_countdown-control:hover {
text-decoration: none;