mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
related to #1503 Translation adjustments, api fonction implementation date
This commit is contained in:
@@ -50,7 +50,11 @@ function setDisplayCompact() {
|
||||
padding: "8px"
|
||||
});
|
||||
|
||||
$(".albumInfos p").css("margin", "0");
|
||||
$(".albumInfos p").css({
|
||||
margin: "0",
|
||||
textAlign: "center",
|
||||
whiteSpace: "normal"
|
||||
});
|
||||
$(".albumInfos p:last-child").css({
|
||||
width: "auto"
|
||||
});
|
||||
@@ -200,7 +204,8 @@ function setDisplayLine() {
|
||||
|
||||
$(".albumInfos p").css({
|
||||
textAlign: "right",
|
||||
margin: "0"
|
||||
margin: "0",
|
||||
whiteSpace: "nowrap"
|
||||
});
|
||||
|
||||
$(".albumInfos p:last-child").css({
|
||||
@@ -314,6 +319,11 @@ function setDisplayTile() {
|
||||
$(".albumInfos p:last-child").css({
|
||||
width: "auto"
|
||||
});
|
||||
$(".albumInfos p").css({
|
||||
margin: "0",
|
||||
textAlign: "center",
|
||||
whiteSpace: "normal"
|
||||
});
|
||||
|
||||
$(".albumIcon").css({
|
||||
height: "80px"
|
||||
|
||||
Reference in New Issue
Block a user