Change name of CSS classes for rename buttons

This commit is contained in:
Eike Foken
2011-09-15 02:51:53 +02:00
parent 9e27786ff0
commit fda37578cb
2 changed files with 7 additions and 2 deletions

View File

@@ -560,11 +560,16 @@ a.job_start {
padding-left: 30px;
}
a.rename {
a.experiment_rename {
background: url(../images/icons/document-rename.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
}
a.project_rename {
background: url(../images/icons/blue-folder-rename.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;
}
a.results {
background: url(../images/icons/blue-folder-open-document-text.png) 10px center no-repeat #f3f3f3;
padding-left: 30px;