[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-commits] [tor-browser/tor-browser-91.2.0esr-11.0-1] fixup! Bug 10760: Integrate TorButton to TorBrowser core
commit b5c9e24501057382337dc9276af616e495523e9d
Author: Richard Pospesel <richard@xxxxxxxxxxxxxx>
Date: Mon Sep 20 15:54:39 2021 -0500
fixup! Bug 10760: Integrate TorButton to TorBrowser core
---
.../controlcenter/content/identityPanel.inc.xhtml | 21 +++++++++++++--------
1 file changed, 13 insertions(+), 8 deletions(-)
diff --git a/browser/components/controlcenter/content/identityPanel.inc.xhtml b/browser/components/controlcenter/content/identityPanel.inc.xhtml
index 0735661e274c..06511866ae29 100644
--- a/browser/components/controlcenter/content/identityPanel.inc.xhtml
+++ b/browser/components/controlcenter/content/identityPanel.inc.xhtml
@@ -93,21 +93,26 @@
</hbox>
<!-- Circuit display section -->
- <hbox id="circuit-display-container" class="identity-popup-section">
- <vbox id="circuit-display-content" flex="1" role="group"
+
+ <vbox id="circuit-display-container" class="identity-popup-section">
+ <toolbarseparator/>
+ <vbox id="circuit-display-header" flex="1" role="group"
aria-labelledby="circuit-display-headline">
- <hbox id="circuit-display-header" align="center">
+ <hbox flex="1">
<label id="circuit-display-headline"
role="heading" aria-level="2">&torbutton.circuit_display.title;</label>
</hbox>
- <html:ul id="circuit-display-nodes" dir="auto"/>
</vbox>
- <vbox id="circuit-reload-content" flex="1">
- <html:button id="circuit-reload-button"
- onclick="torbutton_new_circuit()">&torbutton.circuit_display.new_circuit;</html:button>
+ <vbox id="circuit-display-content">
+ <html:ul id="circuit-display-nodes" dir="auto"/>
<hbox id="circuit-guard-note-container"/>
+ <hbox id="circuit-reload-button-container">
+ <html:button id="circuit-reload-button"
+ onclick="torbutton_new_circuit()"
+ default="true">&torbutton.circuit_display.new_circuit;</html:button>
+ </hbox>
</vbox>
- </hbox>
+ </vbox>
<!-- Clear Site Data Button -->
<vbox hidden="true"
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits