Minor improvements (#914)

This commit is contained in:
Roman Kelesidis 2023-09-25 16:27:13 +07:00 committed by GitHub
commit 5e42154272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 6 deletions

View file

@ -16,7 +16,7 @@
background: url(../images/aerobg.png), -webkit-linear-gradient(top, rgba(200, 200, 200, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
background: url(../images/aerobg.png), -o-linear-gradient(top, rgba(200, 200, 200, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
background: url(../images/aerobg.png), -ms-linear-gradient(top, rgba(200, 200, 200, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#66c8c8c8', endColorstr='#ffffff', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66c8c8c8', endColorstr='#ffffff', GradientType=0);
background: url(../images/aerobg.png), linear-gradient(top, rgba(200, 200, 200, 0.4) 0%, rgba(255, 255, 255, 1) 100%);
background-size: cover;
-moz-background-size: cover;
@ -183,6 +183,7 @@ div#autocomplete_popup div.title {
font-size: 11px;
font-weight: bold;
padding: 6px 8px 7px;
cursor: move;
}
div#autocomplete_popup div.close {
@ -200,7 +201,7 @@ div#autocomplete_popup div.close {
div#autocomplete_popup input {
font-size: 16px;
margin: 20px 0 0;
width: 83px;
width: 180px;
}
div#autocomplete_popup span.regenerate {