tizen 2.3 release
[framework/web/wearable/wrt-security.git] / tests / smack_security / smackSecurityTest1 / css / style.css
1 /* Add style information here */
2 * {
3     padding: 0px;
4     margin: 0px;
5     color: #000;
6 }
7
8 #summary {
9     background-color: #ddd;
10     color: #000;
11     padding: 2px;
12 }
13
14 #log {
15     color: #fff;
16     width: 400px;
17     display: block;
18 }
19
20 #log .entry {
21     color: #fff;
22     padding: 2px;
23 }
24
25 #log .passed {
26     background-color: #45DE1B;
27 }
28
29 #log .failed {
30     background-color: #DE1B1B;
31 }
32
33 #log .exception {
34     background-color: #DE1BD8;
35 }