woocommerce/assets/css/admin.less

1059 lines
20 KiB
Plaintext
Raw Normal View History

2011-08-15 16:48:24 +00:00
#icon-woocommerce, .woocommerce_icon, .icon32-posts-product, .icon32-posts-shop_order, .icon32-posts-shop_coupon, .icon32-posts-product_variation {
2011-08-10 17:11:11 +00:00
background-image: url(../images/icons/woocommerce-icons.png) !important;
2011-08-10 17:19:06 +00:00
background-position: -11px -6px;
2011-08-09 15:16:18 +00:00
}
.icon32-posts-product {
2011-08-10 17:19:06 +00:00
background-position: -185px -6px !important;
2011-08-09 15:16:18 +00:00
}
.icon32-posts-product {
2011-08-10 17:19:06 +00:00
background-position: -69px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:19:06 +00:00
.icon32-posts-shop_order {
background-position: -127px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.icon32-attributes {
2011-08-10 17:19:06 +00:00
background-position: -185px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.icon32-woocommerce-settings {
2011-08-10 17:19:06 +00:00
background-position: -359px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-15 16:48:24 +00:00
.icon32-posts-shop_coupon {
background-position: -475px -6px !important;
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.icon32-posts-product_variation {
background-position: -533px -6px !important;
}
2011-09-16 17:39:37 +00:00
.icon32-woocommerce-reports {
background-position: -591px -6px !important;
}
2011-08-09 15:16:18 +00:00
.wrap.woocommerce div.updated {
margin-top: 10px;
}
2011-08-09 15:16:18 +00:00
/* Orders */
.order_actions {
color: #999;
font-size: 11px;
li {
border-top: 1px solid #fff;
border-bottom: 1px solid #ddd;
padding: 6px;
margin: 0;
line-height: 1.6em;
}
}
2011-08-10 17:11:11 +00:00
#woocommerce-order-items {
2011-08-09 15:16:18 +00:00
.inside {
margin: 0;
padding: 0;
background: #fefefe;
}
.buttons {
float: left;
padding-left: 6px;
vertical-align: top;
.item_id {
width: 300px;
vertical-align: top;
}
button {
margin: 2px 0 0 0;
}
}
.buttons-alt {
float: right;
padding-right: 6px;
}
h3 small {
color: #999;
}
}
dl.totals {
margin: 6px 6px 0;
float: left;
dt {
float: left;
width: 100%;
font-size: 1.2em;
font-weight: bold;
line-height: 2em;
2011-10-13 12:25:24 +00:00
margin: 0;
padding: 0;
2011-08-09 15:16:18 +00:00
}
dd {
line-height: 2em;
font-size: 1.2em;
float: left;
width: 100%;
2011-10-13 12:25:24 +00:00
margin: 0;
padding: 0;
2011-08-09 15:16:18 +00:00
input {
width: 100%;
vertical-align: middle;
float: left;
font-size: 1em;
margin: 0 !important;
}
input.first {
width: 49%;
float: left;
}
input.last {
width: 49%;
float: right;
}
}
}
2011-08-10 17:11:11 +00:00
.woocommerce_order_items_wrapper {
2011-08-09 15:16:18 +00:00
margin: 0;
2011-08-10 17:11:11 +00:00
table.woocommerce_order_items {
2011-08-09 15:16:18 +00:00
width: 100%;
background: #fff;
thead th {
background: #ECECEC;
2011-08-20 15:41:42 +00:00
padding: 8px 8px;
2011-08-09 15:16:18 +00:00
font-size: 11px;
text-align: left;
}
td {
2011-08-20 15:41:42 +00:00
padding: 8px 8px;
2011-08-09 15:16:18 +00:00
text-align: left;
2011-08-19 20:11:04 +00:00
line-height: 26px;
vertical-align: top;
2011-08-09 15:16:18 +00:00
border-bottom: 1px dotted #ececec;
input, textarea {
width: 100%;
}
select {
width: 50%;
}
input, textarea {
font-size: 14px;
padding: 4px;
color: #555;
}
}
.name {
min-width: 100px;
}
2011-08-20 15:41:42 +00:00
.center, .variation-id, .product-id {
2011-08-09 15:16:18 +00:00
text-align: center;
}
2011-08-20 15:41:42 +00:00
.quantity, .cost, .tax {
width: 60px;
}
2011-08-09 15:16:18 +00:00
table.meta {
2011-08-20 15:41:42 +00:00
width: 100%;
2011-08-09 15:16:18 +00:00
tr {
td {
padding: 1px 4px 1px 0;
border: 0;
2011-08-20 15:41:42 +00:00
input {
width: 150px;
}
2011-08-09 15:16:18 +00:00
}
}
}
}
}
2011-08-10 17:11:11 +00:00
.woocommerce-order-panel {
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
.panel {
padding: 0 9px;
}
.column {
width: 47%;
}
.first {
float: left;
}
.last {
float: right;
}
.panel p {
overflow: hidden;
zoom: 1;
margin: 0 !important;
font-size: 12px;
padding: 7px 0;
line-height: 24px;
}
label {
float: left;
width: 30%;
padding: 0;
.req {
font-weight: bold;
font-style: normal;
color: red;
}
}
.description {
padding: 0;
margin: 0 0 0 7px;
}
.description-block {
margin-left: 0;
display: block;
}
textarea, input, select {
margin: 0;
}
textarea {
width: 65% !important;
float: left;
}
input {
width: 65%;
float: left;
}
}
.widefat {
2011-08-09 15:16:18 +00:00
.column-order_title {
time {
2011-08-20 15:41:42 +00:00
display: block;
2011-08-09 15:16:18 +00:00
color:#999;
2011-08-20 15:41:42 +00:00
margin: 3px 0;
2011-08-09 15:16:18 +00:00
}
}
2011-08-20 15:41:42 +00:00
small.meta {
display: block;
color:#999;
font-size: inherit;
margin: 3px 0;
}
2011-09-19 14:00:32 +00:00
.column-total_cost, .column-order_date {
2011-08-20 15:41:42 +00:00
width:150px !important;
2011-08-09 15:16:18 +00:00
}
.column-order_status {
2011-09-22 20:29:54 +00:00
width:90px;
2011-08-09 15:16:18 +00:00
text-align: center;
mark {
2011-09-22 20:29:54 +00:00
display:block;
text-align: center;
white-space: nowrap;
padding: 0 2px;
2011-08-09 15:16:18 +00:00
background: #fff;
2011-09-22 20:29:54 +00:00
border: 1px solid #fff;
-webkit-box-shadow:inset 0 0 2px 1px rgba(255,255,255,0.5);
-webkit-border-radius:4px;
-moz-border-radius:4px;
-o-border-radius:4px;
border-radius:4px;
margin: 0;
2011-08-09 15:16:18 +00:00
font-size:9px;
text-transform: uppercase;
color:#fff;
font-weight: bold;
2011-09-22 20:29:54 +00:00
text-shadow:0 1px 0 rgba(0,0,0,0.3);
2011-08-09 15:16:18 +00:00
}
mark.pending {
2011-09-22 20:29:54 +00:00
background-color: #999;
border-color: #999;
2011-08-09 15:16:18 +00:00
}
mark.completed {
2011-09-22 20:29:54 +00:00
background-color: #a0658b;
border-color: #a0658b;
}
mark.on-hold {
background-color: #E66F00;
border-color: #E66F00;
2011-08-09 15:16:18 +00:00
}
2011-09-22 20:29:54 +00:00
mark.failed {
background-color: red;
border-color: red;
2011-08-09 15:16:18 +00:00
}
mark.cancelled {
2011-09-22 20:29:54 +00:00
background-color: #ccc;
border-color: #ccc;
2011-08-09 15:16:18 +00:00
}
mark.processing {
2011-09-22 20:29:54 +00:00
background-color: #2184c2;
border-color: #2184c2;
2011-08-09 15:16:18 +00:00
}
mark.refunded {
2011-09-22 20:29:54 +00:00
background-color: #ccc;
border-color: #ccc;
2011-08-09 15:16:18 +00:00
}
}
}
ul.subsubsub {
li.pending {
a {
color:#E66F00;
}
}
li.completed {
a {
color:green;
}
}
li.onhold {
a {
color:red;
}
}
li.cancelled {
a {
color:#dfdfdf;
}
}
li.refunded {
a {
color:#ccc;
}
}
}
/* Order notes */
ul.order_notes {
padding: 2px 0 0 0;
li {
.note_content {
padding: 10px;
background: #efefef;
position: relative;
}
p.meta {
padding: 10px;
color: #999;
font-size: 11px;
}
a.delete_note {
color: red
}
.note_content:after {
content: "";
display: block;
position: absolute;
bottom: -15px;
left: 30px;
width: 0;
height: 0;
border-width: 15px 15px 0 0;
border-style: solid;
border-color: #efefef transparent;
}
}
li.customer-note {
.note_content {
background: #d7cad2;
}
.note_content:after {
border-color: #d7cad2 transparent;
}
}
}
.add_note {
border-top: 1px solid #ddd;
padding: 10px;
h4 {
margin-top: 5px !important;
}
input#add_order_note {
width: 50%;
}
}
2011-08-09 15:16:18 +00:00
/* Product list */
table.wp-list-table {
.column-thumb {
width: 66px;
text-align: center;
white-space: nowrap
}
.column-sku, .column-product_type, .column-product_cat, .column-product_tags, .column-is_in_stock, .column-price, .column-product_date, .column-featured {
width: 9%;
}
img {
margin: 1px 2px;
}
.column-thumb img {
padding: 2px;
margin: 0;
border: 1px solid #dfdfdf;
vertical-align: middle;
width: 42px;
height: 42px;
}
span.na {
color: #999;
}
.column-featured, .column-is_in_stock {
text-align: left !important;
}
2011-08-09 15:16:18 +00:00
}
/* Dashboard */
2011-10-09 13:23:20 +00:00
ul.woocommerce_stats {
overflow: hidden;
zoom: 1;
li {
width: 22%;
padding: 0 1.4%;
float: left;
font-size: 0.8em;
border-left: 1px solid #fff;
border-right: 1px solid #ececec;
text-align: center;
}
li:first-child {
border-left: 0;
}
li:last-child {
border-right: 0;
}
strong {
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
font-size: 4em;
line-height: 1.2em;
font-weight: normal;
text-align: center;
display:block;
}
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now p.woocommerce_sub {
position: static;
top: auto;
left: auto;
margin: 15px 5px 0;
padding: 0 0 5px 0;
border-bottom: #ECECEC 1px solid;
}
#dashboard_right_now .onhold {
color: red;
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now .pending {
color: #e66f00;
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#dashboard_right_now .complete {
color: green;
2011-08-09 15:16:18 +00:00
}
#dashboard_right_now .t, #dashboard_right_now .t a {
white-space: normal;
}
2011-08-09 15:16:18 +00:00
2011-08-19 14:48:41 +00:00
#woocommmerce_dashboard_sales {
2011-08-09 15:16:18 +00:00
h3 a {
float: right;
margin-left: 8px;
}
}
2011-09-20 10:30:21 +00:00
ul.recent-orders, ul.stock_list {
2011-08-09 15:16:18 +00:00
li {
overflow: hidden;
zoom: 1;
border-bottom: #ECECEC 1px solid;
padding: 0 0 8px;
margin: 0 0 8px;
.order-status {
float: right;
}
small {
color: #999;
}
2011-09-16 23:07:40 +00:00
.order-cost, .order-customer {
2011-08-09 15:16:18 +00:00
margin-left: 8px;
}
.completed {
color: green;
}
.on-hold {
color: red;
}
.processing {
color: #21759B;
}
.pending {
color: #E66F00;
}
.refunded, .cancelled {
color: #999;
}
}
2011-09-20 10:30:21 +00:00
&.stock_list {
small {
float: right;
}
a {
text-decoration: none;
}
}
2011-08-09 15:16:18 +00:00
}
2011-08-19 14:48:41 +00:00
#woocommmerce_dashboard_recent_reviews {
2011-08-09 15:16:18 +00:00
li {
line-height: 1.5em;
margin-bottom: 12px;
}
h4.meta {
line-height: 1.4;
margin: -.2em 0 0 0;
font-weight: normal;
color: #999;
}
blockquote {
padding: 0;
margin: 0;
}
.avatar {
float: left;
margin: 0 10px 5px 0;
}
.star-rating {
float: right;
width: 50px;
height: 10px;
margin: 3px 0 0 0;
background: url(../images/admin-star.png) repeat-x left -10px;
2011-08-09 15:16:18 +00:00
span {
background: url(../images/admin-star.png) repeat-x left 0;
2011-08-09 15:16:18 +00:00
height: 0;
padding-top: 10px;
2011-08-09 15:16:18 +00:00
overflow: hidden;
float: left;
}
}
}
/* Settings */
.woocommerce table.shippingrows td, .woocommerce table.shippingrows th {
2011-08-09 15:16:18 +00:00
vertical-align: middle;
}
2011-08-13 16:07:10 +00:00
.woocommerce table.shippingrows td a.remove {
2011-08-09 15:16:18 +00:00
margin: 0 !important;
}
2011-08-24 16:23:04 +00:00
div.taxrows {
.taxrow {
padding-bottom: 8px;
select {
width: 125px;
}
input.text {
width: 60px;
}
label.checkbox {
line-height: 1.5em;
margin: 0 8px;
input {
margin: 0 4px 0 0;
}
}
2011-08-09 15:16:18 +00:00
}
}
2011-08-10 17:11:11 +00:00
.woocommerce table.widefat {
2011-08-09 15:16:18 +00:00
table.coupon_rows {
border: 0 !important;
width: 100%;
thead {
th {
padding: 1px;
border: 0;
font-weight: normal;
font-size: 11px;
color: #999;
}
}
tbody {
td {
padding: 3px 3px 0 0;
border: 0;
vertical-align: middle;
input.text {
width: 95px;
}
}
}
}
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table a.remove {
2011-08-09 15:16:18 +00:00
margin-left: 4px;
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table p {
2011-08-09 15:16:18 +00:00
margin: 0 0 4px !important;
overflow: hidden;
zoom: 1;
}
2011-08-10 17:11:11 +00:00
.woocommerce #tabs-wrap table p a.add {
2011-08-09 15:16:18 +00:00
float: left;
}
/* Write Panels */
2011-08-24 19:32:33 +00:00
#product_variation-parent #parent_id {
width: 100%;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs, .woocommerce ul.tabs {
2011-08-09 15:16:18 +00:00
background: #ececec;
padding: 7px 9px 0;
2011-10-15 11:16:56 +00:00
margin: 0;
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
line-height: 1em;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li, .woocommerce ul.tabs li {
2011-08-09 15:16:18 +00:00
float: left;
padding: 0;
margin: 0 5px 0 0;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li a, .woocommerce ul.tabs li a {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0;
border: 0;
border: 1px solid #d5d5d5;
border-bottom: 0;
float: left;
padding: 7px 9px;
background: #e1e1e1;
text-decoration: none;
color: #555;
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-webkit-border-top-left-radius: 3px;
-webkit-border-top-right-radius: 3px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-data ul.product_data_tabs li.active a, .woocommerce ul.tabs li.active a {
2011-08-11 22:39:02 +00:00
background: #f8f8f8;
2011-08-09 15:16:18 +00:00
border-color: #e1e1e1;
color: #333;
}
#woocommerce-product-data .inside, #woocommerce-product-type-options .inside, #woocommerce-order-data .inside, #woocommerce-product-type .inside {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel, .panel {
2011-08-09 15:16:18 +00:00
padding: 9px 9px 9px 9px;
color: #555;
}
.woocommerce_page_settings .woocommerce_options_panel, .panel, #woocommerce-product-type .woocommerce_options_panel {
2011-08-09 15:16:18 +00:00
padding: 0;
}
2011-08-10 17:11:11 +00:00
#woocommerce-product-type-options .panel, #woocommerce-product-specs .inside {
2011-08-09 15:16:18 +00:00
padding: 9px;
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel p, #woocommerce-product-type-options .panel p {
2011-08-09 15:16:18 +00:00
overflow: hidden;
zoom: 1;
margin: 0 0 9px;
font-size: 12px;
padding: 5px 9px;
2011-08-09 15:16:18 +00:00
line-height: 24px;
}
2011-10-15 11:16:56 +00:00
.woocommerce_options_panel p {
margin: 9px 0 9px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel label {
2011-08-09 15:16:18 +00:00
float: left;
width: 150px;
padding: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel label .req {
2011-08-09 15:16:18 +00:00
font-weight: bold;
font-style: normal;
color: red;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .description {
2011-08-09 15:16:18 +00:00
padding: 0;
margin: 0 0 0 7px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .description-block {
2011-08-09 15:16:18 +00:00
margin-left: 0;
display: block;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel textarea, .woocommerce_options_panel input, .woocommerce_options_panel select {
2011-08-09 15:16:18 +00:00
margin: 0;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel textarea {
2011-08-09 15:16:18 +00:00
width: 50% !important;
float: left;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel input {
2011-08-09 15:16:18 +00:00
width: 50%;
float: left;
}
.woocommerce_options_panel input.button {
width: auto;
margin-left: 8px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .checkbox, table.woocommerce_variable_attributes .checkbox {
2011-08-09 15:16:18 +00:00
vertical-align: middle;
margin: 7px 0;
2011-08-15 16:48:24 +00:00
width: auto;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel select {
2011-08-09 15:16:18 +00:00
float: left;
}
2011-08-10 17:11:11 +00:00
.woocommerce_options_panel .short {
2011-08-09 15:16:18 +00:00
width: 20%;
}
2011-10-08 11:57:04 +00:00
.woocommerce_options_panel .sized {
width: auto !important;
margin-right: 6px;
}
.woocommerce_options_panel .options_group {
border-top: 1px solid white;
border-bottom: 1px solid #DFDFDF;
}
2011-08-09 15:16:18 +00:00
2011-08-10 17:11:11 +00:00
#woocommerce_attributes {
2011-08-09 15:16:18 +00:00
padding: 12px;
}
2011-08-10 17:11:11 +00:00
.woocommerce_attributes_wrapper, .woocommerce_variable_attributes_wrapper {
2011-08-09 15:16:18 +00:00
margin-bottom: 7px;
border: 1px solid #ececec;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes, table.woocommerce_variable_attributes {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes thead th, table.woocommerce_variable_attributes thead th {
2011-08-09 15:16:18 +00:00
background: #ececec;
padding: 7px 9px;
font-size: 11px;
text-align: left;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td, table.woocommerce_variable_attributes td {
2011-08-09 15:16:18 +00:00
padding: 2px 9px;
text-align: left;
vertical-align: middle;
border-bottom: 1px dotted #ececec;
2011-09-19 14:32:53 +00:00
cursor: move;
2011-08-09 15:16:18 +00:00
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td input, table.woocommerce_variable_attributes td input, table.woocommerce_variable_attributes td textarea {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td select {
2011-08-09 15:16:18 +00:00
width: 100%;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td select.multiselect {
2011-08-09 15:16:18 +00:00
height: 8em !important;
}
2011-09-11 17:33:26 +00:00
table.woocommerce_attributes td .ui-multiselect-checkboxes input {
width: auto;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes td input, table.woocommerce_variable_attributes td input, table.woocommerce_variable_attributes td textarea {
2011-08-09 15:16:18 +00:00
font-size: 14px;
padding: 4px;
color: #555;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes .taxonomy td.name {
2011-08-09 15:16:18 +00:00
padding: 10px 15px;
font-size: 14px;
color: #555;
}
2011-09-11 17:33:26 +00:00
table.woocommerce_attributes .taxonomy td.values {
position: relative;
}
2011-08-10 17:11:11 +00:00
table.woocommerce_attributes .center {
2011-08-09 15:16:18 +00:00
text-align: center;
}
2011-08-20 21:03:31 +00:00
#woocommerce_attributes select.attribute_taxonomy, button.add_attribute, button.add_variable_attribute, button.add_variation, button.link_all_variations {
2011-08-09 15:16:18 +00:00
float: right;
}
#upsell_product_data, #crosssell_product_data {
padding: 0 9px 9px;
}
2011-08-09 15:16:18 +00:00
div.multi_select_products_wrapper {
float: left;
width: 49%;
padding: 0;
}
div.multi_select_products_wrapper-alt {
float: right;
2011-08-09 15:16:18 +00:00
}
.multi_select_products, div.multi_select_countries {
border: 1px solid #ececec;
height: 200px;
overflow: auto;
2011-08-13 13:57:48 +00:00
width: 100%;
2011-08-09 15:16:18 +00:00
float: left;
}
.multi_select_products {
background: #fff;
}
2011-09-19 14:57:17 +00:00
.multi_select_products.loading {
background: #fff url(../images/ajax-loader.gif) no-repeat center;
}
2011-08-09 15:16:18 +00:00
.multi_select_products li {
padding: 7px 9px;
line-height: 2em;
border-bottom: 1px dotted #ececec;
}
.multi_select_countries li {
padding: 3px 9px;
margin: 0;
line-height: 2em;
border-bottom: 1px dotted #ececec;
}
.multi_select_countries li label {
display: block;
}
.multi_select_countries li label input {
margin: 0 4px 0 0;
}
.multi_select_products button {
float: right;
vertical-align: middle;
}
2011-08-11 10:51:33 +00:00
.multi_select_products .product_search input {
width: 100%;
}
2011-08-09 15:16:18 +00:00
2011-08-10 17:11:11 +00:00
#woocommerce-product-data input.dp-applied {
2011-08-09 15:16:18 +00:00
float: left;
}
#grouped_product_options, #virtual_product_options, #simple_product_options {
padding: 12px;
font-style: italic;
color: #666;
}
/* Configuration */
#variable_product_options {
p.description {
float: left;
padding: 0;
margin: 0;
}
p.bulk_edit {
background: #ececec;
padding: 6px;
strong {
margin: 0 6px 0 0;
}
}
2011-08-09 15:16:18 +00:00
}
2011-08-19 20:11:04 +00:00
.woocommerce_variation {
2011-08-09 15:16:18 +00:00
background: #ececec;
border: 1px solid #ececec;
margin: 0 0 8px;
p {
margin: 0 !important;
button {
float: right;
}
}
table td {
background: #fff;
padding: 6px 6px;
vertical-align: middle;
label {
color: #999;
font-size: 10px;
text-transform: uppercase;
text-align: left;
display: block;
line-height: 16px;
}
input {
float: left;
width: 100%;
}
&.upload_image {
width: 1%;
white-space: nowrap;
img {
float: none;
margin-right: 6px;
vertical-align: middle;
}
.button {
margin: 0;
padding: 4px 10px;
width: auto;
float: none;
vertical-align: middle;
}
}
}
}
.widefat .product-cat-placeholder {
outline: 1px dotted #A0C443;
height: 60px;
background: #000;
2011-08-10 17:11:11 +00:00
}
2011-08-20 15:41:42 +00:00
/* Tooltips */
.tips {
cursor: help;
text-decoration: none;
}
img.tips {
2011-08-20 15:41:42 +00:00
padding: 5px 0 0 0;
}
#easyTooltip {
padding:5px 10px;
border:3px solid #3da5d5;
background:#288ab7;
color: #fff;
font-size: 12px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
max-width: 300px;
2011-08-20 15:41:42 +00:00
}
2011-08-10 17:11:11 +00:00
/* Datepicker */
2011-09-16 12:45:46 +00:00
img.ui-datepicker-trigger { vertical-align: middle; margin-top: -1px; cursor: pointer }
.woocommerce_options_panel img.ui-datepicker-trigger { float: left; margin-right: 8px; margin-top: 4px; margin-left: 4px; }
2011-10-22 14:53:26 +00:00
#ui-datepicker-div { display: none }
2011-08-10 17:11:11 +00:00
2011-09-16 23:07:40 +00:00
/* Reports */
.woocommerce-reports-wrap {
margin-left: 300px;
2011-09-17 00:12:25 +00:00
padding-top: 18px;
2011-09-20 10:30:21 +00:00
&.halved {
margin: 0;
overflow: hidden;
zoom: 1;
}
2011-09-16 23:07:40 +00:00
.postbox {
h3 {
cursor: default !important;
}
.stat {
font-size: 1.5em !important;
font-weight: bold;
text-align: center;
}
.chart {
padding: 16px;
}
}
.woocommerce-reports-main {
float: left;
min-width: 100%;
}
.woocommerce-reports-sidebar {
display: inline;
width: 281px;
margin-left: -300px;
clear: both;
float: left;
}
2011-09-20 10:30:21 +00:00
.woocommerce-reports-left {
width: 49.5%;
float: left;
}
.woocommerce-reports-right {
width: 49.5%;
float: right;
}
2011-09-16 23:07:40 +00:00
}
2011-09-16 12:45:46 +00:00
/* Chart tooltips */
#tooltip {
color: #fff;
font-size: 12px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
opacity: 0.80
}
2011-08-24 16:23:04 +00:00
2011-09-16 17:39:37 +00:00
/* Custom charts */
table.bar_chart {
width: 100%;
thead th {
text-align: left;
color: #ccc;
padding: 6px 0;
}
tbody {
th {
padding: 6px 0;
width: 25%;
text-align: left !important;
font-weight: normal !important;
border-bottom: 1px solid #fee;
}
td {
position: relative;
text-align: left;
padding: 6px 0 6px 0;
border-bottom: 1px solid #fee;
span {
clear: both;
background: #8a4b75;
float: left;
display: block;
line-height: 24px;
height: 24px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
-o-border-radius:4px;
-khtml-border-radius:4px;
border-radius:4px;
span {
position: absolute;
left: 8px;
color: #dec3d5;
font-size: 11px;
text-shadow: 0 1px 0 #8a4b75;
height: auto;
background: transparent;
}
}
span.alt {
clear: both;
background: #47a03e;
margin-top: 6px;
span {
margin: 0;
color: #c5dec2;
text-shadow: 0 1px 0 #47a03e;
background: transparent;
}
}
}
}
}
2011-08-24 16:23:04 +00:00
/* Multiselect
----------------------------------*/
2011-09-11 17:33:26 +00:00
.ui-multiselect { padding:3px 0 3px 4px; text-align:left; margin: 1px; vertical-align: middle; height: 24px; }
2011-08-24 16:23:04 +00:00
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:absolute !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:5px !important; }
2011-09-11 17:33:26 +00:00
.woocommerce .panel .ui-multiselect { width: 225px !important; }
#attributes_list td.values .ui-multiselect { width: 100% !important; }
#attributes_list td.values .ui-multiselect-menu { width: auto !important; right: 9px; }
2011-08-24 16:23:04 +00:00
.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0; margin: 0; }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:right; padding-right:0 }
.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000 }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:scroll }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px; }
.ui-multiselect-checkboxes label input { position:relative; top:0; vertical-align: middle; }
.ui-multiselect-checkboxes label span { padding-left: 4px; }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:3px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-last { border-bottom:1px solid }
/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }