diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-07-12 11:15:33 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-07-12 11:15:33 -0400 |
commit | 927857ce84b11b081d0c983e5fa561bc2264bd19 (patch) | |
tree | 7fe48ba978de9cfaff22968780dae2b34b4bf257 /tests/visual | |
parent | bfbb9e3b233f7f13b78fcebc81be3cda70c6ddb5 (diff) | |
download | jquery-ui-927857ce84b11b081d0c983e5fa561bc2264bd19.tar.gz jquery-ui-927857ce84b11b081d0c983e5fa561bc2264bd19.zip |
Position: Cleanup up position demo CSS and add it to the within-visual-test
Diffstat (limited to 'tests/visual')
-rw-r--r-- | tests/visual/position/position_within.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tests/visual/position/position_within.html b/tests/visual/position/position_within.html index f120a4b47..4440a0975 100644 --- a/tests/visual/position/position_within.html +++ b/tests/visual/position/position_within.html @@ -66,9 +66,20 @@ bottom: 0; background-color: #bcd5e6; text-align: center; - border:solid 2px #555; cursor:move; } + .ui-flipped-top { + border-top: 3px solid #000000; + } + .ui-flipped-bottom { + border-bottom: 3px solid #000000; + } + .ui-flipped-left { + border-left: 3px solid #000000; + } + .ui-flipped-right { + border-right: 3px solid #000000; + } select, input { margin-left: 15px; } |