diff options
author | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-07-12 11:10:40 -0400 |
---|---|---|
committer | Jörn Zaefferer <joern.zaefferer@gmail.com> | 2011-07-12 11:10:40 -0400 |
commit | bfbb9e3b233f7f13b78fcebc81be3cda70c6ddb5 (patch) | |
tree | c8eda3585106af3b558d65e53f0bad35500f615b /demos | |
parent | 9f5050ee063ed4c9e6191fc58ef151254cf54e76 (diff) | |
parent | d5452c0ec27219c3564522b852f83ca9757bed84 (diff) | |
download | jquery-ui-bfbb9e3b233f7f13b78fcebc81be3cda70c6ddb5.tar.gz jquery-ui-bfbb9e3b233f7f13b78fcebc81be3cda70c6ddb5.zip |
Merge remote branch 'bmsterling/position'
Diffstat (limited to 'demos')
-rw-r--r-- | demos/position/default.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/demos/position/default.html b/demos/position/default.html index 87fc8e38a..60b8b39f9 100644 --- a/demos/position/default.html +++ b/demos/position/default.html @@ -30,6 +30,18 @@ background-color: #bcd5e6; text-align: center; } + div.ui-flipped-top { + border-top: 3px solid #000000; + } + div.ui-flipped-bottom { + border-bottom: 3px solid #000000; + } + div.ui-flipped-left { + border-left: 3px solid #000000; + } + div.ui-flipped-right { + border-right: 3px solid #000000; + } select, input { margin-left: 15px; } |