(cp 9cebf85) fixes #1336 alternate views for album manager

* in addition to "tile" view introduced in Piwigo 11, we add "compact" and "lines" views
* implemented by @MatthieuLP as cat_list_new in a custom branch, manually merged by @plegall on master

Conflicts:
	language/fr_FR/admin.lang.php
This commit is contained in:
plegall
2021-03-04 15:02:03 +01:00
parent 0dd3c44ede
commit cd35fba44b
6 changed files with 805 additions and 26 deletions
+7 -6
View File
@@ -195,7 +195,6 @@ TABLE.languages TR TD { padding: 7px 20px; }
text-align: center;
font-weight: 600;
font-size: 14px;
margin-top: 10px;
display: block;
}
@@ -204,13 +203,10 @@ TABLE.languages TR TD { padding: 7px 20px; }
}
.albumActions {
position: absolute;
bottom: 5px;
flex-direction: column;
width: 90%;
overflow: hidden;
margin-left: 20px;
margin-bottom: 10px;
display: none;
}
@@ -236,7 +232,7 @@ TABLE.languages TR TD { padding: 7px 20px; }
.addAlbum {
display: flex;
flex-direction: column;
justify-content: space-around;
justify-content: center;
cursor: pointer;
}
@@ -244,6 +240,10 @@ TABLE.languages TR TD { padding: 7px 20px; }
cursor: auto;
}
.addAlbum.input-mode form {
display: flex;
}
.addAlbum label {
margin: 0;
border-radius: 5px 5px 0 0;
@@ -312,7 +312,8 @@ TABLE.languages TR TD { padding: 7px 20px; }
}
.addAlbum.input-mode .addAlbumHead{
transform: translateY(0px);
transform: translateY(0px) !important;
margin-top: 0;
}
.addAlbum.input-mode form {