diff --git a/apps/i2psnark/resources/themes/dark/images/dropdown_active.png b/apps/i2psnark/resources/themes/dark/images/dropdown_active.png index 40be40545..4df0b7a0d 100644 Binary files a/apps/i2psnark/resources/themes/dark/images/dropdown_active.png and b/apps/i2psnark/resources/themes/dark/images/dropdown_active.png differ diff --git a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css index 91ca9a0c7..1cdec3b3f 100644 --- a/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/dark/i2ptunnel.css @@ -435,8 +435,6 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod } .tunnelPreviewHostname { - /*margin-bottom: 1em !important; - margin-top: -1em !important;*/ width: 100%; height: 1.5em; overflow: hidden; diff --git a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css index 9f63a9715..957c1e4e1 100644 --- a/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css +++ b/apps/i2ptunnel/jsp/themes/light/i2ptunnel.css @@ -589,12 +589,12 @@ html body#tunnelEditPage form div.panel table#serverTunnelEdit.tunnelConfig tbod .tunnelHostnameCopy { margin-bottom: 1em !important; - margin-top: -1em !important; + /*margin-top: -1em !important;*/ } .tunnelPreviewHostname { margin-bottom: 1em !important; - margin-top: -1em !important; + /*margin-top: -1em !important;*/ width: 100%; height: 1.5em; overflow: hidden; diff --git a/apps/routerconsole/jsp/themes/console/dark/images/dropdown_active.png b/apps/routerconsole/jsp/themes/console/dark/images/dropdown_active.png index 40be40545..84df7c649 100644 Binary files a/apps/routerconsole/jsp/themes/console/dark/images/dropdown_active.png and b/apps/routerconsole/jsp/themes/console/dark/images/dropdown_active.png differ diff --git a/apps/routerconsole/jsp/themes/console/light/images/dropdown_active.png b/apps/routerconsole/jsp/themes/console/light/images/dropdown_active.png index a86eaa2a2..2b0f1f57c 100644 Binary files a/apps/routerconsole/jsp/themes/console/light/images/dropdown_active.png and b/apps/routerconsole/jsp/themes/console/light/images/dropdown_active.png differ diff --git a/apps/susidns/src/themes/dark/susidns.css b/apps/susidns/src/themes/dark/susidns.css index 7aafe3045..47d809823 100644 --- a/apps/susidns/src/themes/dark/susidns.css +++ b/apps/susidns/src/themes/dark/susidns.css @@ -111,6 +111,11 @@ body.iframed { z-index: 10; } +.invisible { + visibility: hidden; + display: none; +} + #navi a:active { border: 1px solid #da736b; box-shadow: inset 3px 3px 3px #000; @@ -566,6 +571,16 @@ tr.list0 { margin: 10px -31px; } +.expanded { + background: url(/themes/console/light/images/dropdown_active.png) #f8f8ff !important; + background-repeat: no-repeat !important; + background-position: .5%, 15% !important; +} + +#addrtitle.expanded { + background: url(../images/addressbook.png) 6px center no-repeat #fcfcff !important; +} + .help h3:first-child { margin-top: -21px; } @@ -609,6 +624,11 @@ tr.list0 { color: #990; } +#helpconfig h3 { + background-image: none; + padding: 6px 16px; +} + div#content p { padding: 0 10px; } diff --git a/apps/susidns/src/themes/light/susidns.css b/apps/susidns/src/themes/light/susidns.css index a384d69a1..94c69bf92 100644 --- a/apps/susidns/src/themes/light/susidns.css +++ b/apps/susidns/src/themes/light/susidns.css @@ -130,8 +130,6 @@ object { margin: -1px 0 -2px; padding: 8px 5px; background: #f6f6fa; - background: #f6f6fa; - background: #f6f6fa; } .iframed .headline { @@ -354,6 +352,11 @@ p, #helpconfig { -webkit-break-inside: avoid; } +#helpconfig h3 { + background-image: none; + padding: 6px 16px; +} + span.addrhlpr { font-size: 9pt; }