mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
Purge cache section added.
Need to set cache data dynamicaly Need to add translation keys
This commit is contained in:
@@ -2122,6 +2122,60 @@ legend {text-align:left;}
|
||||
/* local-layout */
|
||||
/* You can modify this file */
|
||||
|
||||
/* Maintenance */
|
||||
|
||||
.template-purge {
|
||||
height: 100px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
flex-direction: column;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cache-infos {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.cache-infos a {
|
||||
margin-left: 10px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.cache-size-value {
|
||||
background: #dddddd;
|
||||
padding: 1px 8px;
|
||||
border-radius: 5px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cache-size-text {
|
||||
font-size: 15px;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.cache-lastCalculated-text, .cache-lastCalculated-value {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.multiple-pictures-sizes, .multiple-compiledTemplate-sizes {
|
||||
background: #dddddd;
|
||||
padding: 1px 8px;
|
||||
border-radius: 5px;
|
||||
font-size: 10px;
|
||||
font-weight: bold;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.multiple-compiledTemplate-sizes {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.multiple-pictures-sizes {
|
||||
position: absolute;
|
||||
left: 231px;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
/* Tables & forms */
|
||||
|
||||
SELECT, TEXTAREA {
|
||||
|
||||
Reference in New Issue
Block a user