quote styles updated

This commit is contained in:
Peter Savchenko 2017-01-30 17:10:59 +03:00
parent 6639a140e7
commit 1b090ba815

View file

@ -18,7 +18,6 @@
direction: rtl; direction: rtl;
} }
.quoteStyle-withCaption--author { .quoteStyle-withCaption--author {
margin: 5px 0; margin: 5px 0;
background: #fff; background: #fff;
border: 1px solid #ebeef3; border: 1px solid #ebeef3;
@ -26,15 +25,14 @@
text-align: right; text-align: right;
font-size: 1em; font-size: 1em;
font-weight: bold; font-weight: bold;
color: #000;
line-height: 1.5em; line-height: 1.5em;
} }
.quoteStyle-simple--text, .quoteStyle-simple--text,
.quoteStyle-withCaption--blockquote, .quoteStyle-withCaption--blockquote,
.quoteStyle-withPhoto--quote { .quoteStyle-withPhoto--quote {
font-size: 1.04em; /*font-size: 1.04em;
line-height: 1.9em; line-height: 1.9em;*/
} }
.quoteStyle-simple--text { .quoteStyle-simple--text {
@ -100,15 +98,16 @@
} }
.quoteStyle-withPhoto--photo { .quoteStyle-withPhoto--photo {
width: 87px; width: 94px;
height: 87px; height: 94px;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
line-height: 87px; line-height: 94px;
border-radius: 3px; border-radius: 3px;
float: left; float: left;
margin-right: 10px; margin-right: 10px;
border: 1px solid #ebeef3; border: 1px solid #ebeef3;
box-sizing: border-box;
background: #fff; background: #fff;
} }
.quoteStyle-withPhoto--photo:hover { .quoteStyle-withPhoto--photo:hover {
@ -174,7 +173,7 @@
.quoteStyle-withPhoto--quote { .quoteStyle-withPhoto--quote {
margin-bottom: 10px; margin-bottom: 10px;
line-height: 1.82em; line-height: 1.7em;
outline: none; outline: none;
overflow: hidden; overflow: hidden;
} }
@ -190,9 +189,14 @@
.quoteStyle-withPhoto--job, .quoteStyle-withPhoto--job,
.quoteStyle-withPhoto--quote{ .quoteStyle-withPhoto--quote{
background: #fff; background: #fff;
padding: .6em .8em;
border: 1px solid #ebeef3; border: 1px solid #ebeef3;
border-radius: 3px; border-radius: 3px;
padding: 10px 15px;
}
.quoteStyle-withPhoto--author,
.quoteStyle-withPhoto--job {
line-height: 20px;
} }
.quoteStyle-withPhoto--quote{ .quoteStyle-withPhoto--quote{
min-height: 200px; min-height: 200px;