forked from cluebotng/report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
102 lines (102 loc) · 1.48 KB
/
index.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
#left {
display: block;
left: 0px;
top: 0;
width: 250px;
border-right: 1px solid #d3e1f9;
padding-right: 10px;
margin-right: 10px;
}
#content {
display: table-cell;
padding-top: 1em;
/* width: 100%;*/
}
#left h2 {
padding-top: 1em;
padding-bottom: .17em;
border-bottom: 1px solid #d3e1f9;
font-size: 120%;
padding-left: 1em;
}
.floatleft {
float: left;
}
#top .floatleft {
padding-left: 1em;
margin-left: 1em;
}
.floatright {
float: right;
}
#top .floatright {
padding-right: 1em;
margin-right: 1em;
}
#top {
height: 70px;
}
.hline {
clear: both;
border-bottom: 1px solid #d3e1f9;
}
#title, .title {
vertical-align: middle;
}
.image {
border: 1px dashed #d3e1f9;
margin: 10px;
padding: 5px;
}
.reporttable {
width: 100%;
}
.reporttable tr th {
text-align: left;
vertical-align: top;
}
div.comment {
border: 1px dashed #000000;
margin-top: 10px;
margin-bottom: 10px;
min-height: 100px;
}
.commentuser {
float: left;
width: 200px;
padding-left: 5px;
}
.commentheader {
background: #aaffaa;
border-bottom: 1px solid #d3e1f9;
padding: 5px;
font-size: small;
}
.commentid {
float: right;
}
.commentdata {
/*padding: 5px;*/
background: #eefeee;
}
.commentdata2 {
margin-left: 200px;
border-left: 1px solid #d3e1f9;
background: #ffffff;
min-height: 100px;
}
.commentbody {
padding: 5px;
}
.commentbody p {
margin-top: 0;
}
.reportertable {
border: 1px dashed #000000;
margin-top: 10px;
margin-bottom: 10px;
}
.diffborder {
border: 1px dashed #000000;
width: 100%;
}