Minor changes on search album page

This commit is contained in:
Zacharie
2020-09-03 17:13:42 +02:00
parent ad621844b3
commit e541bd036f
2 changed files with 21 additions and 11 deletions
+12 -1
View File
@@ -4700,6 +4700,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
margin-bottom: 25px
}
.search-album-cont {
position: relative;
display: flex;
align-items: center;
}
.search-album-label {
font-weight: bold;
font-size: 16px;
@@ -4721,10 +4727,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.search-album-help {
cursor: help;
margin: 5px;
font-size: 20px;
}
.search-album-help, .search-album-num-result {
position: absolute;
right: 0;
transform: translateX(calc(100% + 10px));
}
.search-album-ghost, .search-album-result {
display: flex;
flex-direction: column;