aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2012-05-14 11:49:44 +0200
committerFelix Nagel <info@felixnagel.com>2012-05-14 11:49:44 +0200
commit41dfb09aeb5df7d53089b58959d21207de63edbe (patch)
tree22053c8f7ddff61f3dfdaed028ef2e2d1a6b68c6 /themes/base
parentec5f2ae34ada562903b919d86221d03c9b193a0e (diff)
parent037db084f20d952558e4529a8b7394d562241a97 (diff)
downloadjquery-ui-41dfb09aeb5df7d53089b58959d21207de63edbe.tar.gz
jquery-ui-41dfb09aeb5df7d53089b58959d21207de63edbe.zip
Merge branch 'master' into selectmenu
Diffstat (limited to 'themes/base')
-rw-r--r--themes/base/jquery.ui.accordion.css2
-rw-r--r--themes/base/jquery.ui.all.css2
-rw-r--r--themes/base/jquery.ui.autocomplete.css2
-rw-r--r--themes/base/jquery.ui.base.css2
-rw-r--r--themes/base/jquery.ui.button.css4
-rw-r--r--themes/base/jquery.ui.core.css2
-rw-r--r--themes/base/jquery.ui.datepicker.css2
-rw-r--r--themes/base/jquery.ui.dialog.css2
-rw-r--r--themes/base/jquery.ui.menu.css2
-rw-r--r--themes/base/jquery.ui.progressbar.css2
-rw-r--r--themes/base/jquery.ui.resizable.css2
-rw-r--r--themes/base/jquery.ui.selectable.css2
-rw-r--r--themes/base/jquery.ui.slider.css2
-rw-r--r--themes/base/jquery.ui.spinner.css2
-rw-r--r--themes/base/jquery.ui.tabs.css2
-rw-r--r--themes/base/jquery.ui.theme.css2
-rw-r--r--themes/base/jquery.ui.tooltip.css2
17 files changed, 18 insertions, 18 deletions
diff --git a/themes/base/jquery.ui.accordion.css b/themes/base/jquery.ui.accordion.css
index 3e2777adf..c9532a87f 100644
--- a/themes/base/jquery.ui.accordion.css
+++ b/themes/base/jquery.ui.accordion.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Accordion @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.all.css b/themes/base/jquery.ui.all.css
index 60fd9d6fb..e2310973a 100644
--- a/themes/base/jquery.ui.all.css
+++ b/themes/base/jquery.ui.all.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI CSS Framework @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.autocomplete.css b/themes/base/jquery.ui.autocomplete.css
index 5ab05e2fd..5e331b63d 100644
--- a/themes/base/jquery.ui.autocomplete.css
+++ b/themes/base/jquery.ui.autocomplete.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Autocomplete @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.base.css b/themes/base/jquery.ui.base.css
index 5bc2c6ac1..b9ce0ad01 100644
--- a/themes/base/jquery.ui.base.css
+++ b/themes/base/jquery.ui.base.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI CSS Framework @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.button.css b/themes/base/jquery.ui.button.css
index ccee26aab..87340658a 100644
--- a/themes/base/jquery.ui.button.css
+++ b/themes/base/jquery.ui.button.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Button @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
@@ -7,7 +7,7 @@
*
* http://docs.jquery.com/UI/Button#theming
*/
-.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: hidden; *overflow: visible; } /* the overflow property removes extra width in IE */
+.ui-button { display: inline-block; position: relative; padding: 0; margin-right: .1em; text-decoration: none !important; cursor: pointer; text-align: center; zoom: 1; overflow: visible; } /* the overflow property removes extra width in IE */
.ui-button-icon-only { width: 2.2em; } /* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only { width: 2.4em; } /* button elements seem to need a little more width */
.ui-button-icons-only { width: 3.4em; }
diff --git a/themes/base/jquery.ui.core.css b/themes/base/jquery.ui.core.css
index 1522dabb8..dc27c564a 100644
--- a/themes/base/jquery.ui.core.css
+++ b/themes/base/jquery.ui.core.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI CSS Framework @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.datepicker.css b/themes/base/jquery.ui.datepicker.css
index d5c81a529..393d86377 100644
--- a/themes/base/jquery.ui.datepicker.css
+++ b/themes/base/jquery.ui.datepicker.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Datepicker @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.dialog.css b/themes/base/jquery.ui.dialog.css
index 7d6bc0672..0ee0d4dd5 100644
--- a/themes/base/jquery.ui.dialog.css
+++ b/themes/base/jquery.ui.dialog.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Dialog @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.menu.css b/themes/base/jquery.ui.menu.css
index 1e559e661..4469e74d3 100644
--- a/themes/base/jquery.ui.menu.css
+++ b/themes/base/jquery.ui.menu.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Menu @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.progressbar.css b/themes/base/jquery.ui.progressbar.css
index e24afc886..d198bb4a3 100644
--- a/themes/base/jquery.ui.progressbar.css
+++ b/themes/base/jquery.ui.progressbar.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Progressbar @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.resizable.css b/themes/base/jquery.ui.resizable.css
index c652ddb98..0bf680482 100644
--- a/themes/base/jquery.ui.resizable.css
+++ b/themes/base/jquery.ui.resizable.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Resizable @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.selectable.css b/themes/base/jquery.ui.selectable.css
index 0305e2df2..2aa7319aa 100644
--- a/themes/base/jquery.ui.selectable.css
+++ b/themes/base/jquery.ui.selectable.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Selectable @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.slider.css b/themes/base/jquery.ui.slider.css
index e9fc963f2..94d883a44 100644
--- a/themes/base/jquery.ui.slider.css
+++ b/themes/base/jquery.ui.slider.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Slider @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.spinner.css b/themes/base/jquery.ui.spinner.css
index 2603f2012..7c0737c31 100644
--- a/themes/base/jquery.ui.spinner.css
+++ b/themes/base/jquery.ui.spinner.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Spinner @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.tabs.css b/themes/base/jquery.ui.tabs.css
index a44242a36..5282817c2 100644
--- a/themes/base/jquery.ui.tabs.css
+++ b/themes/base/jquery.ui.tabs.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Tabs @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css
index 94db2c5a7..3a9cfae82 100644
--- a/themes/base/jquery.ui.theme.css
+++ b/themes/base/jquery.ui.theme.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI CSS Framework @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
diff --git a/themes/base/jquery.ui.tooltip.css b/themes/base/jquery.ui.tooltip.css
index d6cbcb26d..f1fa50cc6 100644
--- a/themes/base/jquery.ui.tooltip.css
+++ b/themes/base/jquery.ui.tooltip.css
@@ -1,4 +1,4 @@
-/*
+/*!
* jQuery UI Tooltip @VERSION
*
* Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)