Index: branches/5.0.x/themes/default2009/platform/inc/styles.css =================================================================== diff -u -r12117 -r12161 --- branches/5.0.x/themes/default2009/platform/inc/styles.css (.../styles.css) (revision 12117) +++ branches/5.0.x/themes/default2009/platform/inc/styles.css (.../styles.css) (revision 12161) @@ -31,11 +31,11 @@ } .horizontal-separator { - background: url(../img/horizontal_dashed_line.gif) bottom repeat-x; + background: url('../img/horizontal_dashed_line.gif') bottom repeat-x; } .vertical-separator { - background: url(../img/vertical_dashed_line.gif) top center repeat-y; + background: url('../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('../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('../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('../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('../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('../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('../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('../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('../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('../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('../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('../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('../img/gradient_background.gif') top repeat-x #FFFFFF; } .item-listing-featured { - background: url(../img/gradient_background_gr.gif) top repeat-x #FFFFFF; + background: url('../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('../img/gradient_background_red.gif') top repeat-x #FFFFFF; } .item-padding { @@ -585,7 +585,7 @@ } .small-star, .small-star a:hover, .small-star a:active, .small-star a:focus, .small-star .current-rating { - background-image: url(star_small.gif); + background-image: url('star_small.gif'); line-height: 10px; height: 10px; }