From 9f4f7717740188c8ede73a91289793bda8ad61c6 Mon Sep 17 00:00:00 2001 From: Preston Crowe Date: Wed, 21 Jun 2017 14:45:33 -0700 Subject: [PATCH] Updated stylesheet --- .../imagery-timeline/res/css/timeline.css | 27 +++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 platform/features/imagery-timeline/res/css/timeline.css diff --git a/platform/features/imagery-timeline/res/css/timeline.css b/platform/features/imagery-timeline/res/css/timeline.css new file mode 100644 index 0000000000..432eba1f7e --- /dev/null +++ b/platform/features/imagery-timeline/res/css/timeline.css @@ -0,0 +1,27 @@ +.imagery-timeline { + height: auto; + background-color: black; + overflow: auto; + white-space: nowrap; + padding:5px; + padding-bottom: 15px; + + border-radius: 10px; +} + +.timeline-img { + height: 100px; + display: inline-block; +} + +.timeline-entry { + white-space: nowrap; + display: inline; +} + +.timeline-entry p { + font-size: 12px; + padding: 0px; + margin: 0px; + color: white; +} \ No newline at end of file