mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-29 20:59:59 +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;
|
background-color:white;
|
||||||
padding:30px;
|
padding:30px;
|
||||||
width:745px;
|
width:745px;
|
||||||
height: 630px;
|
height: 635px;
|
||||||
flex-direction:column;
|
flex-direction:column;
|
||||||
border-radius:15px;
|
border-radius:15px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6195,6 +6195,11 @@ a.group_users {
|
||||||
.preview-box.icon-zoom-in:hover img {
|
.preview-box.icon-zoom-in:hover img {
|
||||||
opacity:0.5;
|
opacity:0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#GuestUserList .messages {
|
||||||
|
margin: 0 0 15px 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* See in the gallery - Photo page */
|
/* See in the gallery - Photo page */
|
||||||
.see-out{
|
.see-out{
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue