admin.css
7 years ago
colpick.css
7 years ago
font-awesome.min.css
7 years ago
products_compare.css
7 years ago
admin.css
28 lines
| 1 | .berocket_compare_products_styler { |
| 2 | background-color: #ffffff; |
| 3 | border: 1px solid #999; |
| 4 | } |
| 5 | .berocket_compare_products_styler input[type=text] { |
| 6 | width: 100%; |
| 7 | } |
| 8 | .berocket_compare_products_styler th, |
| 9 | .berocket_compare_products_styler td { |
| 10 | padding: 0.3em; |
| 11 | } |
| 12 | .berocket_compare_products_styler thead th { |
| 13 | text-align: center; |
| 14 | } |
| 15 | .berocket_compare_products_styler thead tr, |
| 16 | .berocket_compare_products_styler tfoot tr { |
| 17 | border-top: 1px solid #999; |
| 18 | } |
| 19 | .berocket_compare_products_styler .admin-column-color { |
| 20 | text-align: center; |
| 21 | width: 10%; |
| 22 | } |
| 23 | .berocket_compare_products_styler .all_theme_default_compare { |
| 24 | float: right; |
| 25 | } |
| 26 | .berocket_compare_products_styler input { |
| 27 | text-align: center; |
| 28 | } |