Skip to content

Commit

Permalink
Merge pull request #66 from phpList/mantis-19018
Browse files Browse the repository at this point in the history
#19018: Delete Button on "View Bounces per List" not aligned & rounded
  • Loading branch information
mariez committed Aug 5, 2018
2 parents f68de18 + 6b75aaa commit b19314e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion css/style.css

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions less/legacy.less
Expand Up @@ -396,12 +396,13 @@ body.fixed .content .poweredby{margin-top:15px}
body.fixed .content .table td:first-child{border-top-width:1px;width:100% }
}

/* fix border-radius on /lists/admin/?page=eventlog */
body.eventlog .btn-group .dropdown-toggle:not(:first-child){
/* fix border-radius on page=eventlog & page=listbounces&id=x */
body.eventlog,body.listbounces{
.btn-group .dropdown-toggle:not(:first-child){
border-top-left-radius:5px !important;
border-bottom-left-radius:5px !important;
}
}

/* fix bug in view campaing table */
.messageView table {
background-color: transparent !important;
Expand Down

0 comments on commit b19314e

Please sign in to comment.