From c6189e8b3afccbed11eba7672337821e01cdf1fd Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Fri, 7 Apr 2017 14:05:23 -0300 Subject: [PATCH] Slots and off topic plugin --- client/coral-framework/components/Slot.css | 3 +++ client/coral-plugin-commentbox/styles.css | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 client/coral-framework/components/Slot.css create mode 100644 client/coral-plugin-commentbox/styles.css diff --git a/client/coral-framework/components/Slot.css b/client/coral-framework/components/Slot.css new file mode 100644 index 000000000..6048da181 --- /dev/null +++ b/client/coral-framework/components/Slot.css @@ -0,0 +1,3 @@ +.inline { + display: inline-block; +} diff --git a/client/coral-plugin-commentbox/styles.css b/client/coral-plugin-commentbox/styles.css new file mode 100644 index 000000000..d0f851f18 --- /dev/null +++ b/client/coral-plugin-commentbox/styles.css @@ -0,0 +1,6 @@ +.slot { + display: inline-block; + div { + display: inline-block; + } +}