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.

82 lines
1.2 KiB

9 years ago
8 years ago
  1. #update-timeout-modal .modal-body {
  2. padding-top: 40px;
  3. }
  4. .update-timeout-info {
  5. line-height: 22px;
  6. }
  7. .update-timeout-label {
  8. position: relative;
  9. right: 3px;
  10. display: inline-block;
  11. text-align: right;
  12. width: 100px;
  13. }
  14. .update-timeout-value {
  15. font-size: 22px;
  16. display: inline-block;
  17. width: 100px;
  18. text-align: left;
  19. white-space: nowrap;
  20. }
  21. #period-slider {
  22. margin: 20px 50px 80px 50px;
  23. }
  24. #period-slider.noUi-connect {
  25. background: #22bc66;
  26. }
  27. #grace-slider {
  28. margin: 20px 50px 110px 50px;
  29. }
  30. #grace-slider.noUi-connect {
  31. background: #f0ad4e;
  32. }
  33. #period-slider .noUi-value, #grace-slider .noUi-value {
  34. width: 60px;
  35. margin-left: -30px;
  36. }
  37. .update-timeout-terms {
  38. color: #999;
  39. }
  40. .update-timeout-terms p {
  41. margin: 0;
  42. }
  43. .update-timeout-terms span {
  44. font-weight: bold;
  45. }
  46. .label-tag {
  47. background-color: #eee;
  48. color: #555;
  49. font-style: normal;
  50. }
  51. #show-usage-modal .modal-dialog {
  52. width: 1100px;
  53. }
  54. #show-usage-modal .modal-body {
  55. padding: 0;
  56. }
  57. #show-usage-modal pre {
  58. margin: 0;
  59. padding: 15px;
  60. }
  61. #show-usage-modal .highlight:nth-child(n+2) {
  62. border-top: 1px solid #ddd;
  63. }