| @@ -10,18 +10,41 @@ | ||
| 10 | 10 | border-collapse: collapse; |
| 11 | 11 | } |
| 12 | 12 | |
| 13 | 13 | #sqlite_object_cache_settings table.sql-object-cache-stats tr { |
| 14 | - border-width: thin; | |
| 14 | + border-top-width: 0; | |
| 15 | + border-left-width: 0; | |
| 16 | + border-bottom-width: thin; | |
| 17 | + border-right-width: 0; | |
| 15 | 18 | border-style: dotted; |
| 16 | 19 | } |
| 17 | 20 | |
| 21 | +#sqlite_object_cache_settings table.sql-object-cache-stats tfoot tr { | |
| 22 | + border-top-width: 0; | |
| 23 | + border-left-width: 0; | |
| 24 | + border-bottom-width: 0; | |
| 25 | + border-right-width: 0; | |
| 26 | +} | |
| 27 | + | |
| 28 | +#sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > td.right.total { | |
| 29 | + font-weight: bold; | |
| 30 | +} | |
| 31 | + | |
| 18 | 32 | #sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > td { |
| 19 | 33 | text-align: right; |
| 20 | 34 | padding: 2px; |
| 21 | 35 | } |
| 22 | 36 | |
| 37 | +#sqlite_object_cache_settings table.sql-object-cache-stats.descriptive td:nth-child(2), | |
| 38 | +#sqlite_object_cache_settings table.sql-object-cache-stats.descriptive td:nth-child(10), | |
| 39 | +#sqlite_object_cache_settings table.sql-object-cache-stats.descriptive th:nth-child(2), | |
| 40 | +#sqlite_object_cache_settings table.sql-object-cache-stats.descriptive th:nth-child(10) { | |
| 41 | + padding-right: 2em; | |
| 42 | +} | |
| 43 | + | |
| 44 | + | |
| 23 | 45 | #sqlite_object_cache_settings table.sql-object-cache-stats > thead > tr > th.right, |
| 46 | +#sqlite_object_cache_settings table.sql-object-cache-stats > tfoot > tr > th.right, | |
| 24 | 47 | #sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > th { |
| 25 | 48 | text-align: right; |
| 26 | 49 | min-width: 4em; |
| 27 | 50 | } |