diff options
author | Richard Worth <rdworth@gmail.com> | 2008-06-09 01:31:31 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-06-09 01:31:31 +0000 |
commit | 8105c48065df87218c7df40dd630b5ed0f3ecd5c (patch) | |
tree | 7929b014c52d91048746cbf204d8112da26845de | |
parent | fb925eb1050f44c7c1ab7f6b7905bd8cec2543da (diff) | |
download | jquery-ui-8105c48065df87218c7df40dd630b5ed0f3ecd5c.tar.gz jquery-ui-8105c48065df87218c7df40dd630b5ed0f3ecd5c.zip |
whitespace only - newline at EOF
-rw-r--r-- | themes/flora/flora.css | 2 | ||||
-rw-r--r-- | themes/flora/flora.resizable.css | 2 | ||||
-rw-r--r-- | themes/flora/flora.tabs.css | 1 | ||||
-rw-r--r-- | themes/ui.datepicker.css | 2 | ||||
-rw-r--r-- | ui/ui.core.js | 2 |
5 files changed, 4 insertions, 5 deletions
diff --git a/themes/flora/flora.css b/themes/flora/flora.css index f67bb3f8c..77979b2e2 100644 --- a/themes/flora/flora.css +++ b/themes/flora/flora.css @@ -1,2 +1,2 @@ .ui-wrapper { border: 1px solid #50A029; } -.ui-wrapper input, .ui-wrapper textarea { border: 0; }
\ No newline at end of file +.ui-wrapper input, .ui-wrapper textarea { border: 0; } diff --git a/themes/flora/flora.resizable.css b/themes/flora/flora.resizable.css index 9c9a5433d..61fb0ddcb 100644 --- a/themes/flora/flora.resizable.css +++ b/themes/flora/flora.resizable.css @@ -17,4 +17,4 @@ body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body .ui-resizable-se { cursor: se-resize; width: 9px; height: 9px; right: 0px; bottom: 0px; background: transparent url(i/resizable-se.gif); } .ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: 0px; bottom: 0px; background: transparent url(i/resizable-sw.gif); } .ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: 0px; top: 0px; background: transparent url(i/resizable-nw.gif); } -.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); }
\ No newline at end of file +.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: 0px; top: 0px; background: transparent url(i/resizable-ne.gif); } diff --git a/themes/flora/flora.tabs.css b/themes/flora/flora.tabs.css index c79a17e63..4a73b1b40 100644 --- a/themes/flora/flora.tabs.css +++ b/themes/flora/flora.tabs.css @@ -102,4 +102,3 @@ *:first-child+html .ui-tabs-nav { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */ display: inline-block; } - diff --git a/themes/ui.datepicker.css b/themes/ui.datepicker.css index 408bd1e11..da9d0eebf 100644 --- a/themes/ui.datepicker.css +++ b/themes/ui.datepicker.css @@ -204,4 +204,4 @@ img.ui-datepicker-trigger { left: -4px; /*must have*/ width: 200px; /*must have*/ height: 200px; /*must have*/ -}
\ No newline at end of file +} diff --git a/ui/ui.core.js b/ui/ui.core.js index b20e492e4..1e8fa48b9 100644 --- a/ui/ui.core.js +++ b/ui/ui.core.js @@ -286,4 +286,4 @@ $.ui.mouse.defaults = { delay: 0 }; -})(jQuery);
\ No newline at end of file +})(jQuery); |