| 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 > tbody > tr > td.right.total { |
| 22 |
font-weight: bold; |
| 23 |
} |
| 24 |
|
| 25 |
#sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > td { |
| 26 |
text-align: right; |
| 27 |
padding: 2px; |
| 28 |
} |
| 29 |
|
| 30 |
#sqlite_object_cache_settings table.sql-object-cache-stats > thead > tr > th.right, |
| 31 |
#sqlite_object_cache_settings table.sql-object-cache-stats > tbody > tr > th { |
| 32 |
text-align: right; |
| 33 |
min-width: 4em; |
| 34 |
} |
| 35 |
|