page login

rectification css
This commit is contained in:
Nicolas Michard
2008-02-16 15:16:07 +00:00
parent f31e946d2d
commit de2991b335
7 changed files with 133 additions and 29 deletions

View File

@@ -202,10 +202,79 @@ textarea {
color: #333;
}
/* @group Account Login */
.newuser {
background: url(../images/user_card_add.png) no-repeat left top;
height: 48px;
}
.existingaccount {
background: url(../images/user_card_locked.png) no-repeat left top;
height: 48px;
}
div .titleLogin{
color: #847d6e;
margin-left: 60px;
margin-top: 10px;
font-weight: bold;
}
p.content_login {
color: #847d7d;
margin-bottom: 15px;
}
a.register_link {
text-decoration: none;
padding-right: 50px;
background: url(../images/button_follow_32x32.png) no-repeat right top;
padding-top: 10px;
padding-bottom: 10px;
color: #008281;
font-weight: bold;
}
a.register_link:hover {
color: #003e82;
}
a.submit_link{
text-decoration: none;
padding-right: 50px;
background: url(../images/button_follow_32x32.png) no-repeat right top;
padding-top: 10px;
padding-bottom: 10px;
color: #008281;
font-weight: bold;
}
a.submit_link:hover{
color: #003e82;
}
a.forgot_pwd {
text-decoration: none;
font-size: smaller;
color: #008281;
}
a.forgot_pwd:hover {
color: #003e82;
}
table.content_table {
color: #847d7d;
margin-left: 10px;
width: 300px;
}
/* @end */
/* @group mainmenu */
#main #mainmenu {
width: 150px;
float: left;
}
@@ -274,7 +343,7 @@ textarea {
#maincontent > * {
margin-top: 10px;
margin-right: 10px;
margin-right: 20px;
}
#main #maincontent h4.title {