mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fixes #1500 better positioning for addAlbum content
This commit is contained in:
@@ -82,7 +82,8 @@ function setDisplayCompact() {
|
||||
transform: "translateY(75px)",
|
||||
alignItems: "center",
|
||||
marginTop: "-10px",
|
||||
transition: "0.4s ease"
|
||||
transition: "0.4s ease",
|
||||
marginBottom: "40px"
|
||||
});
|
||||
|
||||
$(".addAlbum form").css("flex-direction", "column");
|
||||
@@ -233,7 +234,8 @@ function setDisplayLine() {
|
||||
transform: "translateY(0)",
|
||||
alignItems: "center",
|
||||
marginTop: "0",
|
||||
transform: "translateX(200px)"
|
||||
transform: "translateX(200px)",
|
||||
marginBottom: "0"
|
||||
});
|
||||
|
||||
$(".addAlbum form").css({
|
||||
@@ -345,7 +347,8 @@ function setDisplayTile() {
|
||||
transform: "translateY(75px)",
|
||||
alignItems: "center",
|
||||
marginTop: "10px",
|
||||
transition: "0.4s ease"
|
||||
transition: "0.4s ease",
|
||||
marginBottom: "0"
|
||||
});
|
||||
|
||||
$(".addAlbum form").css({
|
||||
|
||||
@@ -293,7 +293,7 @@ TABLE.languages TR TD { padding: 7px 20px; }
|
||||
height: 27px;
|
||||
padding: 10px;
|
||||
border-radius: 30px;
|
||||
margin: 10px auto;
|
||||
margin: 10px auto 15px auto;
|
||||
}
|
||||
|
||||
.addAlbumHead p {
|
||||
|
||||
Reference in New Issue
Block a user