Radarr/NzbDrone.Web/Content/ActionButton.css

23 lines
336 B
CSS
Raw Normal View History

2011-06-30 06:15:06 +00:00
.actionButton
{
2011-07-28 06:30:06 +00:00
margin: 5px;
padding: 2px 5px;
2011-06-30 06:15:06 +00:00
background-repeat: no-repeat;
background-position: 5px center;
2011-07-01 07:23:07 +00:00
background-color: #cccccc;
2011-06-30 06:15:06 +00:00
display: inline-block;
font-size: 15px;
}
.actionButton img
{
cursor: pointer;
vertical-align: middle;
position: relative;
2011-07-28 06:30:06 +00:00
bottom: 3px;
2011-06-30 06:15:06 +00:00
}
.delete
{
}