From b1d0f8443fcb73e75b7604242f2dcef1e15f583d Mon Sep 17 00:00:00 2001 From: David Jay Date: Fri, 2 Dec 2016 12:47:18 -0500 Subject: [PATCH] Updating infobox styling. --- client/coral-embed-stream/style/default.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index b6fe672cc..21e40ce98 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -56,12 +56,14 @@ hr { /* Info Box Styles */ .coral-plugin-infobox-info { - position: fixed; top: 0; border: 0; background: rgb(105,105,105); color: white; - border-radius: 2px; + width: 100%; + text-align: center; + padding: 10px; + margin-bottom: 10px; font-weight: bold; display: block; }