diff options
author | Richard Worth <rdworth@gmail.com> | 2008-12-31 06:29:31 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2008-12-31 06:29:31 +0000 |
commit | 016eb2487a0c781d35a75131134db97453f8ace7 (patch) | |
tree | 58bf4c827f7f946bd8730462e64cd10dae6fce2f /demos/demos.css | |
parent | ac1866a7b09c6356d2ab25215f6de2bf0ee12803 (diff) | |
download | jquery-ui-016eb2487a0c781d35a75131134db97453f8ace7.tar.gz jquery-ui-016eb2487a0c781d35a75131134db97453f8ace7.zip |
demos: moved the demos.css link down so it can override default theme styles. other minor updates.
Diffstat (limited to 'demos/demos.css')
-rw-r--r-- | demos/demos.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/demos/demos.css b/demos/demos.css index 4541b8adf..704ca0ed4 100644 --- a/demos/demos.css +++ b/demos/demos.css @@ -178,4 +178,8 @@ div.demo-description { font-family: "Trebuchet MS", "Arial", "Helvetica", "Verdana", "sans-serif"; font-size: 1.3em; line-height: 1.4em; -}
\ No newline at end of file +} + +.ui-draggable, .ui-droppable { + background-position: top left; +} |