summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_post.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-11-16 20:01:14 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-11-16 20:01:14 +0500
commitb1ce1a89236942ec844a1aa5563e7573cec918b1 (patch)
tree59c8098e6b00556e3eb64d184431b659261b258c /web/sass-files/sass/partials/_post.scss
parent675e4e714971af7bc0525ad9dfe2eef3f7ed7562 (diff)
downloadchat-b1ce1a89236942ec844a1aa5563e7573cec918b1.tar.gz
chat-b1ce1a89236942ec844a1aa5563e7573cec918b1.tar.bz2
chat-b1ce1a89236942ec844a1aa5563e7573cec918b1.zip
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_post.scss')
-rw-r--r--web/sass-files/sass/partials/_post.scss11
1 files changed, 5 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss
index 45b7b7f23..a08ebfaf1 100644
--- a/web/sass-files/sass/partials/_post.scss
+++ b/web/sass-files/sass/partials/_post.scss
@@ -332,18 +332,19 @@ body.ios {
}
.post-create-footer {
@include clearfix;
- padding: 0;
+ padding: 3px 0 0 0;
+ font-size: 13px;
.has-error {
.control-label {
+ height: 0;
+ display: block;
font-weight: normal;
margin-bottom: 0;
}
}
.msg-typing {
min-height: 25px;
- line-height: 25px;
display: block;
- font-size: 13px;
@include opacity(0.7);
}
}
@@ -417,9 +418,6 @@ body.ios {
}
}
}
- .post-create-footer {
- padding: 0;
- }
p {
margin: 0 0 1em;
line-height: 1.6em;
@@ -552,6 +550,7 @@ body.ios {
display: block;
white-space: nowrap;
text-overflow: ellipsis;
+ margin: 0 20px 0 50px;
}
}
.post-header-col {