| 1 |
#sqlite_object_cache_settings > form > table.form-table > tbody > tr > th { |
| 2 |
text-align: right; |
| 3 |
} |
| 4 |
|
| 5 |
#sqlite_object_cache_settings > form > table.form-table > tbody > tr > td > input.narrow { |
| 6 |
width: 6em; |
| 7 |
} |
| 8 |
|
| 9 |
#sqlite_object_cache_settings table.sql-object-cache-stats { |
| 10 |
border-collapse: collapse; |
| 11 |
} |
| 12 |
|
| 13 |
#sqlite_object_cache_settings table.sql-object-cache-stats tr { |
| 14 |
border-top-width: 0; |
| 15 |
border-left-width: 0; |
| 16 |
border-bottom-width: thin; |
| 17 |
border-right-width: 0; |
| 18 |
border-style: dotted; |
| 19 |
} |
| 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 |
|
| 32 |
#sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > td { |
| 33 |
text-align: right; |
| 34 |
padding: 2px; |
| 35 |
} |
| 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 |
|
| 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, |
| 47 |
#sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > th { |
| 48 |
text-align: right; |
| 49 |
min-width: 4em; |
| 50 |
} |
| 51 |
|