Skip to content

Commit

Permalink
#0019018: Delete Button on "View Bounces per List" is not aligned and…
Browse files Browse the repository at this point in the history
… rounded
  • Loading branch information
mariez committed Aug 5, 2018
1 parent f68de18 commit 6b75aaa
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 6b75aaa

Please sign in to comment.