diff options
author | Scott González <scott.gonzalez@gmail.com> | 2011-08-03 10:50:20 -0400 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2011-08-03 10:50:20 -0400 |
commit | 1e9e0ed700198086da875135807081edb2523852 (patch) | |
tree | 51e27f1d7648cb786581821a2f7598e70febfe8b /tests/visual/all.css | |
parent | e7525d76863be54864237d87b9bb8c244f97d604 (diff) | |
download | jquery-ui-1e9e0ed700198086da875135807081edb2523852.tar.gz jquery-ui-1e9e0ed700198086da875135807081edb2523852.zip |
Tests: Removed some visual tests.
Diffstat (limited to 'tests/visual/all.css')
-rw-r--r-- | tests/visual/all.css | 84 |
1 files changed, 0 insertions, 84 deletions
diff --git a/tests/visual/all.css b/tests/visual/all.css deleted file mode 100644 index d4b4805a1..000000000 --- a/tests/visual/all.css +++ /dev/null @@ -1,84 +0,0 @@ - -body { font-size: 62.5%; margin: 0; padding: 20px; background: #191919; } -ul.plugins { - margin: 0; - padding: 0; -} -ul.plugins li.plugin { - margin: 0 12px 12px 0; - list-style-type: none; - width: 220px; - height: 220px; - float: left; - color: white; - border: 1px solid gray; - text-align: center; - font-weight: bold; -} -li.plugin { - -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -} - -#draggable, #resizable, #selectable, #sortable { - margin: 10px; - width: 190px; height: 180px; - text-align: center; - background: #FF9C08; color: white; font-weight: bold; - -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; -} -#accordion { - background: none; - text-align: left; -} -#accordion, #datepicker, #dialog, #progressbar, #slider { - margin: 10px; -} -#datepicker { - margin-left: -40px; -} -#tabs { - margin: 0 10px; -} -#selectable div { - width: 45px; height: 45px; float: left; margin: 6px 8px; - border: 1px solid white; - -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -} -#selectable .ui-selecting { - background: gray; -} -#selectable .ui-selected { - background: black; -} -#sortable div { - width: 45px; height: 45px; float: left; margin: 6px 8px; - border: 1px solid white; - -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -} -#sortable .ui-sortable-helper { - background: black; -} -#tabs { - text-align: left; -} - -.draggable { - margin: 10px; - width: 32px; - height: 30px; - float: left; - background: #FF9C08; - -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -} -#droppable { - margin: 10px; - width: 190px; - height: 130px; - float: left; - border: 1px solid #FF9C08; - overflow: hidden; - -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -} -#droppable .draggable { - margin: 7px; -} |