Amelioration CSS
Prise en compte des conferenceCreationToken lors de la creation de conference. Corrections de forgotPassword
This commit is contained in:
@@ -33,11 +33,35 @@ form {
|
||||
}
|
||||
|
||||
.formHelp {
|
||||
min-height: 30px;
|
||||
padding: 5px;
|
||||
padding-left: 35px;
|
||||
border: thin solid #94ff90;
|
||||
background: #dfffe4 url(../images/formHelpSymbol.png) no-repeat 2px 5px;
|
||||
}
|
||||
|
||||
.formOk {
|
||||
min-height: 30px;
|
||||
background-image: url(../images/formOkSymbol.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 5px;
|
||||
padding: 5px;
|
||||
padding-left: 35px;
|
||||
border: thin solid #94ff90;
|
||||
background-color: #dfffe4;
|
||||
}
|
||||
|
||||
.errorBox {
|
||||
min-height: 30px;
|
||||
background-image: url(../images/errorSymbol.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: 2px 5px;
|
||||
padding: 5px;
|
||||
padding-left: 35px;
|
||||
border: thin solid rgb(255,0,12);
|
||||
background-color: rgb(255,188,182);
|
||||
}
|
||||
|
||||
.formError{
|
||||
color: #ff0000;
|
||||
}
|
||||
@@ -229,6 +253,7 @@ form {
|
||||
}
|
||||
|
||||
#maincontent > * {
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user