diff --git a/webui/src/main/css/i2pbote.css b/webui/src/main/css/i2pbote.css index ce5d443c..dcc0536f 100644 --- a/webui/src/main/css/i2pbote.css +++ b/webui/src/main/css/i2pbote.css @@ -191,11 +191,21 @@ iframe { padding: 0 0 22px 28px; width: 300px; } +.title-and-help { + display: inline-block; +} .pagetitle { display: inline-block; font-size: 2em; padding-left: 28px; } +.pagehelp { + font-size: 2em; + padding-right: 28px; + float: right; + position: absolute; + right:0; +} .password { height: 24px; position: absolute; diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index afaebc7b..c8e18beb 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -627,4 +627,13 @@ textarea.copypaste { .configuration-section .tooltip .tooltiptext { white-space: pre-wrap; padding : 5px 0 5px 5px; +} + +.title-and-help .pagehelp .tooltip .tooltiptext { + white-space: pre-wrap; + right : 0; + top:20px; + width: 400px; + font-size: initial; + color: initial; } \ No newline at end of file diff --git a/webui/src/main/webapp/header.jsi b/webui/src/main/webapp/header.jsi index 957d8134..a22438e8 100644 --- a/webui/src/main/webapp/header.jsi +++ b/webui/src/main/webapp/header.jsi @@ -8,8 +8,15 @@ ${persona}
-
- <%=pagetitle%> +
+
+ <%=pagetitle%> +
+ +
<%=Util._t("Help")%> + Help text goes here +
+