Skip to content

Commit 609823b

Browse files
committed
demos: some sizing issues with selectable and sortable demos
1 parent 40b9387 commit 609823b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demos/selectable/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#selectable .ui-selecting { background: #FECA40; }
1414
#selectable .ui-selected { background: #F39814; color: white; }
1515
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
16-
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
16+
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
1717
</style>
1818
<script type="text/javascript">
1919
$(function() {

demos/selectable/serializing.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#selectable .ui-selecting { background: #FECA40; }
1414
#selectable .ui-selected { background: #F39814; color: white; }
1515
#selectable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
16-
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
16+
#selectable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
1717
</style>
1818
<script type="text/javascript">
1919
$(function() {

demos/sortable/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link type="text/css" href="../demos.css" rel="stylesheet" />
1010
<style type="text/css">
1111
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
12-
#sortable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; }
12+
#sortable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
1313
</style>
1414
<script type="text/javascript">
1515
$(function() {

demos/sortable/placeholder.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<link type="text/css" href="../demos.css" rel="stylesheet" />
1010
<style type="text/css">
1111
#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%; }
12-
#sortable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; }
12+
#sortable li { margin: 3px; padding: 0.4em; font-size: 1.4em; height: 18px; }
1313
</style>
1414
<script type="text/javascript">
1515
$(function() {

0 commit comments

Comments
 (0)