diff --git a/apps/routerconsole/jsp/i2ptunnelmgr.jsp b/apps/routerconsole/jsp/i2ptunnelmgr.jsp index b8ada141fe..dc388f28c2 100644 --- a/apps/routerconsole/jsp/i2ptunnelmgr.jsp +++ b/apps/routerconsole/jsp/i2ptunnelmgr.jsp @@ -37,7 +37,7 @@ <%@include file="summary.jsi" %> -

<%=intl._("I2P Tunnel Manager")%>

+

<%=intl._("I2P Tunnel Manager")%> ">images/newtab.png" />

diff --git a/apps/routerconsole/jsp/torrents.jsp b/apps/routerconsole/jsp/torrents.jsp index 9913840c93..690be49a5a 100644 --- a/apps/routerconsole/jsp/torrents.jsp +++ b/apps/routerconsole/jsp/torrents.jsp @@ -33,7 +33,7 @@ <%@include file="summary.jsi" %> -

<%=intl._("I2P Torrent Downloader")%>

+

<%=intl._("I2P Torrent Downloader")%> ">images/newtab.png" />

diff --git a/installer/resources/themes/console/classic/console.css b/installer/resources/themes/console/classic/console.css index df14c8aba3..6f9591417b 100644 --- a/installer/resources/themes/console/classic/console.css +++ b/installer/resources/themes/console/classic/console.css @@ -598,6 +598,13 @@ h1 { border-radius: 0 3px 0 0; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 14pt; padding: 10px; diff --git a/installer/resources/themes/console/classic/images/newtab.png b/installer/resources/themes/console/classic/images/newtab.png new file mode 100644 index 0000000000..c70702b93b Binary files /dev/null and b/installer/resources/themes/console/classic/images/newtab.png differ diff --git a/installer/resources/themes/console/dark/console.css b/installer/resources/themes/console/dark/console.css index 7e52bfa121..4b63b0a989 100644 --- a/installer/resources/themes/console/dark/console.css +++ b/installer/resources/themes/console/dark/console.css @@ -768,6 +768,13 @@ h1 { box-shadow: 0 1px 5px #000; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 12pt; color: #EE9; diff --git a/installer/resources/themes/console/dark/images/newtab.png b/installer/resources/themes/console/dark/images/newtab.png new file mode 100644 index 0000000000..eddeadf939 Binary files /dev/null and b/installer/resources/themes/console/dark/images/newtab.png differ diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index 69dfb504e6..85e4a40dd7 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -892,6 +892,13 @@ h1 { min-width: 500px; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 13pt; color: #115; diff --git a/installer/resources/themes/console/light/images/newtab.png b/installer/resources/themes/console/light/images/newtab.png new file mode 100644 index 0000000000..c70702b93b Binary files /dev/null and b/installer/resources/themes/console/light/images/newtab.png differ diff --git a/installer/resources/themes/console/midnight/console.css b/installer/resources/themes/console/midnight/console.css index b3598d645c..db8322fe00 100644 --- a/installer/resources/themes/console/midnight/console.css +++ b/installer/resources/themes/console/midnight/console.css @@ -612,6 +612,13 @@ h1 { color: #fff; } +span.newtab { + text-align: right; + font-size: 8pt; + float: right; + letter-spacing: 0; +} + h2 { font-size: 13pt; padding: 10px 10px 10px 10px; diff --git a/installer/resources/themes/console/midnight/images/newtab.png b/installer/resources/themes/console/midnight/images/newtab.png new file mode 100644 index 0000000000..398df4889a Binary files /dev/null and b/installer/resources/themes/console/midnight/images/newtab.png differ