PluginProbe
SQLite Object Cache / 1.3.4
SQLite Object Cache v1.3.4
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
sqlite-object-cache / assets / css / admin.css

admin.css in SQLite Object Cache 1.3.4, at assets/css/admin.css

35 lines 957 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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