Skip to content

Instantly share code, notes, and snippets.

@bhavik-kiri
Last active June 21, 2017 11:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhavik-kiri/a96141b694be3d4a6e77d26fda5d346a to your computer and use it in GitHub Desktop.
Save bhavik-kiri/a96141b694be3d4a6e77d26fda5d346a to your computer and use it in GitHub Desktop.
We will add the CSS for the delete icon.
#content table.shop_table a.remove {
color: red;
display: block;
font-size: 20px;
font-weight: 700;
height: 20px;
line-height: 20px;
padding: 0;
text-align: center;
text-decoration: none;
vertical-align: middle;
width: 20px;
float: left;
border: 0;
}
.product_name{
float:left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment