Commit 6028c27d5f3dd400a355bb4f87d67915ad7a506c
Committed by
Antonio Terceiro
1 parent
14e9b465
Exists in
event_fixes
newsletter: Removes header padding in moderation page
(cherry picked from commit 674b489aea76116873d7a91f5758e24b013b06b3)
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
plugins/newsletter/public/style.css
@@ -17,6 +17,11 @@ | @@ -17,6 +17,11 @@ | ||
17 | margin-left: 10px; | 17 | margin-left: 10px; |
18 | } | 18 | } |
19 | 19 | ||
20 | +#newsletter-moderation-preview th { | ||
21 | + padding: 0px; | ||
22 | + border: 0px; | ||
23 | +} | ||
24 | + | ||
20 | #newsletter-moderation-preview input[type=checkbox] { | 25 | #newsletter-moderation-preview input[type=checkbox] { |
21 | margin-left: -27px; | 26 | margin-left: -27px; |
22 | margin-top: 16px; | 27 | margin-top: 16px; |