summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Newson <jon_newson@ieee.org>2016-03-09 11:05:22 +1100
committerJon Newson <jon_newson@ieee.org>2016-03-09 11:05:22 +1100
commite6e79cefde68d86e20d700d5d1ddcba1683ce904 (patch)
tree6162d676604677a8b7e2bb8dac4d37b0d2d08392
parentfdc7b5aac56b40f49bba813f30b701be22d16c01 (diff)
parent281f88ba668e38883e822ea5bd96134ad3a3aa6c (diff)
Merge branch 'master' of https://github.com/pixelated/pixelated-user-agent
# By Gabriel Albo # Via Gabriel Albo * 'master' of https://github.com/pixelated/pixelated-user-agent: Decreasing the spacing between email header and email body Test: making the email security indication corners round so it doesn't look so much like the actions buttons
-rw-r--r--web-ui/app/scss/_mixins.scss1
-rw-r--r--web-ui/app/scss/_read.scss2
-rw-r--r--web-ui/app/scss/_security.scss3
3 files changed, 4 insertions, 2 deletions
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 {
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;
}