mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
fixes #2289 increase modal size and change messages margin
This commit is contained in:
@@ -2587,7 +2587,7 @@ $(document).ready(function() {
|
||||
background-color:white;
|
||||
padding:30px;
|
||||
width:745px;
|
||||
height: 630px;
|
||||
height: 635px;
|
||||
flex-direction:column;
|
||||
border-radius:15px;
|
||||
}
|
||||
|
||||
@@ -6195,6 +6195,11 @@ a.group_users {
|
||||
.preview-box.icon-zoom-in:hover img {
|
||||
opacity:0.5;
|
||||
}
|
||||
|
||||
#GuestUserList .messages {
|
||||
margin: 0 0 15px 0;
|
||||
}
|
||||
|
||||
/* See in the gallery - Photo page */
|
||||
.see-out{
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user