DO NOT DOWNLOAD. DOWNLOAD LATEST STABLE FROM RELEASE TAB

Fixes 24275,24274,23548,22533 (sprite icon fixes, file cleanup)

[TFS Changeset #57960]
This commit is contained in:
Shandem
2009-08-11 16:32:55 +00:00
parent af9dc874c1
commit c6d4de7d4b
19 changed files with 226 additions and 368 deletions

View File

@@ -515,6 +515,14 @@ guiEditor {
display: block;
}
.umbIconDropdownList option.spriteBackground
{
background-repeat:no-repeat;
padding: 1px;
padding-left:25px;
margin-left:2px;
display:block ! important;
}
.umbIconDropdownList option.deprecatedImage{
background-repeat:no-repeat;
background-position:4px 1px;
@@ -539,4 +547,13 @@ guiEditor {
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
.success a {color:#264409;}
.sprTree {
background-color: #fff;
background-image: url(../../umbraco/images/umbraco/sprites.png);
display: inline;
padding-bottom: 2px;
}
.sprTree img{width: 16px; height: 18px; padding-right: 7px;}