1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-05 10:28:19 +03:00
This commit is contained in:
Alexander Yakovlev 2017-07-28 09:01:44 +07:00
commit bd3feddc1b
3 changed files with 3 additions and 0 deletions

View file

@ -48,6 +48,7 @@
mediaTargetType = 'blog' mediaTargetType = 'blog'
mediaTargetId = $_aRequest.blog_id mediaTargetId = $_aRequest.blog_id
name = 'blog_description' name = 'blog_description'
escape = false
rules = [ 'required' => true, 'length' => '[10,3000]' ] rules = [ 'required' => true, 'length' => '[10,3000]' ]
inputClasses = 'js-editor-default' inputClasses = 'js-editor-default'
label = $aLang.blog.add.fields.description.label} label = $aLang.blog.add.fields.description.label}

View file

@ -20,6 +20,7 @@
margin-bottom: 2px; margin-bottom: 2px;
position: relative; position: relative;
background: #fafafa; background: #fafafa;
word-wrap: break-word;
} }
.ls-comment--self { .ls-comment--self {

View file

@ -19,6 +19,7 @@
padding: 0 0 0 40px; padding: 0 0 0 40px;
margin-bottom: 25px; margin-bottom: 25px;
position: relative; position: relative;
word-wrap: break-word;
} }
.ls-comment--self .ls-comment-content { background: #fefef1; border-color: #e6e6bd; } .ls-comment--self .ls-comment-content { background: #fefef1; border-color: #e6e6bd; }