mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
Issue #1710 New storage bar tooltips
For each kind of files give the number and for each file extension give number of files and total files size
This commit is contained in:
@@ -1599,6 +1599,11 @@ a.stat-box:hover {
|
||||
border-color: transparent transparent white transparent;
|
||||
}
|
||||
|
||||
.storage-tooltips .tooltip-arrow.bottom {
|
||||
top: 100%;
|
||||
border-color: white transparent transparent transparent;
|
||||
}
|
||||
|
||||
.storage-tooltips .separated {
|
||||
display: block !important;
|
||||
width: 100%;
|
||||
@@ -1638,14 +1643,16 @@ a.stat-box:hover {
|
||||
}
|
||||
|
||||
.storage-tooltips .tooltip-details {
|
||||
display: grid !important;
|
||||
grid-template-columns: repeat(3, 1fr);
|
||||
gap: 10px;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.storage-tooltips .tooltip-details-cont{
|
||||
width: 33%;
|
||||
align-items: center !important;
|
||||
margin: 0 !important;
|
||||
margin-top: 10px !important;
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
|
||||
.storage-tooltips .tooltip-details-ext,
|
||||
|
||||
Reference in New Issue
Block a user