Index: lams_central/web/css/aqua.css =================================================================== diff -u -r2e49fa41f0327bf8d579b6723b7610cbf9a3e9be -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 --- lams_central/web/css/aqua.css (.../aqua.css) (revision 2e49fa41f0327bf8d579b6723b7610cbf9a3e9be) +++ lams_central/web/css/aqua.css (.../aqua.css) (revision 01a8b320b1dd9f0db446469cf34a7a03aac58d85) @@ -250,6 +250,8 @@ padding-bottom: 25px; text-decoration: none; } + + /*layout of adding a topic button */ a.button-add-item { background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px; @@ -587,9 +589,10 @@ } #login-left-col h2 { -margin:0px; +margin:30px 0px 0px 3px; padding:0px; - +font-weight:100; +font-size:1.5em; } #login-left-col h3 { @@ -615,12 +618,12 @@ float:left; margin-left:47px; background: url('../images/css/lams_login_bar.jpg') no-repeat 0 0; -margin-top:10px; +margin-top:5px; height:450px; } #login-right-col h2 { -margin-top:45px; +margin-top:22px; margin-left:20px; color:#239CF7; } @@ -636,6 +639,15 @@ text-align:right; margin-bottom:15px; } + +#login-right-col p.version { +color:#47bc23; +margin-top:5px; +margin-right:20px; +margin-bottom:0px; +text-align:right; +font-size:1.2em; +} #login-right-col a.button { background:url('../images/css/btn_off.gif') no-repeat 0px 20px; color:#333; @@ -656,6 +668,20 @@ padding-bottom:25px; text-decoration:none;} +#login-page #footer { /*layout of the footer - the bottom of the box */ + width: 707px; + height: 14px; + background: url('../images/css/footer_bg.jpg') no-repeat top; +} + +#login-page #footer p{ + padding:20px 0px 0px 10px; + text-align:center; + font-family: verdana, arial, helvetica, sans-serif; + font-size:.9em; + color:#999; +} + .clear { clear:both } Index: lams_central/web/css/default.css =================================================================== diff -u -r97049873e9f5a71cdb4e9286f82508040b597347 -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 --- lams_central/web/css/default.css (.../default.css) (revision 97049873e9f5a71cdb4e9286f82508040b597347) +++ lams_central/web/css/default.css (.../default.css) (revision 01a8b320b1dd9f0db446469cf34a7a03aac58d85) @@ -250,6 +250,8 @@ padding-bottom: 25px; text-decoration: none; } + + /*layout of adding a topic button */ a.button-add-item { background: url('../images/css/btn_add_off.gif') no-repeat 0px 20px; @@ -587,9 +589,10 @@ } #login-left-col h2 { -margin:0px; +margin:30px 0px 0px 3px; padding:0px; - +font-weight:100; +font-size:1.5em; } #login-left-col h3 { @@ -615,12 +618,12 @@ float:left; margin-left:47px; background: url('../images/css/lams_login_bar.jpg') no-repeat 0 0; -margin-top:10px; +margin-top:5px; height:450px; } #login-right-col h2 { -margin-top:45px; +margin-top:22px; margin-left:20px; color:#239CF7; } @@ -636,6 +639,15 @@ text-align:right; margin-bottom:15px; } + +#login-right-col p.version { +color:#47bc23; +margin-top:5px; +margin-right:20px; +margin-bottom:0px; +text-align:right; +font-size:1.2em; +} #login-right-col a.button { background:url('../images/css/btn_off.gif') no-repeat 0px 20px; color:#333; @@ -656,6 +668,20 @@ padding-bottom:25px; text-decoration:none;} +#login-page #footer { /*layout of the footer - the bottom of the box */ + width: 707px; + height: 14px; + background: url('../images/css/footer_bg.jpg') no-repeat top; +} + +#login-page #footer p{ + padding:20px 0px 0px 10px; + text-align:center; + font-family: verdana, arial, helvetica, sans-serif; + font-size:.9em; + color:#999; +} + .clear { clear:both } Index: lams_central/web/css/ie-styles.css =================================================================== diff -u -rcdf7d426dc2e0dfa92262025d90977a5d722b077 -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 --- lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision cdf7d426dc2e0dfa92262025d90977a5d722b077) +++ lams_central/web/css/ie-styles.css (.../ie-styles.css) (revision 01a8b320b1dd9f0db446469cf34a7a03aac58d85) @@ -3,4 +3,4 @@ #header { /*layout of the header */ width:707px; height:64px; - background:url(../images/css/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 Index: lams_central/web/images/css/lams_login_bar.jpg =================================================================== diff -u -r366592936fdcac8411c14a8d2525f537433b06e6 -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 Binary files differ Index: lams_central/web/images/css/lams_news.gif =================================================================== diff -u -r366592936fdcac8411c14a8d2525f537433b06e6 -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 Binary files differ Index: lams_central/web/login.jsp =================================================================== diff -u -r146c288a32b326ec2fdb97e80935bc4516ba7ea8 -r01a8b320b1dd9f0db446469cf34a7a03aac58d85 --- lams_central/web/login.jsp (.../login.jsp) (revision 146c288a32b326ec2fdb97e80935bc4516ba7ea8) +++ lams_central/web/login.jsp (.../login.jsp) (revision 01a8b320b1dd9f0db446469cf34a7a03aac58d85) @@ -29,16 +29,7 @@ - - +