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.

59 lines
811 B

  1. html {
  2. position: relative;
  3. min-height: 100%;
  4. }
  5. body {
  6. /* Margin bottom by footer height */
  7. margin-bottom: 60px;
  8. }
  9. .footer {
  10. position: absolute;
  11. bottom: 0;
  12. width: 100%;
  13. /* Set the fixed height of the footer here */
  14. height: 60px;
  15. line-height: 60px;
  16. color: #AAA;
  17. text-align: center;
  18. }
  19. .navbar-nav {
  20. text-transform: uppercase;
  21. font-size: small;
  22. }
  23. .navbar-text {
  24. font-size: small;
  25. }
  26. .glyphicon.up, .glyphicon.new, .glyphicon.grace, .glyphicon.down {
  27. font-size: 22px;
  28. }
  29. .glyphicon.up {
  30. color: #5cb85c;
  31. }
  32. .glyphicon.new {
  33. color: #AAA;
  34. }
  35. .glyphicon.grace {
  36. color: #f0ad4e;
  37. }
  38. .glyphicon.down {
  39. color: #d9534f;
  40. }
  41. #login_dialog {
  42. background: #FFF;
  43. padding: 2em;
  44. margin-top: 100px;
  45. }
  46. #login_dialog h1 {
  47. margin: 0;
  48. }