File: code-comments.css

package info (click to toggle)
trac-codecomments 1.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 348 kB
  • ctags: 191
  • sloc: python: 593; makefile: 2
file content (80 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download
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
table.code-comments td.check {
	width: 2em;
}
#add-comment-dialog textarea {
	width: 400px;
	height: 180px;
	padding: 6px;
}
#add-comment-dialog button {
	float: left;
}
#add-comment-dialog a.formatting {
	float: right;
}
#add-comment-dialog h3 {
	display: none;
}
#add-comment-dialog div.preview {
	margin-bottom: 12px;
}

.ui-dialog {
	width: auto !important;
}
ul.comments .active {
	background-color: #FFFFCD;
}
ul.comments {
	margin: 0;
	padding: 2px 4px 0 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}
ul.comments>li {
	border-radius: 4px;
	border: 1px solid #dfdfdf;
	margin-bottom: 4px;
	list-style-type: none;
}
ul.comments>li .meta {
	padding: 6px;
	background-color: #dfdfdf;
}
ul.comments>li .time {
	font-size: 10px;
}
ul.comments>li .meta img.gravatar {
	vertical-align: middle;
	padding: 1px;
	border: 1px solid #888;
}
ul.comments>li .meta .author {
	font-weight: bold;
}
ul.comments>li .meta .delete {
	float: right;
	margin-right: 1em;
}

ul.comments>li .text {
	padding: 1px 8px;
	border: 0;
	margin: 0;
}
#top-comments button {
	margin-bottom: 16px;
}
tr.with-comments {
	background-color: #FFFFE2;
	border-bottom: 1px solid #998;
}
tr.comments {
	border-bottom: 1px solid #998;
}
table.code tr {
	height: 17px;
}
table.code tr:hover td {
	background-color: #FFFFCA;
}