From f2401dd91f7e0ae005e1efddd1132d91bf4dad02 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 26 Jun 2015 03:07:20 +0500 Subject: MM-1184 - Updating image preview --- web/sass-files/sass/partials/_responsive.scss | 1 - 1 file changed, 1 deletion(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index bed2f6324..3949fc064 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -538,7 +538,6 @@ .modal { .modal-image { .image-wrapper { - padding-bottom: 40px; .modal-close { @include opacity(1); } -- cgit v1.2.3-1-g7c22 From febb6e3b656f0a5e48c928f26d071d2f1baf5b33 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 26 Jun 2015 23:19:29 +0500 Subject: mm-1256 - Improving view modal and close modal button --- web/sass-files/sass/partials/_responsive.scss | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 3949fc064..509c764b3 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -231,17 +231,14 @@ } } .modal { + .info__label { + text-align: left; + padding-bottom: 5px; + } .modal-header { - padding-left: 20px; - padding-right: 20px; .modal-action { margin-top: 10px; } - button.close { - width: 35px; - height: 32px; - margin: -5px -10px 0; - } .modal-title { float: none; } -- cgit v1.2.3-1-g7c22 From ffe1e36a55035298ee5b5b7401347d2abdf2bcec Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 22 Jun 2015 14:51:20 -0400 Subject: make channel notifications modal visible in mobile mode --- web/sass-files/sass/partials/_responsive.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 509c764b3..d28d23f67 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -258,11 +258,13 @@ .settings-table { display: block; .settings-content { + &.minimize-settings { display: block; .section-edit { text-align: left; } } + } .settings-links { display: none; } @@ -284,12 +286,14 @@ } .settings-table { .settings-content { + &.minimize-settings { padding: 0; display: none; .user-settings { padding: 70px 20px 30px; } } + } .settings-links { background: #fff; } -- cgit v1.2.3-1-g7c22 From a8089fec3a1ece728408cbaf015d1ea1a33926fd Mon Sep 17 00:00:00 2001 From: JoramWilander Date: Mon, 22 Jun 2015 14:52:56 -0400 Subject: fixed CSS indenting --- web/sass-files/sass/partials/_responsive.scss | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index d28d23f67..25533c770 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -258,13 +258,13 @@ .settings-table { display: block; .settings-content { - &.minimize-settings { - display: block; - .section-edit { - text-align: left; + &.minimize-settings { + display: block; + .section-edit { + text-align: left; + } } } - } .settings-links { display: none; } @@ -286,14 +286,14 @@ } .settings-table { .settings-content { - &.minimize-settings { - padding: 0; - display: none; - .user-settings { - padding: 70px 20px 30px; + &.minimize-settings { + padding: 0; + display: none; + .user-settings { + padding: 70px 20px 30px; + } } } - } .settings-links { background: #fff; } -- cgit v1.2.3-1-g7c22 From e46561339f59ff19f68d69596567d1498ed5a857 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 17 Jul 2015 21:04:33 +0500 Subject: MM-1426 - Updating UI --- web/sass-files/sass/partials/_responsive.scss | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 25533c770..403e84521 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -22,11 +22,17 @@ width: 825px; } .post-body { - padding-left: 0; border: none; margin: 0; } } + .post-body { + float: none; + width: 750px; + padding-left: 0.5em; + padding-right: 0.5em; + margin: 0; + } .post__content { width: 920px; } @@ -63,10 +69,6 @@ } } } - .post-body { - float: none; - width: 750px; - } } } } @@ -89,6 +91,7 @@ margin-left: 60px; padding-left: 10px; border-left: 4px solid #EEE; + margin-bottom: 10px; div.post-profile-img__container { .post-profile-img { display: none; @@ -98,7 +101,6 @@ width: 825px; } .post-body { - padding-left: 0; border: none; margin: 0; } @@ -135,6 +137,9 @@ } } .post-body { + margin: 0; + padding-left: 0.5em; + padding-right: 0.5em; float: none; width: 750px; } -- cgit v1.2.3-1-g7c22 From f5c4cf10c484111e817c1111d9138d891c6d84cf Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 17 Jul 2015 23:39:09 +0500 Subject: Adding highlights and improving css for posts on responsive screens --- web/sass-files/sass/partials/_responsive.scss | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 403e84521..5497e2c6c 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -22,6 +22,7 @@ width: 825px; } .post-body { + width: 736px; border: none; margin: 0; } @@ -29,8 +30,6 @@ .post-body { float: none; width: 750px; - padding-left: 0.5em; - padding-right: 0.5em; margin: 0; } .post__content { @@ -101,6 +100,7 @@ width: 825px; } .post-body { + width: 736px; border: none; margin: 0; } @@ -138,8 +138,6 @@ } .post-body { margin: 0; - padding-left: 0.5em; - padding-right: 0.5em; float: none; width: 750px; } -- cgit v1.2.3-1-g7c22 From 1005dfb8e4a276fc394c655f891388795cc60b09 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Sat, 18 Jul 2015 01:19:53 +0500 Subject: Updating margins --- web/sass-files/sass/partials/_responsive.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 5497e2c6c..a34bbe8d8 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -5,7 +5,8 @@ &.post--comment { &.other--root { .post-comment { - margin-left: 0; + margin-left: -7px; + background: #e8e8e8; } } } @@ -82,7 +83,8 @@ &.post--comment { &.other--root { .post-comment { - margin-left: 0; + margin-left: -7px; + background: #e8e8e8; } } } @@ -578,7 +580,7 @@ &.post--comment { &.other--root { .post-comment { - margin-left: 11px; + margin-left: 4px; } } } -- cgit v1.2.3-1-g7c22 From ea1ef222b717394e8019b203ad37e63d102d0ab9 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Sat, 18 Jul 2015 01:52:37 +0500 Subject: MM-1319 - Copy link and background change --- web/sass-files/sass/partials/_responsive.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'web/sass-files/sass/partials/_responsive.scss') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index a34bbe8d8..0037879cf 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -6,7 +6,6 @@ &.other--root { .post-comment { margin-left: -7px; - background: #e8e8e8; } } } @@ -84,7 +83,6 @@ &.other--root { .post-comment { margin-left: -7px; - background: #e8e8e8; } } } -- cgit v1.2.3-1-g7c22