mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Font-awesomed InfoBox
This commit is contained in:
parent
c1940ee2e7
commit
e459c0ff37
8 changed files with 17 additions and 20 deletions
|
@ -1,36 +1,34 @@
|
|||
/*Pinned messages*/
|
||||
|
||||
.infoBox, .successBox, .warningBox, .errorBox, .validationBox
|
||||
{
|
||||
.infoBox, .successBox, .warningBox, .errorBox, .validationBox {
|
||||
border: 0px solid;
|
||||
margin: 10px 0px;
|
||||
padding: 10px 10px 10px 50px;
|
||||
padding: 10px 10px 10px 10px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 10px center;
|
||||
line-height: 20px;
|
||||
}
|
||||
.infoBox
|
||||
{
|
||||
.infoBox {
|
||||
color: #00529B;
|
||||
background-color: #f4f7f9;
|
||||
background-image: url(images/blue.png);
|
||||
}
|
||||
.successBox
|
||||
{
|
||||
.successBox {
|
||||
color: #4F8A10;
|
||||
background-color: #DFF2BF;
|
||||
background-image: url(images/green.png);
|
||||
}
|
||||
.warningBox
|
||||
{
|
||||
.warningBox {
|
||||
color: #9F6000;
|
||||
background-color: #FEEFB3;
|
||||
background-image: url(images/yellow.png);
|
||||
}
|
||||
.errorBox
|
||||
{
|
||||
.errorBox {
|
||||
color: #D8000C;
|
||||
background-color: #FFBABA;
|
||||
background-image: url(images/red.png);
|
||||
}
|
||||
|
||||
.infoBox i, .successBox i, .warningBox i, .errorBox i, .validationBox i {
|
||||
font-size: 2.33em;
|
||||
vertical-align: text-bottom;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
/*Progress Notification*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue