diff --git a/css/index.css b/css/index.css index 0585f43..0452535 100644 --- a/css/index.css +++ b/css/index.css @@ -650,3 +650,8 @@ select > .style-select-option:active { .thirdwidth { max-width: 33%; } + +.refreshbutton { + max-width: 50%; + max-height: 50%; +} diff --git a/css/ui/generic.css b/css/ui/generic.css index 09eb6ea..036b905 100644 --- a/css/ui/generic.css +++ b/css/ui/generic.css @@ -212,6 +212,10 @@ div.autocomplete > .autocomplete-text { width: 100%; } +div.autocomplete > .refreshable { + width: 82% !important; +} + div.autocomplete > .autocomplete-list { position: absolute; diff --git a/index.html b/index.html index f87960c..a7afde7 100644 --- a/index.html +++ b/index.html @@ -7,10 +7,10 @@ - + - + @@ -85,6 +85,13 @@
+
@@ -348,7 +355,7 @@ - + - +