mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Fix settings page error alerts
This commit is contained in:
parent
d627e0efdb
commit
298d98cee9
2 changed files with 47 additions and 10 deletions
|
@ -1170,6 +1170,34 @@ a .season-episodes-card-overlay:hover {
|
|||
left: 8px;
|
||||
bottom: 5px;
|
||||
}
|
||||
.settings-alert {
|
||||
float: left;
|
||||
padding: 0;
|
||||
margin: 5px 0;
|
||||
border: 0;
|
||||
position: relative;
|
||||
}
|
||||
.settings-alert ul {
|
||||
padding: 0;
|
||||
}
|
||||
.settings-alert ul li {
|
||||
list-style: none;
|
||||
padding: 5px 12px 5px 35px;
|
||||
margin: 0;
|
||||
border: 1px solid #ebccd1;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.settings-alert ul li:before {
|
||||
content: "\f071";
|
||||
font-family: FontAwesome;
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
text-decoration: inherit;
|
||||
font-size: 18px;
|
||||
position: absolute;
|
||||
top: 5px;
|
||||
left: 12px;
|
||||
}
|
||||
.user-info-wrapper {
|
||||
height: 113px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue