Skip to content

Commit

Permalink
Fix alignment; See: wpsharks/comment-mail#187
Browse files Browse the repository at this point in the history
  • Loading branch information
kristineds committed Feb 6, 2016
1 parent 3266e9c commit 90ca51f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions comment-mail-pro/client-s/css/menu-pages.css
Expand Up @@ -769,11 +769,11 @@ Menu page heading styles.
float: right;
clear: right;
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 @@ -782,13 +782,13 @@ Menu page heading styles.
{
float: right;
clear: right;
margin: 0.5em 0 0 0;
text-align: center;
margin: 0.5em 0.5em 0 0;
text-align: right;
}
.comment-mail-menu-page .pmp-heading .plugin-menu-page-restore-defaults
{
float: right;
margin: 0 1em 0 0;
margin: 0 0.3em 0 0;
}

/*
Expand Down

0 comments on commit 90ca51f

Please sign in to comment.