Index: branches/1.1.x/platform/inc/styles.css =================================================================== diff -u -N -r13088 -r13481 --- branches/1.1.x/platform/inc/styles.css (.../styles.css) (revision 13088) +++ branches/1.1.x/platform/inc/styles.css (.../styles.css) (revision 13481) @@ -31,11 +31,11 @@ } .horizontal-separator { - background: url('../img/horizontal_dashed_line.gif') bottom repeat-x; + background: url('@templates_base@/platform/img/horizontal_dashed_line.gif') bottom repeat-x; } .vertical-separator { - background: url('../img/vertical_dashed_line.gif') top center repeat-y; + background: url('@templates_base@/platform/img/vertical_dashed_line.gif') top center repeat-y; } img, img A { @@ -47,7 +47,7 @@ } .top-background { - background: url('../img/top_background.gif') right repeat-y; + background: url('@templates_base@/platform/img/top_background.gif') right repeat-y; } .top-baner-cell @@ -57,7 +57,7 @@ } .menu-background { - background: url('../img/menu_background.gif') top repeat-x #1865AC; + background: url('@templates_base@/platform/img/menu_background.gif') top repeat-x #1865AC; width: 100%; } @@ -66,7 +66,7 @@ } .footer-table td { - background: url('../img/footer_blue.gif') top repeat-x; + background: url('@templates_base@/platform/img/footer_blue.gif') top repeat-x; height: 26px; color: #F7EEE4; font-size: 10px; @@ -115,7 +115,7 @@ /* --- Side Box Styles --- */ .side-box-header { - background: url('../img/side_boxes_background.gif') bottom repeat-x #83AFD6; + background: url('@templates_base@/platform/img/side_boxes_background.gif') bottom repeat-x #83AFD6; height: 29px; padding: 0px 8px 0px 20px; } @@ -137,7 +137,7 @@ } .side-box-content { - background: url('../img/side_boxes_content.gif') top repeat-x; + background: url('@templates_base@/platform/img/side_boxes_content.gif') top repeat-x; padding: 20px 20px; } @@ -162,7 +162,7 @@ /* --- Form Control Styles --- */ .input-text, .input-textarea { - background: url('../img/input_text_background.gif') top repeat-x #FFFFFF; + background: url('@templates_base@/platform/img/input_text_background.gif') top repeat-x #FFFFFF; border: 1px solid #7091B9; font-family: Arial, Helvetica, sans-serif; font-size: 11px; @@ -178,15 +178,15 @@ } .button { - background: url('../img/input_button_background.gif') bottom repeat-x #efefef; + background: url('@templates_base@/platform/img/input_button_background.gif') bottom repeat-x #efefef; border: 1px solid #688BAC; padding: 0px; font-size: 11px; padding: 0px 5px; } .delete-button { - background: url('../img/delete_button_background.gif') bottom repeat-x #FF6D6D; + background: url('@templates_base@/platform/img/delete_button_background.gif') bottom repeat-x #FF6D6D; color: #FFFFFF; border: 1px solid #CC0000; padding: 0px; @@ -247,7 +247,7 @@ /* --- Navigation Bar Styles --- */ .navigation-bar { - background: url('../img/side_boxes_background.gif') bottom repeat-x #83AFD6; + background: url('@templates_base@/platform/img/side_boxes_background.gif') bottom repeat-x #83AFD6; height: 29px; padding: 0px 20px; font-size: 12px; @@ -264,7 +264,7 @@ /* --- Top Right Menu Styles --- */ .menu-top-active-icon, .menu-top-active-text { - background: url('../img/top_menu_select.gif'); + background: url('@templates_base@/platform/img/top_menu_select.gif'); } td.top-menu-padding { @@ -309,7 +309,7 @@ } .tab-bottom-line { - background: url('../img/pixel_blue.gif') bottom repeat-x; + background: url('@templates_base@/platform/img/pixel_blue.gif') bottom repeat-x; } .tab-bottom-content { @@ -337,15 +337,15 @@ /* --- Item Listing Page & Item Details Page Styles --- */ .item-listing { - background: url('../img/gradient_background.gif') top repeat-x #FFFFFF; + background: url('@templates_base@/platform/img/gradient_background.gif') top repeat-x #FFFFFF; } .item-listing-featured { - background: url('../img/gradient_background_gr.gif') top repeat-x #FFFFFF; + background: url('@templates_base@/platform/img/gradient_background_gr.gif') top repeat-x #FFFFFF; } .item-listing-lead { - background: url('../img/gradient_background_red.gif') top repeat-x #FFFFFF; + background: url('@templates_base@/platform/img/gradient_background_red.gif') top repeat-x #FFFFFF; } .item-padding { @@ -537,7 +537,7 @@ .star-rating a:active, .star-rating a:focus, .star-rating .current-rating{ - background: url('../img/starrating.gif') left -1000px repeat-x; + background: url('@templates_base@/platform/img/starrating.gif') left -1000px repeat-x; } .star-rating { position:relative;