aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2012-10-19 14:21:56 +0800
committerAndy Green <andy.green@linaro.org>2012-10-19 14:21:56 +0800
commit771b62ccd0e47065572455f8f44f810ee2abdcfe (patch)
tree2505b9836bd5451dd1f45cf650ba358c906e7499
parent22c3416e9f3fd16e105b783a51c1404a415d75d4 (diff)
rounded cs3 for main divs
Signed-off-by: Andy Green <andy.green@linaro.org>
-rw-r--r--aepd/share/aepscope.html12
1 files changed, 8 insertions, 4 deletions
diff --git a/aepd/share/aepscope.html b/aepd/share/aepscope.html
index fa7ac6e..4c32623 100644
--- a/aepd/share/aepscope.html
+++ b/aepd/share/aepscope.html
@@ -36,7 +36,9 @@
div.control { font-size:9pt; font: Arial; font-weight:bold; color:#404040; }
div.info { font-size:8pt; font: Arial; font-weight:normal; color:#000000; }
+ div.groupwhite { height:60px; vertical-align:middle; text-align:center; padding:4px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
div.group { height:60px; vertical-align:middle; text-align:center; background:#f0f0f0; padding:4px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
+ div.group2 { vertical-align:middle; text-align:center; background:#f0f0f0; padding:4px; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }
div.group::after {
content: ".";
visibility: hidden;
@@ -59,7 +61,7 @@ div.group img {
<table>
<tr>
<td height="100%">
- <div class="group"><a href="http://git.linaro.org/gitweb?p=tools/arm-probe.git;a=summary"><img src="linaro-logo-32.png"></a></div>
+ <div class="groupwhite"><a href="http://git.linaro.org/gitweb?p=tools/arm-probe.git;a=summary"><img src="linaro-logo-32.png"></a></div>
</td>
<td><div class="group">
<table height="100%"><tr><td><div class="control">Time zoom</div></td><td><div id=tb class="info"></div></td></tr><tr><td colspan="2">
@@ -83,10 +85,10 @@ div.group img {
</tr>
<tr style="vertical-align:top">
<td style="vertical-align:top">
- <table style="background-color:#000000">
+ <table>
<tr>
<td>
- <div id="pane0">
+ <div id="pane0" class="group2">
<canvas id="canvas0">
</div>
</td>
@@ -94,7 +96,9 @@ div.group img {
</table>
</td>
<td style="vertical-align:top">
- <div style="vertical-align:top;" id="cha" class="caliper_invalid"></div>
+ <div class="group2">
+ <div style="vertical-align:top;" id="cha" class="caliper_invalid"></div>
+ </div>
</td>
</tr>
</table>