1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-06-26 03:30:48 +03:00

Мелкие исправления

This commit is contained in:
Denis Shakhov 2016-10-04 12:48:18 +07:00
parent d8a8b54173
commit b2e14e3efc
4 changed files with 8 additions and 5 deletions

View file

@ -219,7 +219,7 @@
this.elements.list.hide();
}
if ( this.option( 'i18n.title' ) && this.elements.title.length && response.searchCount) {
if ( this.option( 'i18n.title' ) && this.elements.title.length) {
this.elements.title.show().text( this._i18n( 'title', response.searchCount ) );
}

View file

@ -49,4 +49,8 @@
.editor-help-item { margin-bottom: 20px; }
.editor-help-item dd { margin-left: 0; }
.editor-help-item:last-child { margin-bottom: 0; }
.editor-help-item h4 { font-family: monospace; font-weight: bold; margin-bottom: 3px; }
.editor-help-item h4 { font-family: monospace; font-weight: bold; margin-bottom: 3px; }
.ls-field .markItUpEditor {
border-radius: 0 0 3px 3px;
}

View file

@ -53,9 +53,7 @@
{/if}
{* Текст *}
<span class="{$component}-text">
{$text}
</span>
<span class="{$component}-text">{$text}</span>
{* Счетчик *}
{if isset($count) && ( $showZeroCounter || ( ! $showZeroCounter && $count > 0 ) )}

View file

@ -63,6 +63,7 @@
border-radius: 5px;
margin-top: 15px;
margin-bottom: 0;
background: #fff;
}
.ls-block.ls-uploader-block:first-child {
margin-top: 0;