1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 08:51:43 +02:00
Radarr/NzbDrone.Web/Content/ActionButton.css
2011-07-27 15:59:48 -07:00

23 lines
349 B
CSS

.actionButton
{
margin: 5px 5px 5px 5px;
padding: 3px 10px;
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: 1px;
}
.delete
{
}