related to #1265 edit guest user popin done properly

This commit is contained in:
Matthieu Leproux
2021-06-16 14:06:05 +02:00
parent 7947a8cf7e
commit cef967de8e
3 changed files with 19 additions and 7 deletions
+14 -6
View File
@@ -767,7 +767,7 @@ update_selection_content();
</div>
<div class="update-container">
<div style="display:flex;flex-direction:column">
<div style="display:flex;margin-bottom: 30px">
<div style="display:flex;">
<span class="update-user-button">{'Update'|@translate}</span>
<span class="close-update-button">{'Close'|@translate}</span>
<span class="update-user-success icon-green">{'User updated'|@translate}</span>
@@ -1231,6 +1231,10 @@ update_selection_content();
font-size:1em;
}
#guest-msg {
max-width: 835px;
}
.UserListPopIn{
position: fixed;
z-index: 100;
@@ -1251,7 +1255,7 @@ update_selection_content();
text-align:left;
padding:20px;
display:flex;
width:870px
width:840px
}
.summary-properties-update-container {
@@ -1279,11 +1283,16 @@ update_selection_content();
padding: 0 20px
}
.update-container {
.UserListPopInContainer .update-container {
padding-right:20px;
padding-top:30px;
}
.GuestUserListPopInContainer .update-container {
padding-right:20px;
padding-top:20px;
}
.preferences-container {
width:250px;
padding-left:20px;
@@ -1646,11 +1655,10 @@ update_selection_content();
top: 50%;
transform:translate(-50%, -48%);
text-align:left;
padding:10px;
display:flex;
background-color:white;
padding:30px;
width:1020px;
padding:20px;
width:840px;
flex-direction:column;
border-radius:15px;
}
+4
View File
@@ -728,6 +728,10 @@ input:focus + .slider {
visibility: hidden;
}
.GuestUserListPopInContainer{
background-color:#444 !important;
}
/*Edit user popin*/
.user_form_popin .ui-slider-horizontal .ui-slider-handle{
+1 -1
View File
@@ -436,7 +436,7 @@ $conf['session_gc_probability'] = 1;
// number of photos beyond which individual photos are added in the
// lounge, a temporary zone where photos wait before being "launched".
// 50k photos by default.
$conf['lounge_activate_threshold'] = 50000;
$conf['lounge_activate_threshold'] = 1;
// Lounge is automatically emptied (photos are being pushed to their
// albums) when the oldest one reaches this duration. Lounge can be emptied