mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
issue #2386 edit css for filter button
This commit is contained in:
@@ -439,8 +439,6 @@ var actionInfos_tags_moved = "{'%d tags moved'|translate}";
|
||||
.activity-header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
margin-top: 38px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -477,12 +475,12 @@ div:has(> .activity-header) {
|
||||
|
||||
.activity-more-filters{
|
||||
margin-left: 14px;
|
||||
padding: 4px 16px 4px 16px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
text-align: center;
|
||||
font-weight: bold;
|
||||
width:70px;
|
||||
}
|
||||
|
||||
.activity-more-filters.extend-padding{
|
||||
|
||||
@@ -7714,16 +7714,16 @@ color:#FF7B00;
|
||||
}
|
||||
|
||||
.download_csv {
|
||||
height: 25px;
|
||||
width: 30px;
|
||||
min-width: 35px;
|
||||
background: #dddddd;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
color:black;
|
||||
cursor: pointer;
|
||||
border-radius: 5px;
|
||||
font-size: 15px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
.download_csv:hover {
|
||||
|
||||
Reference in New Issue
Block a user