mirror of
https://github.com/nextcloud/server.git
synced 2026-06-19 21:49:43 -04:00
Moved settings to left
Signed-off-by: Andreas Jacobsen <andreasjacobsen93@gmail.com>
This commit is contained in:
parent
f6e5718040
commit
91651cfbb9
2 changed files with 13 additions and 9 deletions
|
|
@ -25,13 +25,7 @@ input#pass1, input#pass2, input#passwordbutton {
|
|||
}
|
||||
|
||||
.personal-settings-password-box {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 136px;
|
||||
}
|
||||
|
||||
.personal-settings-group-box,
|
||||
.personal-settings-language-box {
|
||||
margin-top: 20px;
|
||||
margin-bottom: 80px;
|
||||
}
|
||||
|
||||
.icon-federation-menu {
|
||||
|
|
@ -108,6 +102,10 @@ input#pass1, input#pass2, input#passwordbutton {
|
|||
height: 33px;
|
||||
}
|
||||
|
||||
#language {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.jcrop-holder {
|
||||
z-index: 500;
|
||||
}
|
||||
|
|
@ -156,6 +154,8 @@ input#pass1, input#pass2, input#passwordbutton {
|
|||
|
||||
.profile-settings-container {
|
||||
top: 20px;
|
||||
position: relative;
|
||||
max-width: 600px;
|
||||
}
|
||||
|
||||
.personal-settings-container {
|
||||
|
|
@ -179,6 +179,11 @@ input#pass1, input#pass2, input#passwordbutton {
|
|||
min-width: 200px;
|
||||
}
|
||||
|
||||
.personal-settings-group-box, .personal-settings-language-box {
|
||||
margin-top: -20px;
|
||||
margin-bottom: -20px;
|
||||
}
|
||||
|
||||
#avatarform > h2,
|
||||
.personal-settings-container > div h2 {
|
||||
position: relative;
|
||||
|
|
@ -276,7 +281,6 @@ input#pass1, input#pass2, input#passwordbutton {
|
|||
#lostpassword,
|
||||
#groups {
|
||||
display: inline-block;
|
||||
margin-bottom: 10px;
|
||||
padding-bottom: 0;
|
||||
padding-right: 0;
|
||||
min-width: 60%;
|
||||
|
|
|
|||
|
|
@ -252,7 +252,7 @@
|
|||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="personal-settings-container profile-settings-container">
|
||||
<div class="profile-settings-container">
|
||||
<div class="personal-settings-setting-box personal-settings-group-box">
|
||||
<div id="groups" class="section">
|
||||
<h2><?php p($l->t('Groups')); ?></h2>
|
||||
|
|
|
|||
Loading…
Reference in a new issue