]> source.dussan.org Git - jquery-ui.git/commitdiff
demos: some sizing issues with selectable and sortable demos
authorRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 23:50:39 +0000 (23:50 +0000)
committerRichard Worth <rdworth@gmail.com>
Wed, 31 Dec 2008 23:50:39 +0000 (23:50 +0000)
demos/selectable/default.html
demos/selectable/serializing.html
demos/sortable/default.html
demos/sortable/placeholder.html

index 6c050935b4abd0b8c645aefe275f84b8e94c22c0..947b849e85e4e9f2e50d52bc1f347212d1c21de2 100644 (file)
@@ -13,7 +13,7 @@
        #selectable .ui-selecting { background: #FECA40; }
        #selectable .ui-selected { background: #F39814; color: white; }
        #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
-       #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
+       #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
        </style>
        <script type="text/javascript">
        $(function() {
index 7bd822db91200b5290ecb04260ab1c04f1d68ec3..bf36951c4cdf614126d718aa464027ead893586b 100644 (file)
@@ -13,7 +13,7 @@
        #selectable .ui-selecting { background: #FECA40; }
        #selectable .ui-selected { background: #F39814; color: white; }
        #selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
-       #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
+       #selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
        </style>
        <script type="text/javascript">
        $(function() {
index 1826a01f9c76a2d90b7d20a3e5a1820758f716de..1acd17a48169d991673273d49a1569364fe16f56 100644 (file)
@@ -9,7 +9,7 @@
        <link type="text/css" href="../demos.css" rel="stylesheet" />
        <style type="text/css">
        #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
-       #sortable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; }
+       #sortable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
        </style>
        <script type="text/javascript">
        $(function() {
index 9227566cb620973c6c577a8a53f798bea8f6a2af..9f7df4e5d5b4ec1cc2b98ef3c80a508ec87e94b8 100644 (file)
@@ -9,7 +9,7 @@
        <link type="text/css" href="../demos.css" rel="stylesheet" />
        <style type="text/css">
        #sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
-       #sortable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; }
+       #sortable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
        </style>
        <script type="text/javascript">
        $(function() {