Index: lams_central/web/css/aqua.css =================================================================== diff -u -r1783f1d7f37d4bfb32f61113067f3f1618cbe690 -r51c4bdc4e4c009c070f190e8f1f367aaf3e25338 --- lams_central/web/css/aqua.css (.../aqua.css) (revision 1783f1d7f37d4bfb32f61113067f3f1618cbe690) +++ lams_central/web/css/aqua.css (.../aqua.css) (revision 51c4bdc4e4c009c070f190e8f1f367aaf3e25338) @@ -40,9 +40,10 @@ padding-top:25px; } h2 {color:#47bc23; - font-size:14px; - margin-left:25px; - margin-bottom:0px; } +font-size:14px; +margin-left:10px; +margin-bottom:0px; +margin-top:10px; }; h4 {color:#47bc23; font-size:11px;} @@ -86,7 +87,7 @@ } #header-no-tabs { /*layout of the header when no-tabs are required */ -width:707px; height:40px; background:url('../images/css/top_bg.jpg') no-repeat bottom; } +width:707px; height:30px; background:url('../images/css/top_bg.jpg') no-repeat bottom; } @@ -351,7 +352,7 @@ /*layout of the table with the alternate color for the table heading cell */ table.alternative-color { - width:695px; + width:98%; margin-left:7px; padding-top:20px; margin-bottom:30px; @@ -625,11 +626,49 @@ clear:both } +/******LEARNER PAGES *******/ +#page-learner { /*whole layout of page*/ +margin:0px auto; +width:592px; +} +#header-no-tabs-learner { /*layout of the header when no-tabs are required */ +width:592px; +height:30px; +background:url('../images-for-css/top_bg_learner.jpg') no-repeat bottom; +} +#content-learner { /*box around the main content area */ +width:592px; +background:url('../images-for-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-for-css/footer_bg_learner.jpg') no-repeat bottom; +} +/*layout of a general button*/ +#content-learner a.button {background:url('../images-for-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-for-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-for-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-for-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 ********/ +.left-buttons {float:left; margin-left:20px;} +.right-buttons {float:right; margin-right:20px;} + + + + + + /* NOTE1 START : the following labels are not contained in the new css*/ /*********************************************************************** h2 { font-size: small; Index: lams_central/web/images/css/body_bg_learner.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/css/footer_bg_learner.jpg =================================================================== diff -u Binary files differ Index: lams_central/web/images/css/page_bg.gif =================================================================== diff -u -r8022c9714da5688fb3640a316802ecbe823023bf -r51c4bdc4e4c009c070f190e8f1f367aaf3e25338 Binary files differ Index: lams_central/web/images/css/top_bg_learner.jpg =================================================================== diff -u Binary files differ