Refactor the profile page to move the profile information out of the header
This makes it look like other normal pages, along with removing the unusual full-width class.
This commit is contained in:
parent
cb7b79a58f
commit
3f8cf32272
2 changed files with 47 additions and 61 deletions
|
@ -1096,17 +1096,6 @@ tr.turn:hover {
|
|||
|
||||
/* Rules for the user profile page */
|
||||
|
||||
#userinformation {
|
||||
min-height: 100px;
|
||||
.userinformation-inner {
|
||||
float: left;
|
||||
}
|
||||
.user-description {
|
||||
width: 100%;
|
||||
clear: both;
|
||||
}
|
||||
}
|
||||
|
||||
.admin-user-info small {
|
||||
margin-bottom: $lineheight/2;
|
||||
display: inline;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue