2013-07-26 14:36:28 +00:00
|
|
|
.clear {
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
.nobr {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* Objects
|
|
|
|
*/
|
|
|
|
@font-face {
|
|
|
|
font-family: 'WooCommerce';
|
|
|
|
src: url('../fonts/WooCommerce.eot');
|
|
|
|
src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'), url('../fonts/WooCommerce.woff') format('woff'), url('../fonts/WooCommerce.ttf') format('truetype'), url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .inside {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list {
|
|
|
|
overflow: hidden;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li {
|
|
|
|
width: 50%;
|
|
|
|
float: left;
|
|
|
|
padding: 0;
|
|
|
|
-webkit-box-sizing: border-box;
|
|
|
|
/* Safari/Chrome, other WebKit */
|
|
|
|
|
|
|
|
-moz-box-sizing: border-box;
|
|
|
|
/* Firefox, other Gecko */
|
|
|
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
/* Opera/IE 8+ */
|
|
|
|
|
|
|
|
margin: 0;
|
|
|
|
border-top: 1px solid #ececec;
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a {
|
|
|
|
display: block;
|
|
|
|
color: #aaa;
|
|
|
|
padding: 9px 12px;
|
|
|
|
-webkit-transition: all ease .5s;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a .wc_sparkline {
|
|
|
|
width: 4em;
|
|
|
|
height: 2em;
|
|
|
|
display: block;
|
|
|
|
float: right;
|
|
|
|
position: absolute;
|
|
|
|
right: 0;
|
|
|
|
top: 50%;
|
|
|
|
margin-right: 12px;
|
|
|
|
margin-top: -1.25em;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a strong {
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 1.2em;
|
|
|
|
font-weight: normal;
|
|
|
|
display: block;
|
|
|
|
color: #21759b;
|
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a:hover {
|
|
|
|
box-shadow: inset 0 -1px 0 0 #dfdfdf, inset 700px 0 0 rgba(156, 93, 144, 0.1);
|
|
|
|
padding-left: 2em;
|
|
|
|
color: #9c5d90;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a:hover:before,
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a:hover strong {
|
|
|
|
color: #9c5d90 !important;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li a:before {
|
|
|
|
font-family: 'WooCommerce';
|
|
|
|
speak: none;
|
|
|
|
font-weight: normal;
|
|
|
|
font-variant: normal;
|
|
|
|
text-transform: none;
|
|
|
|
line-height: 1;
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
margin: 0;
|
|
|
|
text-indent: 0;
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 2em;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
line-height: 1.2em;
|
|
|
|
color: #464646;
|
|
|
|
float: left;
|
|
|
|
margin-right: 12px;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li:first-child {
|
|
|
|
border-top: 0;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.sales-this-month {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.sales-this-month a:before {
|
|
|
|
content: "\e01f";
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.best-seller-this-month a:before {
|
|
|
|
content: "\e006";
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.processing-orders {
|
|
|
|
border-right: 1px solid #ececec;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.processing-orders a:before {
|
|
|
|
content: "\e011";
|
|
|
|
color: #73a724;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.on-hold-orders a:before {
|
|
|
|
content: "\e033";
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.low-in-stock {
|
|
|
|
border-right: 1px solid #ececec;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.low-in-stock a:before {
|
|
|
|
content: "\e02c";
|
|
|
|
color: #c1692f;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_status .wc_status_list li.out-of-stock a:before {
|
|
|
|
content: "\e02c";
|
|
|
|
color: #aa4444;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews li {
|
|
|
|
line-height: 1.5em;
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews h4.meta {
|
|
|
|
line-height: 1.4;
|
|
|
|
margin: -0.2em 0 0 0;
|
|
|
|
font-weight: normal;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews blockquote {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews .avatar {
|
|
|
|
float: left;
|
|
|
|
margin: 0 10px 5px 0;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews .star-rating {
|
|
|
|
float: right;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
height: 1.5em;
|
|
|
|
line-height: 1.5;
|
|
|
|
margin-left: .5em;
|
|
|
|
width: 5.4em;
|
|
|
|
font-family: 'WooCommerce' !important;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews .star-rating:before {
|
|
|
|
content: "\e021\e021\e021\e021\e021";
|
|
|
|
color: #b3b3b3;
|
|
|
|
float: left;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
letter-spacing: 0\9;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews .star-rating span {
|
|
|
|
overflow: hidden;
|
|
|
|
float: left;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
position: absolute;
|
|
|
|
padding-top: 1.5em;
|
|
|
|
}
|
|
|
|
#woocommerce_dashboard_recent_reviews .star-rating span:before {
|
|
|
|
content: "\e020\e020\e020\e020\e020";
|
|
|
|
top: 0;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
letter-spacing: 0\9;
|
|
|
|
color: #9c5d90;
|
|
|
|
}
|