From 4024c67f3aa290d697eb44a7ac0ff96fb192d577 Mon Sep 17 00:00:00 2001 From: Xelio Date: Tue, 5 Mar 2013 16:23:38 +0800 Subject: [PATCH] Make style of buttons in dialog consistant. --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 7b79982e..31270562 100644 --- a/style.css +++ b/style.css @@ -727,7 +727,8 @@ aside { text-align: right; } -.ui-dialog-buttonset button { +.ui-dialog-buttonset button, +.ui-dialog-content button { padding: 2px; min-width: 80px; color: #FFCE00;