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