We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5edb40 commit 7ad85a9Copy full SHA for 7ad85a9
src/main/webapp/WEB-INF/views/series/add.html
@@ -204,7 +204,7 @@ <h3 th:text="${#strings.capitalize(add_series)}">
204
</div>
205
206
<small togglz:active="INFO_COUNTRY_SERIES">
207
- <a tabindex="-1" th:text="#{t_guess_country}" href="javascript:void(0)" id="js-guess-country-link" th:style="'display: none;'">Guess a country</a>
+ <a tabindex="-1" th:text="#{t_guess_country}" href="javascript:void(0)" id="js-guess-country-link" th:style="'display: none; position: relative; top: 7px;'">Guess a country</a>
208
</small>
209
210
0 commit comments