You are here

commerce-backoffice-order.css in Commerce Backoffice 7

.megarow-title {
  display: none;
}

.content-left {
  float: left;
  width: 63%;
}
.content-left > div {
  float: left;
  width: 100%;
}
.content-left .field-name-commerce-order-total .field-items table {
  width: 100%;
}
.content-right {
  float: right;
  width: 33%;
}
.content-right > div.field {
  border: 1px solid #BEBFB9;
  margin-bottom: 15px;
}

.content-right .field-label, .commerce-backoffice-order-status-label {
  line-height: 20px;
  background-color: #E1E2DC;
  padding: 3px 10px;
  border-bottom: 1px solid #BEBFB9;
  font-weight: normal !important;
}
.content-right .field-items {
  padding: 3px 10px;
}

.commerce-backoffice-order-status-form .messages {
  margin-top: 0;
}
.commerce-backoffice-order-status-form form {
  padding: 3px 10px;
}
.commerce-backoffice-order-status-form form .form-submit {
  margin-top: 15px;
}
.commerce-backoffice-order-status-form .form-item {
  margin-bottom: 0;
}

.field-name-commerce-order-total {
  float: right !important;
  width: 220px !important;
  line-height: 30px;
}
.field-name-commerce-order-total .field-label {
  display: block;
  float: left;
}
.field-name-commerce-order-total .field-items {
  float: right;
}

.view-commerce-message-messages h2 {
  font-size: 1em;
}
.page-admin-commerce .vbo-views-form .views-field-operations-dropbutton .quick-edit {
  padding-right: 10px;
  position: relative;
}
.page-admin-commerce .vbo-views-form .views-field-operations-dropbutton .quick-edit .ajax-progress-throbber {
  position: absolute;
  top: 0;
  right: 0;
}

File

theme/commerce-backoffice-order.css
View source
  1. .megarow-title {
  2. display: none;
  3. }
  4. .content-left {
  5. float: left;
  6. width: 63%;
  7. }
  8. .content-left > div {
  9. float: left;
  10. width: 100%;
  11. }
  12. .content-left .field-name-commerce-order-total .field-items table {
  13. width: 100%;
  14. }
  15. .content-right {
  16. float: right;
  17. width: 33%;
  18. }
  19. .content-right > div.field {
  20. border: 1px solid #BEBFB9;
  21. margin-bottom: 15px;
  22. }
  23. .content-right .field-label, .commerce-backoffice-order-status-label {
  24. line-height: 20px;
  25. background-color: #E1E2DC;
  26. padding: 3px 10px;
  27. border-bottom: 1px solid #BEBFB9;
  28. font-weight: normal !important;
  29. }
  30. .content-right .field-items {
  31. padding: 3px 10px;
  32. }
  33. .commerce-backoffice-order-status-form .messages {
  34. margin-top: 0;
  35. }
  36. .commerce-backoffice-order-status-form form {
  37. padding: 3px 10px;
  38. }
  39. .commerce-backoffice-order-status-form form .form-submit {
  40. margin-top: 15px;
  41. }
  42. .commerce-backoffice-order-status-form .form-item {
  43. margin-bottom: 0;
  44. }
  45. .field-name-commerce-order-total {
  46. float: right !important;
  47. width: 220px !important;
  48. line-height: 30px;
  49. }
  50. .field-name-commerce-order-total .field-label {
  51. display: block;
  52. float: left;
  53. }
  54. .field-name-commerce-order-total .field-items {
  55. float: right;
  56. }
  57. .view-commerce-message-messages h2 {
  58. font-size: 1em;
  59. }
  60. .page-admin-commerce .vbo-views-form .views-field-operations-dropbutton .quick-edit {
  61. padding-right: 10px;
  62. position: relative;
  63. }
  64. .page-admin-commerce .vbo-views-form .views-field-operations-dropbutton .quick-edit .ajax-progress-throbber {
  65. position: absolute;
  66. top: 0;
  67. right: 0;
  68. }