mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-05 09:22:21 +02:00
related to #1265 edit guest user popin done properly
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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{
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user