From 40a9d1dfdb6a341904ae7bcd4600b0ef201d14df Mon Sep 17 00:00:00 2001 From: Alexander Schmitz Date: Fri, 22 Aug 2014 23:39:35 -0400 Subject: Controlgroup: Inital commit of new widget This widget replaces the buttonset widget --- themes/base/button.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'themes/base/button.css') diff --git a/themes/base/button.css b/themes/base/button.css index fcbcda7bb..599b5ea6a 100644 --- a/themes/base/button.css +++ b/themes/base/button.css @@ -56,6 +56,23 @@ input.ui-button.ui-button-icon-only { margin-left: -8px; } +.ui-button.ui-icon-notext .ui-icon { + padding: 0; + width: 2.1em; + height: 2.1em; + text-indent: -9999px; + white-space: nowrap; + +} + +input.ui-button.ui-icon-notext .ui-icon { + width: auto; + height: auto; + text-indent: 0; + white-space: normal; + padding: .4em 1em; +} + /* workarounds */ /* Support: FireFox >= 4 */ input.ui-button::-moz-focus-inner, -- cgit v1.2.3