| @@ -17,8 +17,15 @@ | ||
| 17 | 17 | border-right-width: 0; |
| 18 | 18 | border-style: dotted; |
| 19 | 19 | } |
| 20 | 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 | + | |
| 21 | 28 | #sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > td.right.total { |
| 22 | 29 | font-weight: bold; |
| 23 | 30 | } |
| 24 | 31 | |
| @@ -26,9 +33,18 @@ | ||
| 26 | 33 | text-align: right; |
| 27 | 34 | padding: 2px; |
| 28 | 35 | } |
| 29 | 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 | + | |
| 30 | 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, | |
| 31 | 47 | #sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > th { |
| 32 | 48 | text-align: right; |
| 33 | 49 | min-width: 4em; |
| 34 | 50 | } |