diff options
author | 2013-10-29 12:58:45 +0100 | |
---|---|---|
committer | 2013-10-29 12:58:45 +0100 | |
commit | 1622591fb61de5f8f2a2b482c9df5816d379892e (patch) | |
tree | 35e1296c37547ae3dab9535a3dd266fda275dee7 /skins | |
parent | Bug 930870: With Pod::Coverage 0.23, t/011pod.t fails if a module is not inst... (diff) | |
download | bugzilla-1622591fb61de5f8f2a2b482c9df5816d379892e.tar.gz bugzilla-1622591fb61de5f8f2a2b482c9df5816d379892e.tar.bz2 bugzilla-1622591fb61de5f8f2a2b482c9df5816d379892e.zip |
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 |