mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Root Dir cleanup
This commit is contained in:
parent
07312780f1
commit
cece6e9bf6
10 changed files with 144 additions and 59 deletions
23
NzbDrone.Web/Content/ActionButton.css
Normal file
23
NzbDrone.Web/Content/ActionButton.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
.actionButton
|
||||
{
|
||||
margin: 5px 0px;
|
||||
padding: 5px 10px 5px 10px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center;
|
||||
background-color: #dbe4e9;
|
||||
margin-bottom: 10px;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.actionButton img
|
||||
{
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
bottom: 1px;
|
||||
}
|
||||
|
||||
.delete
|
||||
{
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue