From 3087c10f542e56dab0a554684d75f67156b9dded Mon Sep 17 00:00:00 2001 From: Kushal K S V S Date: Tue, 29 Aug 2017 02:07:40 -0700 Subject: [PATCH] Some cosmetic changes --- tests/html/styles/top.css | 4 ++++ tests/runme.sh | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/html/styles/top.css b/tests/html/styles/top.css index a47d70e55..203011c57 100644 --- a/tests/html/styles/top.css +++ b/tests/html/styles/top.css @@ -71,6 +71,10 @@ th { font-size: 16px; text-align: left; } +/* Pause/Play Button */ +#pause_btn{ + float: right; +} /* Animation div on the right iframe */ .animation { image-rendering: optimizeSpeed; diff --git a/tests/runme.sh b/tests/runme.sh index fe689d8e3..a0eea1b73 100755 --- a/tests/runme.sh +++ b/tests/runme.sh @@ -22,14 +22,15 @@ touch ./html/top.html echo " + FreeType Test Framework
-

Base Version: $FT_TEST_BASE_DLL
- Test Version: $FT_TEST_TEST_DLL +

Base Version: $FT_TEST_BASE_DLL
+ Test Version: $FT_TEST_TEST_DLL

@@ -56,7 +57,7 @@ echo '
   - +
'>>./html/top.html #####################################################################