user_preferences.css 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. hr:first-of-type {
  2. margin-bottom: 30px;
  3. }
  4. .disabled {
  5. color: #9e9e9e;
  6. }
  7. #maxDateType {
  8. display: inline;
  9. }
  10. #maxDateContainer {
  11. margin-top: -8px;
  12. }
  13. #maxDateContainer .ui-icon {
  14. margin-top: 4px !important;
  15. }
  16. #saveMaxDateButton {
  17. display: inline-block;
  18. max-width: 80px;
  19. margin-left: 20px;
  20. }
  21. #shortenProgress {
  22. display: inline-block;
  23. height: 25px;
  24. margin-left: 20px;
  25. border-bottom-width: 0px;
  26. border-bottom-style: solid;
  27. border-bottom-color: #E3E3E3;
  28. }
  29. #shortenProgress img {
  30. height: 30px;
  31. vertical-align: middle;
  32. }
  33. #shortenProgress span {
  34. display: inline-block;
  35. font-weight: bold;
  36. font-size: 95%;
  37. }
  38. span.ui-icon {
  39. float: left;
  40. margin-right: 12px;
  41. margin-top: 2px;
  42. }
  43. .ui-buttonset .ui-button {
  44. height: 22px !important;
  45. margin-right: -.5em !important;
  46. }
  47. .ui-button.ui-widget {
  48. height: 22px !important;
  49. }
  50. .ui-button-text {
  51. margin-top: -3px !important;
  52. }
  53. .ui-state-active {
  54. font-weight: bold;
  55. }
  56. .benefit-unmatched {
  57. color: #999;
  58. text-decoration: line-through;
  59. }
  60. .table {
  61. width: auto !important;
  62. margin: -7px 0 15px 30px;
  63. }
  64. .table_row div {
  65. height: 1.3em;
  66. }
  67. .table_data:hover {
  68. background-color: #F7F7F7;
  69. }