You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
336 B
23 lines
336 B
.actionButton
|
|
{
|
|
margin: 5px;
|
|
padding: 2px 5px;
|
|
background-repeat: no-repeat;
|
|
background-position: 5px center;
|
|
background-color: #cccccc;
|
|
display: inline-block;
|
|
font-size: 15px;
|
|
}
|
|
|
|
.actionButton img
|
|
{
|
|
cursor: pointer;
|
|
vertical-align: middle;
|
|
position: relative;
|
|
bottom: 3px;
|
|
}
|
|
|
|
.delete
|
|
{
|
|
}
|