github
Advanced Search
  • Home
  • Pricing and Signup
  • Explore GitHub
  • Blog
  • Login

jquery / jquery-ui

  • Admin
  • Watch Unwatch
  • Fork
  • Your Fork
  • Pull Request
  • Download Source
    • 850
    • 190
  • Source
  • Commits
  • Network (190)
  • Graphs
  • Tree: 8f8d827

click here to add a description

click here to add a homepage

  • Switch Branches (8)
    • bind
    • devpreview
    • formcontrols
    • master
    • menu
    • panel
    • tooltip
    • widget-super
  • Switch Tags (21)
    • 1.9m2
    • 1.9m1
    • 1.8rc3
    • 1.8rc2
    • 1.8rc1
    • 1.8b1
    • 1.8a2
    • 1.8a1
    • 1.8.4
    • 1.8.3
    • 1.8.2
    • 1.8.1
    • 1.8
    • 1.7
    • 1.6rc6
    • 1.6rc5
    • 1.6rc3
    • 1.6rc2
    • 1.6
    • 1.5.2
    • 1.5.1
  • Comments
  • Contributors
Sending Request…

The official jQuery user interface library. — Read more

  Cancel

http://jqueryui.com/

  Cancel
  • HTTP
  • Git Read-Only

This URL has Read+Write access

removed margin-left rules due to IE6 conflict
scottjehl (author)
Fri Feb 27 08:57:26 -0800 2009
commit  8f8d82782655f8a99de0
tree    3c12ad7a14cc5b9531f4
parent  bd3dc48e02ef7361d61a
M demos/droppable/accepted-elements.html 2 ••
M demos/droppable/default.html 2 ••
M demos/droppable/propagation.html 2 ••
M demos/droppable/revert.html 2 ••
M demos/droppable/visual-feedback.html 2 ••
M demos/sortable/display-grid.html 2 ••
M demos/sortable/portlets.html 2 ••
Txt demos/droppable/accepted-elements.html
  • View file @ 8f8d827
... ...
@@ -10,7 +10,7 @@
10 10
   <link type="text/css" href="../demos.css" rel="stylesheet" />
11 11
   <style type="text/css">
12 12
   #droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; }
13  
-  #draggable, #draggable-nonvalid { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px; }
  13
+  #draggable, #draggable-nonvalid { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
14 14
   </style>
15 15
   <script type="text/javascript">
16 16
   $(function() {
Txt demos/droppable/default.html
  • View file @ 8f8d827
... ...
@@ -9,7 +9,7 @@
9 9
   <script type="text/javascript" src="../../ui/ui.droppable.js"></script>
10 10
   <link type="text/css" href="../demos.css" rel="stylesheet" />
11 11
   <style type="text/css">
12  
-  #draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px; }
  12
+  #draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
13 13
   #droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; }
14 14
   </style>
15 15
   <script type="text/javascript">
Txt demos/droppable/propagation.html
  • View file @ 8f8d827
... ...
@@ -9,7 +9,7 @@
9 9
   <script type="text/javascript" src="../../ui/ui.droppable.js"></script>
10 10
   <link type="text/css" href="../demos.css" rel="stylesheet" />
11 11
   <style type="text/css">
12  
-  #draggable { width: 100px; height: 40px; padding: 0.5em; float: left; margin: 10px; }
  12
+  #draggable { width: 100px; height: 40px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
13 13
   #droppable, #droppable2 { width: 230px; height: 120px; padding: 0.5em; float: left; margin: 10px; }
14 14
   #droppable-inner, #droppable2-inner { width: 170px; height: 60px; padding: 0.5em; float: left; margin: 10px; }
15 15
   </style>
Txt demos/droppable/revert.html
  • View file @ 8f8d827
... ...
@@ -9,7 +9,7 @@
9 9
   <script type="text/javascript" src="../../ui/ui.droppable.js"></script>
10 10
   <link type="text/css" href="../demos.css" rel="stylesheet" />
11 11
   <style type="text/css">
12  
-  #draggable, #draggable2 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px; }
  12
+  #draggable, #draggable2 { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
13 13
   #droppable { width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; }
14 14
   </style>
15 15
   <script type="text/javascript">
Txt demos/droppable/visual-feedback.html
  • View file @ 8f8d827
... ...
@@ -9,7 +9,7 @@
9 9
   <script type="text/javascript" src="../../ui/ui.droppable.js"></script>
10 10
   <link type="text/css" href="../demos.css" rel="stylesheet" />
11 11
   <style type="text/css">
12  
-  #draggable, #draggable2 { width: 90px; height: 90px; padding: 0.5em; float: left; margin: 10px; }
  12
+  #draggable, #draggable2 { width: 90px; height: 90px; padding: 0.5em; float: left; margin: 10px 10px 10px 0; }
13 13
   #droppable, #droppable2 { width: 120px; height: 120px; padding: 0.5em; float: left; margin: 10px; }
14 14
   </style>
15 15
   <script type="text/javascript">
Txt demos/sortable/display-grid.html
  • View file @ 8f8d827
... ...
@@ -9,7 +9,7 @@
9 9
   <link type="text/css" href="../demos.css" rel="stylesheet" />
10 10
   <style type="text/css">
11 11
   #sortable { list-style-type: none; margin: 0; padding: 0; }
12  
-  #sortable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }
  12
+  #sortable li { margin: 3px 3px 3px 0; padding: 1px; float: left; width: 100px; height: 90px; font-size: 4em; text-align: center; }
13 13
   </style>
14 14
   <script type="text/javascript">
15 15
   $(function() {
Txt demos/sortable/portlets.html
  • View file @ 8f8d827
... ...
@@ -9,7 +9,7 @@
9 9
   <link type="text/css" href="../demos.css" rel="stylesheet" />
10 10
   <style type="text/css">
11 11
   .column { width: 170px; float: left; padding-bottom: 100px; }
12  
-  .portlet { margin: 0 1em 1em 1em; }
  12
+  .portlet { margin: 0 1em 1em 0; }
13 13
   .portlet-header { margin: 0.3em; padding-bottom: 4px; padding-left: 0.2em; }
14 14
   .portlet-header .ui-icon { float: right; }
15 15
   .portlet-content { padding: 0.4em; }

0 notes on commit 8f8d827

Please log in to comment.
Blog | Support | Training | Job Board | Contact | API | Status | Twitter | Help | Security
© 2010 GitHub Inc. All rights reserved. | Terms of Service | Privacy Policy
Powered by the Dedicated Servers and
Cloud Computing of Rackspace Hosting®
Dedicated Server
  • English
  • Català
  • Čeština
  • Deutsch
  • Español
  • Français
  • Hrvatski
  • Indonesia
  • Italiano
  • 日本語
  • Nederlands
  • Norsk
  • Polski
  • Português (BR)
  • Српски
  • Svenska
  • 中文