From 8b63a941c09d5c13bb7c57b1b31a9caeee286814 Mon Sep 17 00:00:00 2001
From: TJ VanToll
Date: Wed, 18 Jan 2012 11:58:05 -0500
Subject: [PATCH] Button: Removed line-height from .ui-button-text. Fixed #7966
- Submit button height inconsistent with other buttons
---
tests/unit/button/button.html | 9 ++++++++-
tests/unit/button/button_tickets.js | 9 +++++++++
themes/base/jquery.ui.button.css | 2 +-
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/tests/unit/button/button.html b/tests/unit/button/button.html
index 5ec7e316afb..cbc1a31bc80 100644
--- a/tests/unit/button/button.html
+++ b/tests/unit/button/button.html
@@ -8,7 +8,7 @@
loadResources({
- css: [ "ui.core", "ui.button" ],
+ css: [ "ui.core", "ui.button", "ui.theme" ],
js: [
"ui/jquery.ui.core.js",
"ui/jquery.ui.widget.js",
@@ -66,6 +66,13 @@
+
+
+