diff --git a/WebContent/css/playground.css b/WebContent/css/playground.css index 6f91d087d..e1cebd57d 100644 --- a/WebContent/css/playground.css +++ b/WebContent/css/playground.css @@ -22,7 +22,7 @@ body { } .panel button { - float: right; + float: middle; margin-top: 1em; margin-bottom: 1em; } @@ -41,9 +41,13 @@ textarea { .button-warning{ color: white; border-radius: 4px; - font-size: 125%; + font-size: 60%; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); - + padding-right: 10px; +margin-top: 0px; +margin-left: -10px; +margin-right: -10px; +margin-bottom: 0px; } .button-success { diff --git a/WebContent/index.html b/WebContent/index.html index 965db42f8..93cfbe8f9 100644 --- a/WebContent/index.html +++ b/WebContent/index.html @@ -46,44 +46,20 @@
Examples-