1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-04-25 21:49:23 +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'
mediaTargetId = $_aRequest.blog_id
name = 'blog_description'
escape = false
rules = [ 'required' => true, 'length' => '[10,3000]' ]
inputClasses = 'js-editor-default'
label = $aLang.blog.add.fields.description.label}

View file

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

View file

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