Skip to content

Commit

Permalink
Fix alignment; See: #187
Browse files Browse the repository at this point in the history
  • Loading branch information
kristineds committed Feb 6, 2016
1 parent 4ffbc2f commit bf3c649
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions comment-mail/client-s/css/menu-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -768,13 +768,13 @@ Menu page heading styles.
{
float: right;
clear: right;
max-width: 350px;
max-width: 300px;
margin: 1em 0 0 0;
text-align: center;
text-align: right;
}
.comment-mail-menu-page .pmp-heading .pmp-heading-options a
{
line-height: 1.5em;
line-height: 1.75em;
text-decoration: none;
margin: 0 .5em 0 .5em;
display: inline-block;
Expand All @@ -783,9 +783,9 @@ Menu page heading styles.
{
float: right;
clear: right;
min-width: 350px;
margin: 0.5em 0 0 0;
text-align: center;
min-width: 300px;
margin: 0.5em 0.5em 0 0;
text-align: right;
}
.comment-mail-menu-page .pmp-heading .plugin-menu-page-restore-defaults
{
Expand Down
Loading

0 comments on commit bf3c649

Please sign in to comment.