diff --git a/apps/susidns/src/jsp/index.jsp b/apps/susidns/src/jsp/index.jsp index 4661f792a..69019bc06 100644 --- a/apps/susidns/src/jsp/index.jsp +++ b/apps/susidns/src/jsp/index.jsp @@ -69,11 +69,21 @@

<%=intl._t("It regularly updates your hosts.txt file from distributed sources or \"subscriptions\".")%> <%=intl._t("In the default configuration, the address book is only subscribed to {0}.", "i2p-projekt.i2p")%> -<%=intl._t("Subscribing to additional sites is easy, just add them to your subscriptions file.")%> +<%=intl._t("Subscribing to additional sites is easy, just add them to your subscriptions.")%>

<%=intl._t("For more information on naming in I2P, see the overview.")%>

+

<%=intl._t("How to use the Address Book?")%>

+

+<%=intl._t("The I2P Address Book allows you to manage addresses by sorting them into categories.")%> +<%=intl._t("You may use these categories according to how you intend to use the address.")%> +

+

<%=intl._t("How does the address book application work?")%>

<%=intl._t("The address book application regularly polls your subscriptions and merges their content into your \"router\" address book.")%> diff --git a/apps/susidns/src/themes/dark/susidns.css b/apps/susidns/src/themes/dark/susidns.css index 47d809823..f1500f96e 100644 --- a/apps/susidns/src/themes/dark/susidns.css +++ b/apps/susidns/src/themes/dark/susidns.css @@ -323,6 +323,10 @@ h3 { box-shadow: inset 0 0 0 1px #000; } +ul.howtouse { + margin-left: 32px; +} + .headline h3 { margin-top: -10px; } diff --git a/apps/susidns/src/themes/light/susidns.css b/apps/susidns/src/themes/light/susidns.css index 94c69bf92..1ff09eefe 100644 --- a/apps/susidns/src/themes/light/susidns.css +++ b/apps/susidns/src/themes/light/susidns.css @@ -310,6 +310,17 @@ div.help h3, #add h3, #import h3 { background-position: .5%, 15% !important; } +#howtouse { + padding: 5px 32px; + background: url(/themes/console/light/images/dropdown.png) #f8f8ff; + background-repeat: no-repeat !important; + background-position: .5%, 15% !important; +} + +ul.howtouse { + margin-left: 32px; +} + .expanded { background: url(/themes/console/light/images/dropdown_active.png) #f8f8ff !important; background-repeat: no-repeat !important;