aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/controlgroup.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/controlgroup.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/controlgroup.css')
-rw-r--r--themes/base/controlgroup.css30
1 files changed, 30 insertions, 0 deletions
diff --git a/themes/base/controlgroup.css b/themes/base/controlgroup.css
new file mode 100644
index 000000000..befbdfe3e
--- /dev/null
+++ b/themes/base/controlgroup.css
@@ -0,0 +1,30 @@
+/*!
+ * jQuery UI Controlgroup @VERSION
+ * http://jqueryui.com
+ *
+ * Copyright 2013 jQuery Foundation and other contributors
+ * Released under the MIT license.
+ * http://jquery.org/license
+ *
+ * http://api.jqueryui.com/controlgroup/#theming
+ */
+
+.ui-controlgroup {
+ vertical-align: middle;
+}
+.ui-controlgroup > .ui-button {
+ float: left;
+ margin-left: 0;
+ margin-right: 0;
+}
+.ui-controlgroup-vertical > .ui-button {
+ display: block;
+ float: none;
+ width: 100%;
+ margin-top: 0;
+ margin-bottom: 0;
+ text-align: left;
+}
+.ui-controlgroup-vertical label.ui-button {
+ box-sizing: border-box;
+} \ No newline at end of file