diff options
author | Pami Ketolainen <pami.ketolainen@jollamobile.com> | 2013-10-29 12:58:45 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2013-10-29 12:58:45 +0100 |
commit | 1622591fb61de5f8f2a2b482c9df5816d379892e (patch) | |
tree | 35e1296c37547ae3dab9535a3dd266fda275dee7 /skins | |
parent | 4a1c14d4249effb63838c7452724003af3725674 (diff) | |
download | bugzilla-1622591fb61de5f8f2a2b482c9df5816d379892e.tar.gz bugzilla-1622591fb61de5f8f2a2b482c9df5816d379892e.tar.xz |
Bug 863745: Enable multi-select fields in reports
r=LpSolit a=glob
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/reports.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/skins/standard/reports.css b/skins/standard/reports.css index 97ef316ba..8e0ddf1b0 100644 --- a/skins/standard/reports.css +++ b/skins/standard/reports.css @@ -102,3 +102,8 @@ max-width: 100%; height: auto; } + +.extra_info { + font-size: smaller; + font-style: italic; +}
\ No newline at end of file |