mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 12:49:57 +03:00
fixes #2289 increase modal size and change messages margin
This commit is contained in:
parent
bb8f3d5715
commit
bd9571cb72
2 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue