DESIGN change - removed status images, these were removed in design so we'll remove them from 2.2 as well

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@44518 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Sean Harvey 2007-11-08 04:59:19 +00:00
parent d843553e4c
commit 8dc2b6e7e6

View File

@ -144,28 +144,29 @@ ul.tree .deleted {
background: #eee;
padding: 3px;
text-align: center;
font-weight: bold;
}
#publication_key ins,
#publication_key del,
#publication_key span {
margin: 0 5px;
font-weight: normal;
}
/* Created on stage, never published */
ul.tree ins,
#publication_key ins {
color: orange;
padding-left : 16px;
background: url(../../sapphire/images/NewOnStage.png) no-repeat center left;
text-decoration : none;
}
/* Deleted on stage */
ul.tree del,
#publication_key del {
color: red;
padding-left : 16px;
background: url(../../sapphire/images/TrashedOnStage.png) no-repeat center left;
}
ul.tree span.modified,
#publication_key span.modified {
color: green;
padding-left : 16px;
background: url(../../sapphire/images/EditedOnStage.png) no-repeat center left;
text-decoration : none;
}