native-info-table.css 529 B

123456789101112131415161718192021222324252627
  1. /* native-info-table */
  2. .native-info-table {
  3. padding-left: 15px;
  4. padding-right: 15px;
  5. }
  6. .native-info-table.table-bordered {
  7. border: 1px solid #ddd;
  8. }
  9. .native-info-table > div.row {
  10. padding-top: 8px;
  11. padding-bottom: 8px;
  12. border-top: 1px solid #ddd;
  13. }
  14. .native-info-table > div.row:first-child {
  15. border-top: inherit;
  16. }
  17. .native-info-table.table-bordered > div.row:first-child {
  18. border-top: none;
  19. }
  20. .native-info-table + .native-info-table > div.row:first-child {
  21. border-top: 1px solid #ddd;
  22. }