1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/NzbDrone.Web/Content/ActionButton.css

23 lines
336 B
CSS
Raw Normal View History

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