Skip to content

Commit

Permalink
Enhancing coupon code UI panel. See: #285, #403, #386
Browse files Browse the repository at this point in the history
  • Loading branch information
jaswsinc committed Jan 28, 2015
1 parent e37ab53 commit 9af06db
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions s2member/includes/menu-pages/menu-pages.css
Original file line number Diff line number Diff line change
Expand Up @@ -850,12 +850,17 @@ table.ws-menu-page-table table.coupons-table td
padding : .1em;
text-align : center;
vertical-align : middle;
width : 10.5%;
width : 10%;
}
table.ws-menu-page-table table.coupons-table th
{
padding : .2em;
}
table.ws-menu-page-table table.coupons-table th:first-child,
table.ws-menu-page-table table.coupons-table td:first-child
{
width : 20%;
}
table.ws-menu-page-table table.coupons-table th i.fa
{
display : block;
Expand All @@ -868,7 +873,7 @@ table.ws-menu-page-table table.coupons-table td:last-child
}
table.ws-menu-page-table table.coupons-table td:last-child a
{
width : 33.3%;
width : 40%;
display : inline-block;
}
table.ws-menu-page-table table.coupons-table td:last-child a.-delete:hover
Expand Down

0 comments on commit 9af06db

Please sign in to comment.