| 1 |
/** |
| 2 |
* @version 1.0 |
| 3 |
* @package: item Listing - Print view |
| 4 |
* @category: Admin Pages only |
| 5 |
* @author wpdevelop |
| 6 |
* |
| 7 |
* @web-site https://oplugins.com/ |
| 8 |
* @email info@oplugins.com |
| 9 |
* |
| 10 |
* @modified 2015-04-11 |
| 11 |
*/ |
| 12 |
#print_loyout_content tr.wpbm-listing-row td .fieldvalue, |
| 13 |
#print_loyout_content tr.wpbm-listing-row td .label.label-default { |
| 14 |
background: none repeat scroll 0 0 transparent !important; |
| 15 |
border: none; |
| 16 |
color: #333; |
| 17 |
font-size: 10px; |
| 18 |
font-weight: 400; |
| 19 |
padding: 0 4px !important; |
| 20 |
text-shadow: none !important; |
| 21 |
line-height: 2em; |
| 22 |
} |
| 23 |
#print_loyout_content tr.wpbm-listing-row td .label.label-default{ |
| 24 |
font-weight: 600; |
| 25 |
} |
| 26 |
#print_loyout_content tr.wpbm-listing-row td .label.label-default { |
| 27 |
white-space: nowrap; |
| 28 |
} |
| 29 |
#print_loyout_content tr.wpbm-listing-header th, |
| 30 |
#print_loyout_content tr.wpbm-listing-row td, |
| 31 |
#print_loyout_content .wpbm-listing-header { |
| 32 |
text-shadow: none !important; |
| 33 |
} |
| 34 |
#print_loyout_content tr.wpbm-listing-header th { |
| 35 |
padding: 7px 10px; |
| 36 |
font-size: 12px; |
| 37 |
|
| 38 |
} |
| 39 |
#print_loyout_content tr.wpbm-listing-row td { |
| 40 |
padding: 5px 10px; |
| 41 |
font-size: 11px; |
| 42 |
} |
| 43 |
#print_loyout_content tr.wpbm-listing-row td strong { |
| 44 |
font-size: 11px; |
| 45 |
} |
| 46 |
#print_loyout_content .wpbm-listing-header { |
| 47 |
background: #e4e4e4; |
| 48 |
border: 1px solid #C6C6C6; |
| 49 |
border-bottom-color: #CCC; |
| 50 |
border-radius: 5px 5px 0 0; |
| 51 |
-moz-border-radius: 5px 5px 0 0; |
| 52 |
-webkit-border-radius: 5px 5px 0 0; |
| 53 |
-ms-border-radius: 5px 5px 0 0; |
| 54 |
color: #333; |
| 55 |
font-size: 12px; |
| 56 |
font-weight: 600; |
| 57 |
margin: 0; |
| 58 |
padding: 2px 0px; |
| 59 |
text-shadow: 0 1px 1px #F5F5F5; |
| 60 |
} |