bug submit form user registration
bug cache password jstl fn: ajoute mise en forme user registration + message ok/maj retablissement de l'ancien acegicontext.xml
This commit is contained in:
@@ -23,6 +23,14 @@ body {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #8d0000;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover{
|
||||
color: #ea984b;
|
||||
}
|
||||
|
||||
.login_error {
|
||||
color: #ff0000;
|
||||
font-size: 10px;
|
||||
@@ -203,7 +211,7 @@ form > table > thead th {
|
||||
}
|
||||
|
||||
#maincontent {
|
||||
color: #333;
|
||||
color: #847d7d;
|
||||
}
|
||||
|
||||
|
||||
@@ -276,6 +284,7 @@ table.content_table {
|
||||
|
||||
/* @end */
|
||||
|
||||
|
||||
/* @group mainmenu */
|
||||
|
||||
#main #mainmenu {
|
||||
@@ -361,6 +370,80 @@ table.content_table {
|
||||
|
||||
/* @end */
|
||||
|
||||
/* @group account data form */
|
||||
#account_data p.legend {
|
||||
font-weight:bold;
|
||||
margin:10px 0px 3px 0px;
|
||||
}
|
||||
#account_data fieldset {
|
||||
background-color: #fff8e1;
|
||||
border: 1px solid #ffe7b3;
|
||||
margin-right: 0px;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 5px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
#account_data fieldset span.info {
|
||||
float:right;
|
||||
position:relative;
|
||||
margin:-16px -10px 0px 0px;
|
||||
font-size:11px;
|
||||
}
|
||||
#account_data fieldset div {
|
||||
line-height:25px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#account_data fieldset div div{
|
||||
line-height:25px;
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
#account_data fieldset div label {
|
||||
display:block;
|
||||
float:left;
|
||||
width:195px;
|
||||
}
|
||||
#account_data fieldset div input {
|
||||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
color:#847d6e;
|
||||
font-size:11px;
|
||||
width:130px;
|
||||
}
|
||||
|
||||
#account_data input:focus {
|
||||
background-color: #fefed7;
|
||||
}
|
||||
|
||||
#account_data fieldset div span {
|
||||
color: #f00;
|
||||
}
|
||||
|
||||
a.back_link {
|
||||
text-decoration: none;
|
||||
padding-left: 50px;
|
||||
background: url(../images/button_back_32x32.gif) no-repeat left top;
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
color: #008281;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
a.back_link:hover{
|
||||
color: #003e82;
|
||||
}
|
||||
|
||||
div.user_new {
|
||||
color: #847d6e;
|
||||
font-weight: bold;
|
||||
background: url(../images/user_new.png) no-repeat left top;
|
||||
padding-left: 60px;
|
||||
height: 40px;
|
||||
padding-top: 15px;
|
||||
}
|
||||
/* @end */
|
||||
|
||||
/* @group globalfooter */
|
||||
|
||||
#globalfooter {
|
||||
|
||||
Reference in New Issue
Block a user