[tor-launcher/master] Avoid vertical scrollbar within wizard on Linux.

commit ed9c8d9c9687dbcafeb264820117407c3e610841 Author: Kathy Brade <brade@pearlcrescent.com> Date: Wed May 15 15:05:18 2013 -0400 Avoid vertical scrollbar within wizard on Linux. Use em instead of px to specify dialog dimensions. --- src/chrome/skin/network-settings.css | 15 +++++++-------- 1 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/chrome/skin/network-settings.css b/src/chrome/skin/network-settings.css index 570adaf..4c51e4a 100644 --- a/src/chrome/skin/network-settings.css +++ b/src/chrome/skin/network-settings.css @@ -6,26 +6,25 @@ */ dialog { - width: 580px; - height: 464px; + width: 45em; + height: 36em; font: -moz-dialog; } dialog.os-windows { - width: 540px; - height: 435px; + width: 49em; } wizard { - width: 540px; - height: 440px; + width: 43em; + height: 33em; font: -moz-dialog; padding-top: 0px; } wizard.os-windows { - width: 490px; - height: 420px; + width: 45em; + height: 39em; } .wizard-page-box {
participants (1)
-
brade@torproject.org