Some styling changes, mainly on the user profile page.

Add provider info to IP lookup modal.
This commit is contained in:
Tim 2015-08-10 23:05:23 +02:00
commit c7af1c127c
9 changed files with 76 additions and 46 deletions

View file

@ -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;
}