From 0f074dc034e78b900dfbccc521ea25851b4bb682 Mon Sep 17 00:00:00 2001 From: gaba Date: Tue, 14 Feb 2017 17:13:08 -0800 Subject: [PATCH] Changes styles for Emma and Sam's design. --- client/coral-embed-stream/style/default.css | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/client/coral-embed-stream/style/default.css b/client/coral-embed-stream/style/default.css index 2d7f478c1..a33dcf940 100644 --- a/client/coral-embed-stream/style/default.css +++ b/client/coral-embed-stream/style/default.css @@ -62,7 +62,7 @@ hr { .coral-plugin-infobox-info { top: 0; border: 0; - background: rgb(105,105,105); + background: rgb(35,118,216); color: white; width: 100%; text-align: center; @@ -72,6 +72,21 @@ hr { display: block; } +/* Question Box Styles */ +.coral-plugin-questionbox-info { + top: 0; + border: 0; + background: rgb(105,105,105); + color: white; + width: 100%; + text-align: center; + padding: 10px; + margin-bottom: 0px; + font-weight: bold; + display: block; +} + + .hidden { visibility: hidden; display: none;