Added space between avatar and settings
Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
This commit is contained in:
parent
b4e05e8c58
commit
b55c7032ad
1 changed files with 4 additions and 6 deletions
|
@ -39,8 +39,7 @@ input#pass1, input#pass2, input#passwordbutton {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 44px;
|
width: 44px;
|
||||||
top: -6px;
|
top: -6px;
|
||||||
left: 129px;
|
left: 130px;
|
||||||
z-index: 10;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* icons for sidebar */
|
/* icons for sidebar */
|
||||||
|
@ -71,6 +70,7 @@ input#pass1, input#pass2, input#passwordbutton {
|
||||||
#avatarform {
|
#avatarform {
|
||||||
min-width: 145px;
|
min-width: 145px;
|
||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
|
margin-top: -2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#avatarform .avatardiv {
|
#avatarform .avatardiv {
|
||||||
|
@ -148,10 +148,8 @@ input#pass1, input#pass2, input#passwordbutton {
|
||||||
|
|
||||||
#personal-settings-container {
|
#personal-settings-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: left;
|
margin-left: 215px;
|
||||||
min-width: 280px;
|
max-width: 600px;
|
||||||
max-width: 700px;
|
|
||||||
width: calc(100% - 200px);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#personal-settings-container:after {
|
#personal-settings-container:after {
|
||||||
|
|
Loading…
Reference in a new issue