Design change on Search album page

This commit is contained in:
Zacharie
2020-09-03 16:01:45 +02:00
parent 6b7a4938f7
commit 563e781ca0
2 changed files with 10 additions and 6 deletions
+6 -3
View File
@@ -4696,6 +4696,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
display: flex;
justify-content: center;
align-items: center;
margin: 10px;
margin-bottom: 25px
}
.search-album-label {
@@ -4714,9 +4716,9 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
}
.search-album-help {
text-align: center;
margin: 10px;
font-size: 14px;
cursor: help;
margin: 5px;
font-size: 20px;
}
.search-album-ghost, .search-album-result {
@@ -4806,5 +4808,6 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
font-weight: bold;
font-size: 30px;
position: absolute;
top: calc(50% + 200px / 2);
display: none;
}