Forked mumble-django project from https://bitbucket.org/Svedrin/mumble-django
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
424 B
31 lines
424 B
|
|
form input, form textarea {
|
|
background-color: lightgrey;
|
|
border: 1px solid darkgrey;
|
|
margin: 5px 0;
|
|
min-width: 330px;
|
|
padding: 2px;
|
|
padding-left: 3px;
|
|
}
|
|
|
|
form input[type=submit] {
|
|
margin-left: 30px;
|
|
padding: 5px;
|
|
min-width: 150px;
|
|
}
|
|
|
|
div.profile ul {
|
|
list-style-type: disc;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
h2.profile {
|
|
margin-bottom: 10px;
|
|
font-size: 16pt;
|
|
}
|
|
|
|
div.profile h4 {
|
|
margin-bottom: 8px;
|
|
font-size: 12pt;
|
|
}
|
|
|