mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 10:42:59 +02:00
* 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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user