From 31ec0c11d5cabb121bb2987cedfef1902c12a979 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Thu, 19 Jun 2014 21:21:41 -0700 Subject: [PATCH] make auto-close checkbox look better in ubuntu --- onionshare_gui/static/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/onionshare_gui/static/style.css b/onionshare_gui/static/style.css index 1594c506..714c093b 100644 --- a/onionshare_gui/static/style.css +++ b/onionshare_gui/static/style.css @@ -112,10 +112,12 @@ ul#log #close-countdown { } #footer #close-on-finish-wrapper input { cursor: pointer; + vertical-align: middle; } #footer #close-on-finish-wrapper label { cursor: pointer; font-size: 12px; + vertical-align: middle; } #footer #copy-button-wrapper {