You are here

uc_addresses.css in Ubercart Addresses 6

Ubercart Addresses stylesheet

File

uc_addresses.css
View source
  1. /**
  2. * @file
  3. * Ubercart Addresses stylesheet
  4. */
  5. .solid-border {
  6. border: solid 1px #bbb;
  7. padding: 5px;
  8. }
  9. .solid-border td {
  10. padding: 5px;
  11. }
  12. .show-onload {
  13. display: none;
  14. }
  15. .display-none {
  16. display: none;
  17. }
  18. .list_address{
  19. width:20em;
  20. }
  21. .address-review-table {
  22. width: auto;
  23. margin: auto;
  24. border: solid 1px #999;
  25. font-size: .9em;
  26. line-height: 1.4em;
  27. }
  28. .address-review-table td {
  29. padding-top: 0.1em;
  30. padding-bottom: 0.2em;
  31. }
  32. .address-review-table .pane-title-row {
  33. padding: .5em 1em 0 1em;
  34. }
  35. .pane-title-row td{
  36. padding-left:1em;
  37. font-weight: bold;
  38. border: solid 1px #999;
  39. background-color: #CCCCCC;
  40. }
  41. .pane-title-row td a{
  42. font-weight: normal;
  43. }
  44. .pane-data-row td {
  45. vertical-align: top;
  46. }
  47. .address-review-table .title-col {
  48. text-align: right;
  49. font-weight: bold;
  50. padding-left: 1em;
  51. white-space: nowrap;
  52. }
  53. .address-review-table .data-col {
  54. padding-right: .5em;
  55. padding-left: .5em;
  56. line-height: 1em;
  57. }
  58. .address-review-table .row-border-top {
  59. border-top: solid 1px #999;
  60. }
  61. .address-review-table .row-border-bottom {
  62. border-bottom: solid 1px #999;
  63. }
  64. .address-review-table .review-button-row {
  65. text-align: right;
  66. background-color: #ddd;
  67. border: solid 1px #999;
  68. }
  69. .address-review-table .review-button-row form {
  70. display: inline;
  71. }
  72. .addresses-default-address td {
  73. font-weight: bold;
  74. font-size: 110%;
  75. }
  76. td.addresses-default-address-label {
  77. font-size: 120%;
  78. color: #999;
  79. }
  80. /**
  81. * CSS rules for the default address panes.
  82. */
  83. .address-pane-table tbody {
  84. border-top: 0px;
  85. }
  86. .address-pane-table table td {
  87. padding: 2px;
  88. }
  89. .field-label {
  90. text-align: right;
  91. font-weight: bold;
  92. }
  93. .address-pane-table {
  94. margin-left: auto;
  95. margin-right: auto;
  96. }
  97. .address-pane-table .form-item {
  98. display: inline;
  99. }