]> source.dussan.org Git - jquery-ui.git/commitdiff
Droppable demo: Removed IE6 CSS hack.
authorScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 20:32:50 +0000 (16:32 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 26 Oct 2012 20:32:50 +0000 (16:32 -0400)
demos/droppable/photo-manager.html

index 315473761f954e7772a8cdb592188d39bb0e0e2e..7da5f53702429e97479342f55e0f15ef841436af 100644 (file)
@@ -15,7 +15,7 @@
        <script src="../../ui/jquery.ui.dialog.js"></script>
        <link rel="stylesheet" href="../demos.css">
        <style>
-       #gallery { float: left; width: 65%; min-height: 12em; } * html #gallery { height: 12em; } /* IE6 */
+       #gallery { float: left; width: 65%; min-height: 12em; }
        .gallery.custom-state-active { background: #eee; }
        .gallery li { float: left; width: 96px; padding: 0.4em; margin: 0 0.4em 0.4em 0; text-align: center; }
        .gallery li h5 { margin: 0 0 0.4em; cursor: move; }
@@ -23,7 +23,7 @@
        .gallery li a.ui-icon-zoomin { float: left; }
        .gallery li img { width: 100%; cursor: move; }
 
-       #trash { float: right; width: 32%; min-height: 18em; padding: 1%;} * html #trash { height: 18em; } /* IE6 */
+       #trash { float: right; width: 32%; min-height: 18em; padding: 1%; }
        #trash h4 { line-height: 16px; margin: 0 0 0.4em; }
        #trash h4 .ui-icon { float: left; }
        #trash .gallery h5 { display: none; }