PluginProbe
Disk Usage Insights / 1.0
Disk Usage Insights v1.0
trunk 1.0 1.10 1.11 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9
disk-usage-insights / res / css / styles.css

styles.css in Disk Usage Insights 1.0, at res/css/styles.css

45 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .DUI-panel {
2 background-color: white;
3 margin-right: 10px;
4 margin-bottom: 10px;
5 border: 1px solid #d2d2d2;
6 }
7 @media only screen and (min-width: 1400px) {
8 .DUI-panel--TOP10 {
9 max-width:49%;
10 width:49%;
11 float:left;
12 }
13 }
14
15 @media only screen and (min-width: 1024px) {
16 .show-desktop { display: block; }
17 }
18 @media only screen and (max-width: 1023px) {
19 .show-desktop { display: none; }
20 }
21
22
23 .DUI-panel__headline {
24 padding: 6px 10px 6px 10px;
25 border-bottom: 1px solid #e0e0e0;
26 font-weight: bold;
27 }
28 .DUI-panel__content {
29 padding: 6px;
30 }
31 .DUI-panel__content--title {
32 padding: 20px;
33 }
34
35
36 .DUI-table {
37 _border: 1px solid #aaa;
38 font-size: 1.0em;
39 color: black;
40 }
41 .DUI-table td { overflow-wrap: anywhere; }
42 .DUI-table thead th { border-bottom: 1px solid #eee; }
43 .DUI-table tbody tr:nth-child(odd) { background-color: white; }
44 .DUI-table tbody tr:nth-child(even) { background-color: white; }
45 .DUI-table__col--number { text-align: right; white-space: nowrap; }