Index: lams_central/web/css/aqua.css =================================================================== diff -u -r85832db3f5434393335e429d6beb160cc2269d09 -rde26a13134f8b5eca4bff53719efa5fd4497f1b8 --- lams_central/web/css/aqua.css (.../aqua.css) (revision 85832db3f5434393335e429d6beb160cc2269d09) +++ lams_central/web/css/aqua.css (.../aqua.css) (revision de26a13134f8b5eca4bff53719efa5fd4497f1b8) @@ -635,29 +635,29 @@ #header-no-tabs-learner { /*layout of the header when no-tabs are required */ width:592px; height:30px; -background:url('../images/top_bg_learner.jpg') no-repeat bottom; +background:url('../images/css/top_bg_learner.jpg') no-repeat bottom; } #content-learner { /*box around the main content area */ width:592px; -background:url('../images/body_bg_learner.jpg') repeat-y; +background:url('../images/css/body_bg_learner.jpg') repeat-y; padding-bottom:30px; font-size: 11px; margin-top:-20px} #footer-learner { /*layout of the footer - the bottom of the box */ width:592px; height:14px; -background:url('../images/footer_bg_learner.jpg') no-repeat bottom; +background:url('../images/css/footer_bg_learner.jpg') no-repeat bottom; } /*layout of a general button*/ -#content-learner a.button {background:url('../images/btn_off.gif') no-repeat 0px 20px; color:#333; border:0px none; padding-left:20px; padding-right:20px; padding-top:25px; padding-bottom:25px;text-decoration:none; } -#content-learner a:hover.button {background:url('../images/btn_over.gif') no-repeat 0px 20px; color:#349018; border:0px none; padding-left:20px; padding-right:20px; padding-top:25px; padding-bottom:25px;text-decoration:none;} +#content-learner a.button {background:url('../images/css/btn_off.gif') no-repeat 0px 20px; color:#333; border:0px none; padding-left:20px; padding-right:20px; padding-top:25px; padding-bottom:25px;text-decoration:none; } +#content-learner a:hover.button {background:url('../images/css/btn_over.gif') no-repeat 0px 20px; color:#349018; border:0px none; padding-left:20px; padding-right:20px; padding-top:25px; padding-bottom:25px;text-decoration:none;} /*layout of adding a topic button */ -#content-learner a.button-add-item {background:url('../images/btn_add_off.gif') no-repeat 0px 20px; color:#333; border:0px none; padding-left:25px; padding-right:15px; padding-top:25px; padding-bottom:25px; text-decoration:none;} -#content-learner a:hover.button-add-item {background:url('../images/btn_add_over.gif') no-repeat 0px 20px; color:#349018; border:0px none; padding-left:25px; padding-right:15px; padding-top:25px; padding-bottom:25px;text-decoration:none;} +#content-learner a.button-add-item {background:url('../images/css/btn_add_off.gif') no-repeat 0px 20px; color:#333; border:0px none; padding-left:25px; padding-right:15px; padding-top:25px; padding-bottom:25px; text-decoration:none;} +#content-learner a:hover.button-add-item {background:url('../images/css/btn_add_over.gif') no-repeat 0px 20px; color:#349018; border:0px none; padding-left:25px; padding-right:15px; padding-top:25px; padding-bottom:25px;text-decoration:none;} /****** FLOATING BUTTON BOXES - TO ALIGN LEFT AND ALIGN RIGHT ON THE SAME LINE ********/