1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-25 11:13:39 +02:00
Sonarr/NzbDrone.Web/Content/ActionButton.css

23 lines
336 B
CSS
Raw Normal View History

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