diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-11-04 11:59:58 -0200 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-11-04 11:59:58 -0200 |
commit | fdb8800091978ab0c4075842982c19f96903f57c (patch) | |
tree | 85c17ca36a4d49473da4f34d19f961dff678f28c | |
parent | 742f6c87b0ff37154b1c2779c0f5a44fd899c34d (diff) |
#504 - Fixing the recipients label and span padding so the line height is not taller than the subject one
-rw-r--r-- | web-ui/app/scss/_compose.scss | 7 | ||||
-rw-r--r-- | web-ui/app/scss/_mixins.scss | 3 |
2 files changed, 6 insertions, 4 deletions
diff --git a/web-ui/app/scss/_compose.scss b/web-ui/app/scss/_compose.scss index 26cc4992..3368cda1 100644 --- a/web-ui/app/scss/_compose.scss +++ b/web-ui/app/scss/_compose.scss @@ -38,11 +38,14 @@ padding: 0.5rem; cursor: text; display: inline-block; - padding: 10px; + } + + label { + padding: 13px 10px; } span { - padding: 10px 3px; + padding: 3px; } label.floatlabel { padding: 0.4rem !important; diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 7bf00aa9..acc3966d 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -177,9 +177,8 @@ position: relative; .recipients-label { - padding: 20px 0px 0px 8px; height: 16px; - width: 4.333%; + width: 4%; } .recipients-navigation-handler { |