You are here

uc_addresses.css in Ubercart Addresses 5

/* These classes should really be universal... pretty standard stuff. */

.solid-border {
  border: solid 1px #bbb;
  padding: 5px;
}

.solid-border td {
  padding: 5px;
}

.show-onload {
  display: none;
}

.display-none {
  display: none;
}

.list_address{
width:20em;
}
.address-review-table {
  width: auto;
  margin: auto;
  border: solid 1px #999;
  font-size: .9em;
  line-height: 1.4em;
}

.address-review-table td {
  padding-top: 0.1em;
  padding-bottom: 0.2em;
}

.address-review-table .pane-title-row {
  padding: .5em 1em 0 1em;
}

.pane-title-row td{
  padding-left:1em;
  font-weight: bold;
  border: solid 1px #999;
  background-color: #CCCCCC;
}

.pane-title-row td a{
  font-weight: normal;
}

.pane-data-row td { vertical-align: top }

.address-review-table .title-col {
  text-align: right;
  font-weight: bold;
  padding-left: 1em;
  white-space: nowrap;
}

.address-review-table .data-col {
  padding-right: .5em;
  padding-left: .5em;
  line-height: 1em;
}

.address-review-table .row-border-top {
  border-top: solid 1px #999;
}

.address-review-table .row-border-bottom {
  border-bottom: solid 1px #999;
}

.address-review-table .review-button-row {
  text-align: right;
  background-color: #ddd;
  border: solid 1px #999;
}

.address-review-table .review-button-row form {
  display: inline;
}

.addresses-default-address td { font-weight: bold; font-size: 110% }
td.addresses-default-address-label { font-size: 120%; color: #999 }

/**
 * CSS rules for the default address panes.
 */

.address-pane-table tbody {
  border-top: 0px;
}

.address-pane-table table td {
  padding: 2px;
}

.field-label {
  text-align: right;
  font-weight: bold;
}

.address-pane-table {
  margin-left: auto;
  margin-right: auto;
}

.address-pane-table .form-item {
  display: inline;
}

File

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