aboutsummaryrefslogtreecommitdiffstats
path: root/chrome-get-urls-from-tabs-in-windows.html
diff options
context:
space:
mode:
authorTeddy Wing2014-03-30 18:06:32 -0400
committerTeddy Wing2014-03-30 18:06:51 -0400
commitaae7502ceca9f78aaa0bb18b1b172738422f2da7 (patch)
tree8d6c7c7d6dfb47b46f90b96bc2560b339a73bb9e /chrome-get-urls-from-tabs-in-windows.html
parent55f440c98dad4a4d5e1ab7c879c008c54a71555c (diff)
downloadchrome-copy-urls-from-all-tabs-aae7502ceca9f78aaa0bb18b1b172738422f2da7.tar.bz2
Page: size textarea to fit in page
Textarea now resizes according to window height.
Diffstat (limited to 'chrome-get-urls-from-tabs-in-windows.html')
-rw-r--r--chrome-get-urls-from-tabs-in-windows.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome-get-urls-from-tabs-in-windows.html b/chrome-get-urls-from-tabs-in-windows.html
index a45f70a..90e4013 100644
--- a/chrome-get-urls-from-tabs-in-windows.html
+++ b/chrome-get-urls-from-tabs-in-windows.html
@@ -4,7 +4,9 @@
<title>Chrome Copy URLs From All Tabs</title>
<style>
- textarea { width: 600px; height: 900px; font: 13px/1.6 Courier, monospace; }
+ html, body { height: 100%; }
+
+ textarea { width: 600px; height: 90%; font: 13px/1.6 Courier, monospace; }
#header { font: bold 18px Helvetica, sans-serif; }
</style>