mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Font-Awesomed Settings
This commit is contained in:
parent
665e4b9fbf
commit
b5bdda1c63
6 changed files with 46 additions and 33 deletions
|
@ -1,8 +1,6 @@
|
|||
.gridImage, .gridAction, .grid-icon
|
||||
{
|
||||
width: 17px;
|
||||
/*height: 18px;
|
||||
margin: 0px;*/
|
||||
padding: 3px 1px;
|
||||
vertical-align: middle;
|
||||
border: none;
|
||||
|
|
|
@ -14,6 +14,12 @@
|
|||
font-size:16px;
|
||||
color: black;
|
||||
font-weight:bold;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#addProfile > i {
|
||||
color: green;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
#profileHeader
|
||||
|
@ -97,11 +103,17 @@
|
|||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.deleteProfile
|
||||
{
|
||||
.delete-profile {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 0px;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.delete-profile > i[class*="icon-"]:hover {
|
||||
cursor: pointer !important;
|
||||
}
|
||||
|
||||
.titleText
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue