Skip to content

Commit

Permalink
Fixed the description text and tweaked button position so it fits ins…
Browse files Browse the repository at this point in the history
…ide the demo block without scrolling.
  • Loading branch information
Todd Parker committed Feb 17, 2009
1 parent 2ffcf02 commit f0b9f16
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions demos/effect_methods/animate.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<script type="text/javascript" src="../../ui/effects.core.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
.toggler { width: 500px; height: 300px; }
.toggler { width: 500px; height: 200px; }
#button { padding: .5em 1em; text-decoration: none; }
#animate { width: 240px; height: 135px; padding: 0.4em; background: #fff;}
#animate h3 { margin: 0; padding: 0.4em; text-align: center; }
Expand Down Expand Up @@ -44,7 +44,7 @@ <h3 class="ui-widget-header ui-corner-all">Animate</h3>

<div class="demo-description">

<p>Click anywhere in the frame above to toggle the effect.</p>
<p>Click the button above to preview the effect.</p>

</div><!-- End demo-description -->

Expand Down
4 changes: 2 additions & 2 deletions demos/effect_methods/effect.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/effects.bounce.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
.toggler { width: 500px; height: 300px; }
.toggler { width: 500px; height: 200px; }
#button { padding: .5em 1em; text-decoration: none; }
#effect { width: 240px; height: 135px; padding: 0.4em; }
#effect h3 { margin: 0; padding: 0.4em; text-align: center; }
Expand Down Expand Up @@ -41,7 +41,7 @@ <h3 class="ui-widget-header ui-corner-all">Effect</h3>

<div class="demo-description">

<p>Click anywhere in the frame above to show the effect.</p>
<p>Click the button above to show the effect.</p>

</div><!-- End demo-description -->

Expand Down
4 changes: 2 additions & 2 deletions demos/effect_methods/hide.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/effects.bounce.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
.toggler { width: 500px; height: 300px; }
.toggler { width: 500px; height: 200px; }
#button { padding: .5em 1em; text-decoration: none; }
#hide { width: 240px; height: 135px; padding: 0.4em; }
#hide h3 { margin: 0; padding: 0.4em; text-align: center; }
Expand Down Expand Up @@ -39,7 +39,7 @@ <h3 class="ui-widget-header ui-corner-all">Hide</h3>

<div class="demo-description">

<p>Click anywhere in the frame above to see the effect.</p>
<p>Click the button above to preview the effect.</p>

</div><!-- End demo-description -->

Expand Down
4 changes: 2 additions & 2 deletions demos/effect_methods/show.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/effects.bounce.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
.toggler { width: 500px; height: 300px; }
.toggler { width: 500px; height: 200px; }
#button { padding: .5em 1em; text-decoration: none; }
#show { width: 240px; height: 135px; padding: 0.4em; }
#show h3 { margin: 0; padding: 0.4em; text-align: center; }
Expand Down Expand Up @@ -41,7 +41,7 @@ <h3 class="ui-widget-header ui-corner-all">Show</h3>

<div class="demo-description">

<p>Click anywhere in the frame above to show the effect.</p>
<p>Click the button above to show the effect.</p>

</div><!-- End demo-description -->

Expand Down
4 changes: 2 additions & 2 deletions demos/effect_methods/toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<script type="text/javascript" src="../../ui/effects.bounce.js"></script>
<link type="text/css" href="../demos.css" rel="stylesheet" />
<style type="text/css">
.toggler { width: 500px; height: 300px; }
.toggler { width: 500px; height: 200px; }
#button { padding: .5em 1em; text-decoration: none; }
#toggle { width: 240px; height: 135px; padding: 0.4em; }
#toggle h3 { margin: 0; padding: 0.4em; text-align: center; }
Expand Down Expand Up @@ -38,7 +38,7 @@ <h3 class="ui-widget-header ui-corner-all">Toggle</h3>

<div class="demo-description">

<p>Click anywhere in the frame above to toggle the effect.</p>
<p>Click the button above to preview the effect.</p>

</div><!-- End demo-description -->

Expand Down

0 comments on commit f0b9f16

Please sign in to comment.