aboutsummaryrefslogtreecommitdiffstats
path: root/themes/base/ui.resizable.css
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-05 20:19:46 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-05 20:19:46 +0000
commit485e8fdb1fe6c61a5a7adc8cb9eef66045b31f7a (patch)
tree7d2343ea04d2b80b6233f721d88d6cbeb604151f /themes/base/ui.resizable.css
parentd8841a752b594921ab88a14fd92d8a6c3e19e0f8 (diff)
downloadjquery-ui-485e8fdb1fe6c61a5a7adc8cb9eef66045b31f7a.tar.gz
jquery-ui-485e8fdb1fe6c61a5a7adc8cb9eef66045b31f7a.zip
set svn:eol-style to native
Diffstat (limited to 'themes/base/ui.resizable.css')
-rw-r--r--themes/base/ui.resizable.css24
1 files changed, 12 insertions, 12 deletions
diff --git a/themes/base/ui.resizable.css b/themes/base/ui.resizable.css
index ae2210c56..e39afe5c9 100644
--- a/themes/base/ui.resizable.css
+++ b/themes/base/ui.resizable.css
@@ -1,13 +1,13 @@
-/* Resizable
-----------------------------------*/
-.ui-resizable { position: relative;}
-.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
-.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
-.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
-.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
-.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
-.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
-.ui-resizable-se { cursor: se-resize; width: 7px; height: 7px; right: -5px; bottom: -5px; }
-.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
-.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
+/* Resizable
+----------------------------------*/
+.ui-resizable { position: relative;}
+.ui-resizable-handle { position: absolute;font-size: 0.1px;z-index: 99999; display: block;}
+.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle { display: none; }
+.ui-resizable-n { cursor: n-resize; height: 7px; width: 100%; top: -5px; left: 0px; }
+.ui-resizable-s { cursor: s-resize; height: 7px; width: 100%; bottom: -5px; left: 0px; }
+.ui-resizable-e { cursor: e-resize; width: 7px; right: -5px; top: 0px; height: 100%; }
+.ui-resizable-w { cursor: w-resize; width: 7px; left: -5px; top: 0px; height: 100%; }
+.ui-resizable-se { cursor: se-resize; width: 7px; height: 7px; right: -5px; bottom: -5px; }
+.ui-resizable-sw { cursor: sw-resize; width: 9px; height: 9px; left: -5px; bottom: -5px; }
+.ui-resizable-nw { cursor: nw-resize; width: 9px; height: 9px; left: -5px; top: -5px; }
.ui-resizable-ne { cursor: ne-resize; width: 9px; height: 9px; right: -5px; top: -5px;} \ No newline at end of file