62
|
1 |
NmAttachmentListItem {
|
|
2 |
layout:customitem;
|
|
3 |
}
|
|
4 |
|
|
5 |
NmAttachmentListItem::filename {
|
|
6 |
fixed-height: var(hb-param-text-height-secondary);
|
|
7 |
font-variant: secondary;
|
|
8 |
text-align: left center;
|
|
9 |
size-policy-horizontal: expanding;
|
|
10 |
size-policy-vertical: minimum;
|
|
11 |
}
|
|
12 |
|
|
13 |
NmAttachmentListItem::filesize {
|
|
14 |
fixed-height: var(hb-param-text-height-secondary);
|
|
15 |
/* Hardcoded file size length. Maximum (999.9 Mb) fits into size field. */
|
|
16 |
fixed-width: 17.91045un;
|
|
17 |
font-variant: secondary;
|
|
18 |
text-align: right center;
|
|
19 |
size-policy-vertical: minimum;
|
|
20 |
}
|
|
21 |
|
|
22 |
NmAttachmentListItem::progressbar {
|
|
23 |
|
|
24 |
}
|