From 1b090ba8154d274bc0dfa0c701e0b39336d79cb8 Mon Sep 17 00:00:00 2001 From: Peter Savchenko Date: Mon, 30 Jan 2017 17:10:59 +0300 Subject: [PATCH] quote styles updated --- plugins/quote/quote.css | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/plugins/quote/quote.css b/plugins/quote/quote.css index 49df210d..3439e797 100644 --- a/plugins/quote/quote.css +++ b/plugins/quote/quote.css @@ -18,7 +18,6 @@ direction: rtl; } .quoteStyle-withCaption--author { - margin: 5px 0; background: #fff; border: 1px solid #ebeef3; @@ -26,15 +25,14 @@ text-align: right; font-size: 1em; font-weight: bold; - color: #000; line-height: 1.5em; } .quoteStyle-simple--text, .quoteStyle-withCaption--blockquote, .quoteStyle-withPhoto--quote { - font-size: 1.04em; - line-height: 1.9em; + /*font-size: 1.04em; + line-height: 1.9em;*/ } .quoteStyle-simple--text { @@ -100,15 +98,16 @@ } .quoteStyle-withPhoto--photo { - width: 87px; - height: 87px; + width: 94px; + height: 94px; overflow: hidden; text-align: center; - line-height: 87px; + line-height: 94px; border-radius: 3px; float: left; margin-right: 10px; border: 1px solid #ebeef3; + box-sizing: border-box; background: #fff; } .quoteStyle-withPhoto--photo:hover { @@ -174,7 +173,7 @@ .quoteStyle-withPhoto--quote { margin-bottom: 10px; - line-height: 1.82em; + line-height: 1.7em; outline: none; overflow: hidden; } @@ -190,9 +189,14 @@ .quoteStyle-withPhoto--job, .quoteStyle-withPhoto--quote{ background: #fff; - padding: .6em .8em; border: 1px solid #ebeef3; border-radius: 3px; + padding: 10px 15px; +} + +.quoteStyle-withPhoto--author, +.quoteStyle-withPhoto--job { + line-height: 20px; } .quoteStyle-withPhoto--quote{ min-height: 200px;