aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2012-11-27 03:10:50 +0000
committerMike Sherov <mike.sherov@gmail.com>2012-11-27 08:36:52 -0500
commitc4b7c754eedf10923f588cf6310f610fcd0c37a9 (patch)
treebafb454960e8e3586bbb52d9cda223a41e4e6fd1 /themes
parentc5e0961268577ff72f98d2ad79d8b9b98e3f75b1 (diff)
downloadjquery-ui-c4b7c754eedf10923f588cf6310f610fcd0c37a9.tar.gz
jquery-ui-c4b7c754eedf10923f588cf6310f610fcd0c37a9.zip
Theme: removed obsolete vendor-specific prefixes. Fixed #8834 - Theme: Remove unneeded vendor prefixing
Diffstat (limited to 'themes')
-rw-r--r--themes/base/jquery.ui.button.css4
-rw-r--r--themes/base/jquery.ui.datepicker.css17
-rw-r--r--themes/base/jquery.ui.progressbar.css2
-rw-r--r--themes/base/jquery.ui.theme.css17
4 files changed, 7 insertions, 33 deletions
diff --git a/themes/base/jquery.ui.button.css b/themes/base/jquery.ui.button.css
index b540983f2..e0f91a82b 100644
--- a/themes/base/jquery.ui.button.css
+++ b/themes/base/jquery.ui.button.css
@@ -94,10 +94,6 @@ input.ui-button {
.ui-button-icons-only .ui-button-icon-secondary {
right: .5em;
}
-.ui-button-text-icons .ui-button-icon-secondary,
-.ui-button-icons-only .ui-button-icon-secondary {
- right: .5em;
-}
/* button sets */
.ui-buttonset {
diff --git a/themes/base/jquery.ui.datepicker.css b/themes/base/jquery.ui.datepicker.css
index 5ed7dfa4c..2c49361e0 100644
--- a/themes/base/jquery.ui.datepicker.css
+++ b/themes/base/jquery.ui.datepicker.css
@@ -15,7 +15,7 @@
}
.ui-datepicker .ui-datepicker-header {
position: relative;
- padding:.2em 0;
+ padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
@@ -128,9 +128,7 @@
.ui-datepicker-multi-4 .ui-datepicker-group {
width: 25%;
}
-.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
- border-left-width: 0;
-}
+.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
border-left-width: 0;
}
@@ -140,7 +138,7 @@
.ui-datepicker-row-break {
clear: both;
width: 100%;
- font-size: 0em;
+ font-size: 0;
}
/* RTL support */
@@ -169,16 +167,11 @@
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
float: left;
}
-.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
- float:right;
-}
+.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
float: right;
}
-.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
- border-right-width: 0;
- border-left-width: 1px;
-}
+.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
border-right-width: 0;
border-left-width: 1px;
diff --git a/themes/base/jquery.ui.progressbar.css b/themes/base/jquery.ui.progressbar.css
index 5aba50cdf..349cc6d72 100644
--- a/themes/base/jquery.ui.progressbar.css
+++ b/themes/base/jquery.ui.progressbar.css
@@ -15,7 +15,7 @@
}
.ui-progressbar .ui-progressbar-value {
margin: -1px;
- height:100%;
+ height: 100%;
}
.ui-progressbar .ui-progressbar-value .ui-progressbar-overlay {
background: url("images/animated-overlay.gif");
diff --git a/themes/base/jquery.ui.theme.css b/themes/base/jquery.ui.theme.css
index 89f03aa86..f1e4adf08 100644
--- a/themes/base/jquery.ui.theme.css
+++ b/themes/base/jquery.ui.theme.css
@@ -154,9 +154,9 @@
.ui-icon {
width: 16px;
height: 16px;
- background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
background-position: 16px 16px;
}
+.ui-icon,
.ui-widget-content .ui-icon {
background-image: url(images/ui-icons_222222_256x240.png)/*{iconsContent}*/;
}
@@ -367,36 +367,24 @@
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
- -moz-border-radius-topleft: 4px/*{cornerRadius}*/;
- -webkit-border-top-left-radius: 4px/*{cornerRadius}*/;
- -khtml-border-top-left-radius: 4px/*{cornerRadius}*/;
border-top-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
- -moz-border-radius-topright: 4px/*{cornerRadius}*/;
- -webkit-border-top-right-radius: 4px/*{cornerRadius}*/;
- -khtml-border-top-right-radius: 4px/*{cornerRadius}*/;
border-top-right-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
- -moz-border-radius-bottomleft: 4px/*{cornerRadius}*/;
- -webkit-border-bottom-left-radius: 4px/*{cornerRadius}*/;
- -khtml-border-bottom-left-radius: 4px/*{cornerRadius}*/;
border-bottom-left-radius: 4px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
- -moz-border-radius-bottomright: 4px/*{cornerRadius}*/;
- -webkit-border-bottom-right-radius: 4px/*{cornerRadius}*/;
- -khtml-border-bottom-right-radius: 4px/*{cornerRadius}*/;
border-bottom-right-radius: 4px/*{cornerRadius}*/;
}
@@ -412,8 +400,5 @@
background: #aaaaaa/*{bgColorShadow}*/ url(images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlShadow}*/ 50%/*{bgShadowXPos}*/ 50%/*{bgShadowYPos}*/ repeat-x/*{bgShadowRepeat}*/;
/* no space between ".3;" and "filter" because themeRoller looks back to the first space for replacement */
opacity: .3;filter:Alpha(Opacity=30)/*{opacityShadow}*/;
- -moz-border-radius: 8px/*{cornerRadiusShadow}*/;
- -khtml-border-radius: 8px/*{cornerRadiusShadow}*/;
- -webkit-border-radius: 8px/*{cornerRadiusShadow}*/;
border-radius: 8px/*{cornerRadiusShadow}*/;
}