mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
adding bootstrap layout.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.actionButton
|
||||
{
|
||||
margin: 5px;
|
||||
padding: 2px 5px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 5px center;
|
||||
background-color: #cccccc;
|
||||
display: inline-block;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.actionButton img
|
||||
{
|
||||
cursor: pointer;
|
||||
vertical-align: middle;
|
||||
position: relative;
|
||||
bottom: 3px;
|
||||
}
|
||||
|
||||
.delete
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user