fix tooltips on new gear links, shrink them down a little bit

This commit is contained in:
hankhill19580
2019-10-09 17:31:44 +00:00
parent e4c5c4862f
commit 68a65d5cac
4 changed files with 9 additions and 5 deletions

View File

@ -31,8 +31,8 @@
</div><div class="main" id="console">
<jsp:useBean class="net.i2p.router.web.ContentHelper" id="contenthelper" scope="request" />
<div class="welcome">
<div class="langbox"> <% /* English, then alphabetical by English name please */ %>
<a href="/configui"><img src="/themes/console/images/info/control.png" alt=<%=intl._t("Configure Language")%>></a>
<div class="langbox" title="<%=intl._t("Language Configuration")%>"> <% /* English, then alphabetical by English name please */ %>
<a href="/configui#langheading"><img src="/themes/console/images/info/control.png" alt=<%=intl._t("Configure Language")%>></a>
</div>
<a name="top"></a>
<h2><%=intl._t("Welcome to I2P")%></h2>

View File

@ -57,9 +57,9 @@
<jsp:useBean class="net.i2p.router.web.helpers.HomeHelper" id="homehelper" scope="request" />
<jsp:setProperty name="homehelper" property="contextId" value="<%=i2pcontextId%>" />
<% if (homehelper.shouldShowWelcome()) { %>
<div class="welcome" title="<%=intl._t("Use the menu to select a language. Click 'Configure UI' below to change it later.")%>">
<div class="langbox"> <% /* English, then alphabetical by English name please */ %>
<a href="/configui"><img src="/themes/console/images/info/control.png" alt=<%=intl._t("Configure Language")%>></a>
<div class="welcome" >
<div class="langbox" title="<%=intl._t("Language Configuration")%>"> <% /* English, then alphabetical by English name please */ %>
<a href="/configui#langheading"><img src="/themes/console/images/info/control.png" alt=<%=intl._t("Configure Language")%>></a>
</div>
<h2><%=intl._t("Welcome to I2P")%></h2>
</div>

View File

@ -2041,6 +2041,8 @@ button:active {
margin: 0 1px -2px !important;
transition: ease opacity 0.3s;
border: 1px solid #000;
height: 6%;
height: 1.8rem;
}
.langbox img:hover, .langbox a:focus img {

View File

@ -3763,6 +3763,8 @@ div[lang="de"] .links li {
border: 1px solid #99f;
filter: none;
border-radius: 1px;
height: 6%;
height: 1.8rem;
}
.langbox img:hover, .langbox a:focus img {