#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
@@ -6,7 +6,7 @@ body {
margin-top:40px; margin-top:40px;
} }
#themepreview { #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; border-bottom:1px solid #494d4d;
font-size:15px; font-size:15px;
left:0; left:0;
@@ -36,7 +36,7 @@ html.dyn #themepreview button.preview { display:none; }
#themepreview button.cancel { float:right; } #themepreview button.cancel { float:right; }
/* Button styles */ /* Button styles */
#themepreview button { #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:1px solid;
border-top-color:#191d1d; border-top-color:#191d1d;
border-right-color:#494d4d; border-right-color:#494d4d;
@@ -49,7 +49,7 @@ html.dyn #themepreview button.preview { display:none; }
text-align:center; text-align:center;
} }
#themepreview button:hover { #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; border-color:#545959;
color:#fdcc64; color:#fdcc64;
cursor:pointer; cursor:pointer;