Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/chrome
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2014-02-06 09:27:06 +0400
committerFeross Aboukhadijeh <feross@feross.org>2014-02-06 09:27:06 +0400
commita0589bdf19e53ca70144eb71ec960c54e7704a87 (patch)
tree5c1cfeab518dcd3f5d99fa2d41efeb1684963bb9 /chrome
parent6f6715f3594e20434e8b9be36ce0a4a983a4ce43 (diff)
add metadata dl link & now opens in transmission (fix #23)
Diffstat (limited to 'chrome')
-rw-r--r--chrome/style.css4
-rw-r--r--chrome/window.html1
2 files changed, 5 insertions, 0 deletions
diff --git a/chrome/style.css b/chrome/style.css
index cb019c5..4ecdb3a 100644
--- a/chrome/style.css
+++ b/chrome/style.css
@@ -1,4 +1,8 @@
#console {
height: 400px;
overflow: scroll;
+}
+
+.highlight {
+ font-weight: bold;
} \ No newline at end of file
diff --git a/chrome/window.html b/chrome/window.html
index 707679f..ef700cf 100644
--- a/chrome/window.html
+++ b/chrome/window.html
@@ -12,6 +12,7 @@
<li class="dhtNodes">DHT Nodes: <span>0</span></li>
<li class="dhtPeers">DHT Peers: <span>0</span></li>
<li class="connectedPeers">Connected Peers: <span>0</span></li>
+ <li class="downloadMetadata"><a href="#">Download .torrent</a></li>
</ul>
<h3>Console</h4>