Merge pull request #124 from asaadmahmoodspin/master

Minor fixes to mattermost UI
Этот коммит содержится в:
Corey Hulen
2015-07-02 12:33:13 -08:00
родитель a3db8e83f6 1005dfb8e4
Коммит 6e1d766d1d
3 изменённых файлов: 7 добавлений и 4 удалений

Просмотреть файл

@@ -256,6 +256,7 @@ body.ios {
} }
p { p {
margin: 0 0 5px; margin: 0 0 5px;
font-size: 0.97em;
white-space: pre-wrap; white-space: pre-wrap;
} }
.comment-icon__container { .comment-icon__container {

Просмотреть файл

@@ -5,7 +5,8 @@
&.post--comment { &.post--comment {
&.other--root { &.other--root {
.post-comment { .post-comment {
margin-left: 0; margin-left: -7px;
background: #e8e8e8;
} }
} }
} }
@@ -82,7 +83,8 @@
&.post--comment { &.post--comment {
&.other--root { &.other--root {
.post-comment { .post-comment {
margin-left: 0; margin-left: -7px;
background: #e8e8e8;
} }
} }
} }
@@ -578,7 +580,7 @@
&.post--comment { &.post--comment {
&.other--root { &.other--root {
.post-comment { .post-comment {
margin-left: 11px; margin-left: 4px;
} }
} }
} }

Просмотреть файл

@@ -70,7 +70,7 @@
color: #111; color: #111;
background-color: #e1e1e1; background-color: #e1e1e1;
border-radius: 0; border-radius: 0;
font-weight: 600; font-weight: 400;
} }
} }
} }