mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 08:43:31 +02:00
related to #1704 Added alert is album is locked
* Corrected french sentences spelled wrong * Added max length for album names in breadcrumbs * Added attribute 'visible' in categories.setInfos * Can now unlock an album by clicking on the alert * Switch used to lock an album works properly now
This commit is contained in:
@@ -404,6 +404,10 @@ LI.menuLi {
|
||||
}
|
||||
|
||||
/* Cat Modify */
|
||||
.unlock-album {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.cat-modify {
|
||||
height: calc(100vh - 192px);
|
||||
width: calc(100vw - 205px);
|
||||
@@ -425,6 +429,25 @@ LI.menuLi {
|
||||
}
|
||||
.cat-modify-ariane a {
|
||||
white-space: nowrap;
|
||||
max-width: 300px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
#cat-parent {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
white-space: nowrap;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
#cat-parent span {
|
||||
margin: 0 5px;
|
||||
}
|
||||
#cat-parent a {
|
||||
max-width: 175px;
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
||||
.cat-modify-ariane > * {
|
||||
|
||||
Reference in New Issue
Block a user