Improve styling of contributor terms.
This commit is contained in:
parent
9cff6985ff
commit
917ed5a7fd
2 changed files with 44 additions and 22 deletions
|
@ -540,6 +540,24 @@ hr {
|
|||
color: gray;
|
||||
}
|
||||
|
||||
/* Rules for the account confirmation page */
|
||||
|
||||
div#contributorTerms {
|
||||
border: 1px solid black;
|
||||
padding: 4px;
|
||||
overflow: auto;
|
||||
width: 80%;
|
||||
height: 60%;
|
||||
}
|
||||
|
||||
div#contributorTerms p {
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
div#contributorTerms ol {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
/* Rules for the account settings page */
|
||||
|
||||
#accountForm td {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue