1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 00:41:43 +02:00
Radarr/NzbDrone.Web/Content/ActionButton.css

23 lines
336 B
CSS
Raw Normal View History

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