Skip to content

Commit

Permalink
[bug-OpenMage#151] Incorrect padding for .grid-severity-notice css class
Browse files Browse the repository at this point in the history
Fixes 1px line margin so left and right are not separated
  • Loading branch information
seansan authored and edannenberg committed Aug 17, 2020
1 parent f67a2d3 commit 8f6e10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skin/adminhtml/default/default/boxes.css
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ ul.super-product-attributes { padding-left:15px; }
.grid-severity-minor,
.grid-severity-minor span,
.grid-severity-notice,
.grid-severity-notice span { display:block; height:16px; background-image:url(images/bg_notifications.gif); background-repeat:no-repeat; font:bold 10px/16px Arial, Helvetica, sans-serif; text-transform:uppercase; text-align:center; padding:0 0 0 7px; margin:1px 0; white-space:nowrap; color:#fff; }
.grid-severity-notice span { display:block; height:16px; background-image:url(images/bg_notifications.gif); background-repeat:no-repeat; font:bold 10px/16px Arial, Helvetica, sans-serif; text-transform:uppercase; text-align:center; padding:0 0 0 6px; margin:1px 0; white-space:nowrap; color:#fff; }
.grid-severity-critical { background-position:0 0; }
.grid-severity-critical span { background-position:100% 0; padding:0 7px 0 0; }
.grid-severity-major { background-position:0 -16px; }
Expand Down

0 comments on commit 8f6e10a

Please sign in to comment.