aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/button.css
diff options
context:
space:
mode:
authorAlexander Schmitz <arschmitz@gmail.com>2014-08-22 23:39:35 -0400
committerAlexander Schmitz <arschmitz@gmail.com>2015-10-07 10:57:59 -0400
commit40a9d1dfdb6a341904ae7bcd4600b0ef201d14df (patch)
treeb4eaf29211bd94d9f947e8f0613f7798efe98126 /themes/base/button.css
parent6e2bbcaa5e19bb933d8024ff5d6fcff34f91e034 (diff)
downloadjquery-ui-40a9d1dfdb6a341904ae7bcd4600b0ef201d14df.tar.gz
jquery-ui-40a9d1dfdb6a341904ae7bcd4600b0ef201d14df.zip
Controlgroup: Inital commit of new widget
This widget replaces the buttonset widget
Diffstat (limited to 'themes/base/button.css')
-rw-r--r--themes/base/button.css17
1 files changed, 17 insertions, 0 deletions
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,