summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-09 22:25:01 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-09 22:25:01 +0500
commit7fba0adc805f3b633bf5ef23e0c8143c525a23e6 (patch)
tree7fa3d1e527137dd1dd3555b3d2c09013114856cb /web/sass-files/sass/partials/_responsive.scss
parente6d4661aba8c25901329bd3fcff8e01ddc6ae600 (diff)
downloadchat-7fba0adc805f3b633bf5ef23e0c8143c525a23e6.tar.gz
chat-7fba0adc805f3b633bf5ef23e0c8143c525a23e6.tar.bz2
chat-7fba0adc805f3b633bf5ef23e0c8143c525a23e6.zip
PLT-188 - Moving attachment button to the left and fixing buttons in modal header
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 24c79e6c2..65619f25a 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -423,7 +423,15 @@
table-layout: fixed;
.post-body__cell {
display: table-cell;
- padding-left: 1em;
+ padding-left: 45px;
+ }
+ .btn-file {
+ width: 45px;
+ padding: 0;
+ line-height: 36px;
+ bottom: -2px;
+ left: 0;
+ top: auto;
}
.send-button {
display: table-cell;