aboutsummaryrefslogtreecommitdiffstats
path: root/demos/selectable
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-12-31 23:41:40 +0000
committerRichard Worth <rdworth@gmail.com>2008-12-31 23:41:40 +0000
commit40b9387ea133441bc09ffa560f3b98603e7cffab (patch)
tree0fb42d4cb931f3680c6787e6771a936bd6e678cb /demos/selectable
parent3e0d2e4a6b5d279b322bba5ff636b1ffde033414 (diff)
downloadjquery-ui-40b9387ea133441bc09ffa560f3b98603e7cffab.tar.gz
jquery-ui-40b9387ea133441bc09ffa560f3b98603e7cffab.zip
demos: some sizing issues with selectable and sortable demos
Diffstat (limited to 'demos/selectable')
-rw-r--r--demos/selectable/default.html2
-rw-r--r--demos/selectable/floating.html2
-rw-r--r--demos/selectable/serializing.html2
3 files changed, 3 insertions, 3 deletions
diff --git a/demos/selectable/default.html b/demos/selectable/default.html
index 0f8901357..6c050935b 100644
--- a/demos/selectable/default.html
+++ b/demos/selectable/default.html
@@ -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: 1.4em; font-weight: bold; }
+ #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
</style>
<script type="text/javascript">
$(function() {
diff --git a/demos/selectable/floating.html b/demos/selectable/floating.html
index a946cd967..8f41e7efc 100644
--- a/demos/selectable/floating.html
+++ b/demos/selectable/floating.html
@@ -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; }
- #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 100px; font-size: 4em; text-align: center; }
+ #selectable li { margin: 3px; padding: 1px; float: left; width: 100px; height: 80px; font-size: 4em; text-align: center; }
</style>
<script type="text/javascript">
$(function() {
diff --git a/demos/selectable/serializing.html b/demos/selectable/serializing.html
index 2985fdfdf..7bd822db9 100644
--- a/demos/selectable/serializing.html
+++ b/demos/selectable/serializing.html
@@ -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: 1.4em; font-weight: bold; }
+ #selectable li { margin: 3px; padding: 0.4em; font-size: 1.6em; height: 20px; font-weight: bold; }
</style>
<script type="text/javascript">
$(function() {