#18479: Fix theme preview image urls

Work Item: 18479

--HG--
branch : 1.x
This commit is contained in:
Sebastien Ros
2012-02-28 11:55:29 -08:00
parent 11ea1ec15d
commit c0dc59c417

View File

@@ -6,7 +6,7 @@ body {
margin-top:40px;
}
#themepreview {
background:#2D2F25 url('@Href("../Styles/Images/toolBarBackground.gif")') repeat-x left top;
background:#2D2F25 url('@Href("~/Core/Shapes/Styles/Images/toolBarBackground.gif")') repeat-x left top;
border-bottom:1px solid #494d4d;
font-size:15px;
left:0;
@@ -36,7 +36,7 @@ html.dyn #themepreview button.preview { display:none; }
#themepreview button.cancel { float:right; }
/* Button styles */
#themepreview button {
background:#2a2626 url('@Href("../Styles/Images/toolBarBackground.gif")') repeat-x left center;
background:#2a2626 url('@Href("~/Core/Shapes/Styles/Images/toolBarBackground.gif")') repeat-x left center;
border:1px solid;
border-top-color:#191d1d;
border-right-color:#494d4d;
@@ -49,7 +49,7 @@ html.dyn #themepreview button.preview { display:none; }
text-align:center;
}
#themepreview button:hover {
background:#2a2626 url('@Href("../../Styles/Images/toolBarHoverButtonBackground.gif")') repeat-x left center;
background:#2a2626 url('@Href("~/Core/Shapes/Styles/Images/toolBarHoverButtonBackground.gif")') repeat-x left center;
border-color:#545959;
color:#fdcc64;
cursor:pointer;