summaryrefslogtreecommitdiffstats
path: root/rtems-coverage/style.css
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-28 15:02:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-11-28 15:02:20 +0000
commita72f95b2df33c342a98f0263fe91c2324a4bedfb (patch)
tree25583f2b73d286581e393b4137fd781180a17211 /rtems-coverage/style.css
parent2011-11-06 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-testing-a72f95b2df33c342a98f0263fe91c2324a4bedfb.tar.bz2
2011-11-28 Aleksejs Popovs <me@popoffka.ru>
* generate_coverage_html, style.css: Google Code-In 2011 task to make the tables sortable on the top level BSP page.
Diffstat (limited to 'rtems-coverage/style.css')
-rw-r--r--rtems-coverage/style.css23
1 files changed, 18 insertions, 5 deletions
diff --git a/rtems-coverage/style.css b/rtems-coverage/style.css
index 667100b..c715518 100644
--- a/rtems-coverage/style.css
+++ b/rtems-coverage/style.css
@@ -1,4 +1,4 @@
-body {
+body {
background: rgb(253,253,253);
color: rgb(0,0,0);
font-family: helvetica, sans-serif;
@@ -8,14 +8,14 @@ body {
padding: 0;
}
-a:link {
+a:link {
color: rgb(180, 50, 50);
font-family: helvetica, sans-serif;
font-size: 1.0em;
}
-a:visited {
- color: purple;
+a:visited {
+ color: purple;
font-family: helvetica, sans-serif;
font-size: 1.0em;
}
@@ -27,7 +27,7 @@ a:hover {
}
a:active {
- color: red;
+ color: red;
font-family: helvetica, sans-serif;
font-size: 1.0em;
}
@@ -182,3 +182,16 @@ a:active {
margin-top: 10px;
width: 40%;
}
+th.table-sortable {
+ background-image:url("unsorted.gif");
+ cursor: pointer;
+ background-position: center left;
+ background-repeat: no-repeat;
+ padding-left: 15px;
+}
+th.table-sorted-asc {
+ background-image:url("descending.gif");
+}
+th.table-sorted-desc {
+ background-image:url("ascending.gif");
+} \ No newline at end of file