Index: lams_central/web/css/aqua.css =================================================================== diff -u -rfa24e6729d808ea99968a62a54c5b977e17b807c -rcdf7d426dc2e0dfa92262025d90977a5d722b077 --- lams_central/web/css/aqua.css (.../aqua.css) (revision fa24e6729d808ea99968a62a54c5b977e17b807c) +++ lams_central/web/css/aqua.css (.../aqua.css) (revision cdf7d426dc2e0dfa92262025d90977a5d722b077) @@ -54,7 +54,7 @@ margin-top: 0px;; margin-left: 30px; font-weight: bold; - background: url('../images-for-css/blue_arrow_right.gif') no-repeat 0 0px; + background: url('../images/css/blue_arrow_right.gif') no-repeat 0 0px; padding-left: 30px; padding-bottom: 10px; font-size: 12px @@ -69,19 +69,19 @@ #page { /*whole layout of page*/ margin: 25px auto; width: 707px; - background: url('../images-for-css/lams_logo.gif') no-repeat right 10px; + background: url('../images/css/lams_logo.gif') no-repeat right 10px; } #header { /*layout of the header */ width: 707px; height: 49px; - background: url('../images-for-css/top_bg.jpg') no-repeat bottom; + background: url('../images/css/top_bg.jpg') no-repeat bottom; } #header-no-tabs { /*layout of the header when no-tabs are required */ -width:707px; height:40px; background:url('../images-for-css/top_bg.jpg') no-repeat bottom; } +width:707px; height:40px; background:url('../images/css/top_bg.jpg') no-repeat bottom; } @@ -122,14 +122,14 @@ .tab-left-selected { /* defines left side of selected tab */ height: 31px; width: 8px; - background: url('../images-for-css/selected_left.jpg') no-repeat top left; + background: url('../images/css/selected_left.jpg') no-repeat top left; float: left } .tab-middle-selected { /* defines middle of selected tab */ height: 31px; width: auto; - background: url('../images-for-css/selected_bg.jpg') repeat-x; + background: url('../images/css/selected_bg.jpg') repeat-x; float: left; width: 90px; padding-left: 5px; @@ -145,21 +145,21 @@ .tab-right-selected { /* defines right side of selected tab */ height: 31px; width: 8px; - background: url('../images-for-css/selected_right.jpg') no-repeat top right;; + background: url('../images/css/selected_right.jpg') no-repeat top right;; float: left } .tab-left { /* defines left side of selected tab */ height: 31px; width: 8px; - background: url('../images-for-css/button_left.jpg') no-repeat top left; + background: url('../images/css/button_left.jpg') no-repeat top left; float: left } .tab-middle { /* defines middle of selected tab */ height: 31px; width: auto; - background: url('../images-for-css/button_bg.jpg') repeat-x; + background: url('../images/css/button_bg.jpg') repeat-x; float: left; width: 90px; padding-left: 5px; @@ -175,14 +175,14 @@ .tab-right { /* defines right side of selected tab */ height: 31px; width: 8px; - background: url('../images-for-css/button_right.jpg') no-repeat top right;; + background: url('../images/css/button_right.jpg') no-repeat top right;; float: left } /* end of navigation ------------------------------------------------------*/ #content { /*box around the main content area */ width: 707px; - background: url('../images-for-css/body_bg.jpg') repeat-y; + background: url('../images/css/body_bg.jpg') repeat-y; padding-bottom: 20px; font-size: 11px; margin-top: -5px @@ -204,7 +204,7 @@ /*layout of a general button*/ #content a.button { - background: url('../images-for-css/btn_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_off.gif') no-repeat 0px 20px; color: #333; border: 0px none; padding-left: 20px; @@ -214,7 +214,7 @@ } #content a:hover.button { - background: url('../images-for-css/btn_over.gif') no-repeat 0px 20px; + background: url('../images/css/btn_over.gif') no-repeat 0px 20px; color: #349018; border: 0px none; padding-left: 20px; @@ -225,7 +225,7 @@ /*layout of adding a topic button */ #content a.button-add-item { - background: url('../images-for-css/btn_add_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px; color: #333; border: 0px none; padding-left: 25px; @@ -235,7 +235,7 @@ } #content a:hover.button-add-item { - background: url('../images-for-css/btn_add_over.gif') no-repeat 0px 20px; + background: url('../images/css/btn_add_over.gif') no-repeat 0px 20px; color: #349018; border: 0px none; padding-left: 25px; @@ -246,7 +246,7 @@ /*layout of html editor button */ #content a.button-html-editor { - background: url('../images-for-css/btn_htmled_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_htmled_off.gif') no-repeat 0px 20px; color: #666; border: 0px none; padding-left: 28px; @@ -256,7 +256,7 @@ } #content a:hover.button-html-editor { - background: url('../images-for-css/btn_htmled_off.gif') no-repeat 0px 20px; + background: url('../images/css/btn_htmled_off.gif') no-repeat 0px 20px; color: #333; border: 0px none; padding-left: 28px; @@ -273,7 +273,7 @@ #footer { /*layout of the footer - the bottom of the box */ width: 707px; height: 14px; - background: url('../images-for-css/footer_bg.jpg') no-repeat bottom; + background: url('../images/css/footer_bg.jpg') no-repeat bottom; } /*layout of the table with the alternate color for the table heading cell */ @@ -286,7 +286,7 @@ } table.alternative-color th { - background: url('../images-for-css/green_bg.jpg') repeat-x; + background: url('../images/css/green_bg.jpg') repeat-x; height: 30px; color: #47bc23; padding-left: 15px; @@ -300,7 +300,7 @@ font-size: 11px; border-bottom: 1px solid #efefef; vertical-align: middle; - background:url('../images-for-css/greyfade_bg.jpg') repeat-x 3px 1px + background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 1px } table.alternative-color td.first,table.alternative-color th.first { @@ -315,12 +315,12 @@ margin-left:7px; padding-top:5px; margin-bottom:10px; - background:url('../images-for-css/greyfade_bg.jpg') repeat-x 3px 49px; + background:url('../images/css/greyfade_bg.jpg') repeat-x 3px 49px; text-align:left; border-bottom:1px solid #efefef;} table.forum th { - background: url('../images-for-css/forum_th_bg.jpg') repeat-x #f0f5df; + background: url('../images/css/forum_th_bg.jpg') repeat-x #f0f5df; height:20px; padding-top:5px; color:#47bc23; @@ -331,7 +331,7 @@ } table.forum td.posted-by { - background: url('../images-for-css/forum_postedby_bg.jpg') repeat-x; + background: url('../images/css/forum_postedby_bg.jpg') repeat-x; height:20px; padding-left:20px; font-size:10px; @@ -436,7 +436,7 @@ margin-top: 5px; text-align: left; font-weight: normal; - background: url('../images-for-css/warning.gif') no-repeat #ffeae0 10px 8px; + background: url('../images/css/warning.gif') no-repeat #ffeae0 10px 8px; width: 72% } /* NOTE1 START : the following labels are not contained in the new css*/ /*********************************************************************** Index: lams_central/web/css/ie-styles.css =================================================================== diff -u -rfa24e6729d808ea99968a62a54c5b977e17b807c -rcdf7d426dc2e0dfa92262025d90977a5d722b077 --- lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision fa24e6729d808ea99968a62a54c5b977e17b807c) +++ lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision cdf7d426dc2e0dfa92262025d90977a5d722b077) @@ -3,4 +3,4 @@ #header { /*layout of the header */ width:707px; height:64px; - background:url(../images/top_bg.jpg) no-repeat bottom;} \ No newline at end of file + background:url(../images/css/top_bg.jpg) no-repeat bottom;} \ No newline at end of file