mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-19 21:03:21 -07:00
Some styling changes, mainly on the user profile page.
Add provider info to IP lookup modal.
This commit is contained in:
parent
bca1032c8b
commit
c7af1c127c
9 changed files with 76 additions and 46 deletions
|
@ -1026,11 +1026,10 @@ input[type="color"],
|
|||
}
|
||||
.user-info-wrapper {
|
||||
height: 113px;
|
||||
margin-left: 15px;
|
||||
margin-top: 30px;
|
||||
}
|
||||
.user-info-poster-face {
|
||||
float: left;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.user-info-poster-face img {
|
||||
bottom: 0;
|
||||
|
@ -1277,6 +1276,18 @@ input[type="color"],
|
|||
width: 90%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table-card-header {
|
||||
padding: 16px 16px 16px 16px;
|
||||
background-color: #2c2c2c;
|
||||
border-bottom: 1px solid #3d3d3d;
|
||||
border-top: 1px solid #282828;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 20px;
|
||||
margin-bottom: -20px;
|
||||
width: 90%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.table-card-back td {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue