diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2015-03-17 16:19:21 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2015-03-17 16:19:21 -0300 |
commit | 752653afd697d28a06d6fe59df5df20dbb585ff8 (patch) | |
tree | 28e2d4d2ad866b01380be112a0a39e9d96c0298d | |
parent | bc9c84777358675fd898ec94d534006ce590b881 (diff) |
Fixing padding for mails inside mail list and margin for list actions checkbox
-rw-r--r-- | web-ui/app/scss/styles.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index a1acdb45..56c9ebbd 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -38,7 +38,7 @@ vertical-align: top; input[type=checkbox] { @include check-box; - margin: 7px 8px 7px 13px; + margin: 7px 13px 7px; } select { padding: 1px 3px; @@ -83,7 +83,7 @@ li { height: 66px; position: relative; - padding: 10px; + padding: 8px 10px 10px 10px; background: $contrast; border-bottom: 1px solid white; cursor: pointer; |