PluginProbe
SQLite Object Cache / 1.6.0
SQLite Object Cache v1.6.0
1.6.5 trunk 0.1.7 1.0.0 1.1.0 1.1.1 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.4.0 1.4.1 1.5.1 1.5.4 1.5.5 1.5.6 1.5.7 All 30 releases
← All changes | assets/css/admin.css +16 -0 1.2.21.6.0 View file →
@@ -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 }