From 969cb705881a7cf815d2b2e1b2711d944e9479ca Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 8 Mar 2016 15:42:25 -0300 Subject: Test: making the email security indication corners round so it doesn't look so much like the actions buttons --- web-ui/app/scss/_security.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss index 8e9a6b5d..ff36cb3e 100644 --- a/web-ui/app/scss/_security.scss +++ b/web-ui/app/scss/_security.scss @@ -3,10 +3,11 @@ clear: both; span { display: inline-block; - padding: 2px 5px; + padding: 2px 6px; white-space: nowrap; background: $success; color: $white; + border-radius: 12px; &:before { font-family: FontAwesome; } -- cgit v1.2.3 From 281f88ba668e38883e822ea5bd96134ad3a3aa6c Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 8 Mar 2016 16:04:28 -0300 Subject: Decreasing the spacing between email header and email body --- web-ui/app/scss/_mixins.scss | 1 + web-ui/app/scss/_read.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index a623366d..5bb84105 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -88,6 +88,7 @@ } ul.tags { + margin-bottom: 0; li { font-size: 0.6rem; background-color: lighten($action_buttons, 12); diff --git a/web-ui/app/scss/_read.scss b/web-ui/app/scss/_read.scss index 7943d584..2c079408 100644 --- a/web-ui/app/scss/_read.scss +++ b/web-ui/app/scss/_read.scss @@ -65,7 +65,7 @@ } .bodyArea { - padding: 15px 30px 0 30px; + padding: 10px 30px 0 30px; } .attachmentsAreaWrap { -- cgit v1.2.3