From c41c5e4606c8d0911ba9f781879ca560695944b1 Mon Sep 17 00:00:00 2001 From: Pashe Date: Mon, 20 Oct 2014 18:40:31 -0500 Subject: [PATCH] style.css: pin thread watcher to lower right corner --- stylesheets/style.css | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/stylesheets/style.css b/stylesheets/style.css index 9be5422e..5b22576d 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -949,10 +949,18 @@ span.pln { margin-bottom: 10px; } +#watchlist { + font-size: 8pt; + width: 15%; + position: fixed; + right: 0pt; + bottom: 0pt; + margin: 0pt; + padding: 0pt; +} + .watchlist-inner, .watchlist-controls { - margin: 0 auto; - margin-top: 10px; - margin-bottom: 10px; + margin: 0pt; text-align: center; }