aboutsummaryrefslogtreecommitdiffstats
path: root/tests/visual/all.css
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2008-06-09 08:06:54 +0000
committerRichard Worth <rdworth@gmail.com>2008-06-09 08:06:54 +0000
commitb2233945a6a06ae03f0de2a604ccfbd5c153c372 (patch)
tree0a5d8bf421c2e247139c919b69d4c2684b51915d /tests/visual/all.css
parent4a0df13665fd34ee1b3a7be660cb9024664ad6b7 (diff)
downloadjquery-ui-b2233945a6a06ae03f0de2a604ccfbd5c153c372.tar.gz
jquery-ui-b2233945a6a06ae03f0de2a604ccfbd5c153c372.zip
Added droppable visual test
Diffstat (limited to 'tests/visual/all.css')
-rw-r--r--tests/visual/all.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/visual/all.css b/tests/visual/all.css
index 17fc5985b..4fb7bf5c4 100644
--- a/tests/visual/all.css
+++ b/tests/visual/all.css
@@ -5,7 +5,7 @@ ul.plugins li { margin: 0 12px 12px 0;
list-style-type: none; width: 210px; height: 220px; float: left;
color: white; border: 1px solid gray; text-align: center; font-weight: bold; }
-#accordion, #draggable, #droppable,
+#accordion, #draggable,
#resizable, #selectable, #sortable, #tabs {
margin: 10px;
width: 190px; height: 180px;
@@ -30,6 +30,10 @@ ul.plugins li { margin: 0 12px 12px 0;
background: black;
}
+.draggable { margin: 10px; width: 32px; height: 30px; float: left; background: #FF9C08; }
+#droppable { margin: 10px; width: 190px; height: 130px; float: left; border: 1px solid #FF9C08; overflow: hidden; }
+#droppable .draggable { margin: 7px; }
+
.ui-dialog { background-color: #FF9C08; }
.ui-dialog .ui-dialog-titlebar { background: black; padding: 0px; height: 28px; _height: 29px; }
.ui-dialog.ui-draggable .ui-dialog-titlebar { cursor: move; }