[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[freetype2] GSoC-2017-kushal 3087c10 68/70: Some cosmetic changes
From: |
Kushal K S V S |
Subject: |
[freetype2] GSoC-2017-kushal 3087c10 68/70: Some cosmetic changes |
Date: |
Sun, 18 Mar 2018 11:21:20 -0400 (EDT) |
branch: GSoC-2017-kushal
commit 3087c10f542e56dab0a554684d75f67156b9dded
Author: Kushal K S V S <address@hidden>
Commit: Kushal K S V S <address@hidden>
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 a47d70e..203011c 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 fe689d8..a0eea1b 100755
--- a/tests/runme.sh
+++ b/tests/runme.sh
@@ -22,14 +22,15 @@ touch ./html/top.html
echo "
<!DOCTYPE html>
<head>
+ <title> FreeType Test Framework </title>
<script type=\"text/javascript\" src =\"scripts/top.js\" ></script>
<link rel=\"stylesheet\" type=\"text/css\" href=\"styles/top.css\">
</head>
<html>
<body onload=\"change()\">
<div id=\"top_info\">
- <p>Base Version: $FT_TEST_BASE_DLL<br>
- Test Version: $FT_TEST_TEST_DLL
+ <p><b>Base Version:</b> $FT_TEST_BASE_DLL<br>
+ <b>Test Version:</b> $FT_TEST_TEST_DLL
</p>
</div>
<iframe id=\"frame_1\" name=\"frame_1\" src=\"\" ></iframe>
@@ -56,7 +57,7 @@ echo '<div id="select_animation">
<button onclick="class_one_two()">One-Two</button>
<button onclick="class_one_three()">One-Three</button>
<button onclick="class_one_four()">One-Four</button>  
- <button onclick="pause_play()"> Pause|Play </button>
+ <button onclick="pause_play()" id="pause_btn"> Pause|Play </button>
</div>
<div class="select">'>>./html/top.html
#####################################################################
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [freetype2] GSoC-2017-kushal 3087c10 68/70: Some cosmetic changes,
Kushal K S V S <=