From 9619cef342dd20af66de42f135c99a976427a3cd Mon Sep 17 00:00:00 2001 From: Maran Date: Tue, 24 Jul 2012 14:19:51 +0200 Subject: [PATCH] Cleaned up the layout a bit more --- data/lighter.css | 11 +++++++---- 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/data/lighter.css b/data/lighter.css index 490fc33..4138d85 100644 --- a/data/lighter.css +++ b/data/lighter.css @@ -3,13 +3,13 @@ background: qlineargradient(x1: 0, y1: 0, x2:0,y2:1, stop: 0 white , stop: 1 #E8E8E8); } -QPushButton { +MiniWindow QPushButton { color: #777; border: 1px solid #CCC; border-radius: 0px; background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 white, stop: 1 #E6E6E6); - min-height: 20px; + min-height: 25px; min-width: 30px; } @@ -21,7 +21,8 @@ QPushButton { background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1, stop: 0 #72B2F8, stop: 1 #3484E6); min-width: 80px; - min-height: 20px; + min-height: 23px; + padding: 2px; } #address_input[readOnly=true], #amount_input[readOnly=true] @@ -31,6 +32,7 @@ QPushButton { border-radius: 4px; border: 1px solid #AAA9A9; width: 225px; + margin-top: 4px; } #address_input[readOnly=false], #amount_input[readOnly=false] { @@ -41,12 +43,14 @@ QPushButton { border-radius: 4px; font-size: 95%; width: 225px; + margin-top: 4px; } #valid_address::indicator { width: 24px; height: 24px; + margin-top: 2px; } #valid_address::indicator:checked { @@ -61,4 +65,3 @@ QPushButton { { color: #333; } - -- 1.7.1