quotes css updated

This commit is contained in:
khaydarov 2016-07-02 15:24:35 +03:00
parent 29cb83dfc4
commit f942dcadd2
5 changed files with 7 additions and 7 deletions

View file

@ -148,7 +148,7 @@
quote : {
type : 'withPhoto',
text : 'git — распределенная система контроля версий файлов.<br> «Распределенная» значит, что каждый репозиторий содержит всю историю изменений, и из него можно развернуть полноценную рабочую копию проекта.',
photo : '../img/01.jpg',
photo : '',
author : '',
}
},

View file

@ -47,19 +47,19 @@
padding: 4.5em 6.5em !important;
}
.quoteStyle-withPhoto--photo {
width: 90px;
height: 90px;
width: 80px;
height: 80px;
border: 1px solid #8E8E8E;
border-radius: 50%;
float: left;
margin-right: 30px;
margin-right: 33px;
}
.quoteStyle-withPhoto--author {
font-size: 24px;
font-weight: bold;
color: #000;
letter-spacing: 0px;
/*letter-spacing: 0px;*/
outline: none;
overflow: hidden;
}
@ -67,7 +67,7 @@
font-weight: regular;
font-size: 19px;
color: #818BA1;
letter-spacing: 0px;
/*letter-spacing: 0px;*/
outline: none;
overflow: hidden;
}

View file

@ -201,7 +201,7 @@ var quoteTools = {
quote = quoteTools.ui.makeBlock('DIV', ['quoteStyle-withPhoto--quote', 'ce_quote--text'])
/* Default Image src */
photo.src = data.photo || '../img/01.jpg';
photo.src = data.photo || 'plugins/ceditor-tool-quote/img/codex.png';
/* make author block contentEditable */
author.contentEditable = 'true';

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB