Commit 674b489aea76116873d7a91f5758e24b013b06b3

Authored by Larissa Reis
1 parent d1261c16

newsletter: Removes header padding in moderation page

Showing 1 changed file with 5 additions and 0 deletions   Show diff stats
plugins/newsletter/public/style.css
... ... @@ -17,6 +17,11 @@
17 17 margin-left: 10px;
18 18 }
19 19  
  20 +#newsletter-moderation-preview th {
  21 + padding: 0px;
  22 + border: 0px;
  23 +}
  24 +
20 25 #newsletter-moderation-preview input[type=checkbox] {
21 26 margin-left: -27px;
22 27 margin-top: 16px;
... ...