carbidesdk/com.nokia.carbide.cpp.sdk.examples/data/report.css
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
table {border-collapse: collapse}
cawthron
parents:
diff changeset
     2
cawthron
parents:
diff changeset
     3
td.header {
cawthron
parents:
diff changeset
     4
 border-top:1.5pt;
cawthron
parents:
diff changeset
     5
 border-left:1.0pt;
cawthron
parents:
diff changeset
     6
 border-bottom:1.5pt;
cawthron
parents:
diff changeset
     7
 border-right:1.0pt;
cawthron
parents:
diff changeset
     8
 border-color:green;
cawthron
parents:
diff changeset
     9
 border-style:solid;
cawthron
parents:
diff changeset
    10
 background:silver;
cawthron
parents:
diff changeset
    11
 padding:0in 5.4pt 0in 5.4pt
cawthron
parents:
diff changeset
    12
}
cawthron
parents:
diff changeset
    13
cawthron
parents:
diff changeset
    14
td.odd {
cawthron
parents:
diff changeset
    15
 border-top:none;
cawthron
parents:
diff changeset
    16
 border-left:solid green 1.0pt;
cawthron
parents:
diff changeset
    17
 border-bottom:solid black 1.0pt;
cawthron
parents:
diff changeset
    18
 border-right:solid green 1.0pt;
cawthron
parents:
diff changeset
    19
 background:#CCCCCC;
cawthron
parents:
diff changeset
    20
 padding:0in 5.4pt 0in 5.4pt
cawthron
parents:
diff changeset
    21
 }
cawthron
parents:
diff changeset
    22
 
cawthron
parents:
diff changeset
    23
td.even {
cawthron
parents:
diff changeset
    24
 border-top:none;
cawthron
parents:
diff changeset
    25
 border-left:solid green 1.0pt;
cawthron
parents:
diff changeset
    26
 border-bottom:solid black 1.0pt;
cawthron
parents:
diff changeset
    27
 border-right:solid green 1.0pt;
cawthron
parents:
diff changeset
    28
 background:#FFFFDD;
cawthron
parents:
diff changeset
    29
 padding:0in 5.4pt 0in 5.4pt
cawthron
parents:
diff changeset
    30
 }