style.css 848 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. /*html, body {
  2. background-color: #f5f5f5;
  3. height: 100%;
  4. }
  5. body > .container {
  6. background-color: #FFFFFF;
  7. height: 100%;
  8. }
  9. .row {
  10. margin-top: 5px;
  11. }
  12. .logo {
  13. max-height: 42px;
  14. }
  15. .pleaselogin {
  16. padding-top: 25%;
  17. }
  18. .signinbox {
  19. max-width: 25%;
  20. padding-top: 15%;
  21. }
  22. .form-signin input[type="text"] {
  23. border-bottom-right-radius: 0;
  24. border-bottom-left-radius: 0;
  25. }
  26. .form-signin input[type="password"] {
  27. margin-bottom: 10px;
  28. border-top-left-radius: 0;
  29. border-top-right-radius: 0;
  30. }
  31. table tr > td:last-of-type {
  32. text-align: right;
  33. width: 50%;
  34. }*/
  35. .navbar-label-header {
  36. font-weight: 600;
  37. }
  38. table td {
  39. vertical-align: middle !important;
  40. }
  41. #protocol.editable-element-select-protocol {
  42. text-transform: uppercase;
  43. }
  44. /*.footer {
  45. position: absolute;
  46. bottom: 0;
  47. left: 0;
  48. width: 100%;
  49. height: 60px;
  50. background-color: #f5f5f5;
  51. }*/