From ec3464f4ddc6019d7121f3b5c0aa92811e4a5d73 Mon Sep 17 00:00:00 2001 From: Maximilian Grundke Date: Thu, 17 Aug 2017 13:59:40 +0200 Subject: [PATCH] Style dividers and date fields --- .../stylesheets/request-for-comments.css.scss | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/app/assets/stylesheets/request-for-comments.css.scss b/app/assets/stylesheets/request-for-comments.css.scss index 6f28a6f0..c66d0393 100644 --- a/app/assets/stylesheets/request-for-comments.css.scss +++ b/app/assets/stylesheets/request-for-comments.css.scss @@ -29,3 +29,17 @@ .popover-comment { word-wrap: break-word; } + +.popover-date { + color: #008cba; + margin-top: 10px; +} + +.popover-divider { + width: 100%; + height: 1px; + background-color: #008cba; + overflow: hidden; + margin-top: -10px; + margin-bottom: 10px; +}