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

23 lines
349 B
CSS
Raw Normal View History

2011-06-30 09:15:06 +03:00
.actionButton
{
2011-07-01 23:59:25 +03:00
margin: 5px 5px 5px 5px;
2011-07-28 01:59:48 +03:00
padding: 3px 10px;
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;
bottom: 1px;
}
.delete
{
}