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

  1. form input, form textarea {
  2. background-color: lightgrey;
  3. border: 1px solid darkgrey;
  4. margin: 5px 0;
  5. min-width: 330px;
  6. padding: 2px;
  7. padding-left: 3px;
  8. }
  9. form input[type=submit] {
  10. margin-left: 30px;
  11. padding: 5px;
  12. min-width: 150px;
  13. }
  14. div.profile ul {
  15. list-style-type: disc;
  16. padding-left: 20px;
  17. }
  18. h2.profile {
  19. margin-bottom: 10px;
  20. font-size: 16pt;
  21. }
  22. div.profile h4 {
  23. margin-bottom: 8px;
  24. font-size: 12pt;
  25. }