From: Laurence Maultsby Date: Wed, 19 Oct 2016 19:10:25 +0000 (-0400) Subject: RIFT-14850: more volume styling - 2 X-Git-Tag: v1.1.0~33 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FUI.git;a=commitdiff_plain;h=69b21dcf3409ba25e36802fbe7adfe1452b0d4be RIFT-14850: more volume styling - 2 Signed-off-by: Laurence Maultsby --- diff --git a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx index f69c2ba61..449177634 100644 --- a/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx +++ b/skyquake/plugins/launchpad/src/recordViewer/recordCard.jsx @@ -146,7 +146,7 @@ export default class RecordCard extends React.Component { p.push(
{k}
+ fontWeight: 'bold', textTransform: 'uppercase', color: '#5b5b5b'}}>{k}
{v.constructor.name != 'Object' ? v : buildProperties(v)}
)