aboutsummaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-11-19 02:34:05 +0000
committerRichard Worth <rdworth@gmail.com>2008-11-19 02:34:05 +0000
commit027e4d57b7085a6f2a2135646d04f2510192c2b7 (patch)
tree7fed9a49a293ff8623b732ee65bb9cb4f6f95820 /themes
parent29f7dc9a2c078495f6a0ed13c531733146528fb4 (diff)
downloadjquery-ui-027e4d57b7085a6f2a2135646d04f2510192c2b7.tar.gz
jquery-ui-027e4d57b7085a6f2a2135646d04f2510192c2b7.zip
Removed spinner from trunk. See /branches/dev/spinner
Diffstat (limited to 'themes')
-rw-r--r--themes/default/ui.all.css54
1 files changed, 0 insertions, 54 deletions
diff --git a/themes/default/ui.all.css b/themes/default/ui.all.css
index a69f45fcc..45be3071f 100644
--- a/themes/default/ui.all.css
+++ b/themes/default/ui.all.css
@@ -432,60 +432,6 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body
}
-/* Spinner */
-.ui-spinner {
- width: 15em;
- display: block;
- position: relative;
- overflow: hidden;
- border: 1px solid #999;
- background: #FEFEFE url(./images/spinner-bg.gif) repeat-x left bottom;
- padding: 0 5px;
-}
-.ui-spinner-disabled {
- background: #F4F4F4;
- color: #CCC;
-}
-.ui-spinner-box {
- width: 90%;
- height: 100%;
- float: left;
- font-size: 125%;
- border: none;
- background: none;
- padding: 0;
-}
-.ui-spinner-up,
-.ui-spinner-down {
- width: 10%;
- height: 50%;
- font-size: 0.5em;
- padding: 0;
- margin: 0;
- z-index: 100;
- text-align: center;
- vertical-align: middle;
- position: absolute;
- right: 0;
- cursor: default;
- border: 1px solid #999;
- border-right: none;
- border-top: none;
-}
-.ui-spinner-down {
- bottom: 0;
- border-bottom: 0;
-}
-.ui-spinner-pressed {
- background: #FEFEFE;
-}
-.ui-spinner-list,
-.ui-spinner-listitem {
- margin: 0;
- padding: 0;
-}
-
-
/*
Generic ThemeRoller Classes
>> Make your jQuery Components ThemeRoller-Compatible!