Skip to content
Snippets Groups Projects

Security accounts

Merged Flavio TARSETTI requested to merge security_accounts into master
7 files
+ 306
0
Compare changes
  • Side-by-side
  • Inline
Files
7
/****************** ACCOUNT DIALOG ******************************/
div.renew_account .progress
{
margin: 40px auto;
}
div.renew_account #infos
{
text-align: center;
display: block;
margin-top: 10px;
margin-bottom: 10px;
color: #777777;
}
div.renew_account span.label
{
display: inline-block;
width: 15%;
color: black;
font-size: 1em;
}
div.renew_account input#prefix,
div.renew_account input#suffix
{
display: inline-block;
width: 79%;
}
div.renew_account input#suffix
{
margin-top: 10px;
}
div.renew_account span.documentation
{
color: #AAAAAA;
font-size: 0.8em;
}
Loading