Skip to content

Commit

Permalink
small tweak to the compose page layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmunro committed Oct 10, 2018
1 parent 97b07bd commit d0736af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/smtp/site.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.compose_page { width: 100%; height: 100%; min-height: 400px; background-color: #fff; width: 100%; }
.compose_form { position: relative; display: block; padding: 20px; width: 80%; padding-left: 30px; }
.compose_form { position: relative; display: block; padding: 20px; width: 80%; padding-left: 30px; padding-bottom: 0px; }
.compose_bcc, .compose_cc, .compose_subject, .compose_to { padding: 5px; margin: 5px; width: 100%; }
/*.compose_to { width: calc(100% - 25px); }*/
.toggle_recipients { background-color: #fff; position: absolute; padding-left: 5px; right: 9px; top: 28px; font-size: 120%; }
Expand Down

0 comments on commit d0736af

Please sign in to comment.