comparison examples/trac/htdocs/css/ticket.css @ 39:93b4dcbafd7b trunk

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:ee669cb9cccc 39:93b4dcbafd7b
1 @import url(code.css);
2
3 #content { width: 700px; max-width: 100% }
4
5 #newticket #description { width: 100% }
6 #newticket #properties { width: 100% }
7
8 #ticket {
9 background: #ffd;
10 border: 1px outset #996;
11 margin-top: 1em;
12 padding: .5em 1em;
13 position: relative;
14 }
15 h1 .status { color: #444; text-transform: lowercase; }
16 #ticket h2.summary { margin: 0 0 .8em 0 }
17 #ticket .date { color: #996; float: right; font-size: 85%; position: relative }
18 #ticket .date p { margin: 0 }
19
20 #ticket table.properties {
21 border-bottom: 1px solid #dd9;
22 border-top: 1px solid #dd9;
23 border-collapse: collapse;
24 table-layout: fixed;
25 width: 100%;
26 }
27 #ticket table.properties tr { border-bottom: 1px dotted #eed }
28 #ticket table.properties td, #ticket table.properties th {
29 font-size: 80%;
30 padding: .5em 1em;
31 vertical-align: top;
32 }
33 #ticket table.properties th {
34 color: #663;
35 font-weight: normal;
36 text-align: left;
37 width: 20%;
38 }
39 #ticket table.properties td { width: 30% }
40 #ticket table.properties .description { border-top: 1px solid #dd9 }
41
42 #ticket .description form {
43 float: right;
44 position: relative;
45 bottom: 1.8em;
46 }
47
48 #changelog { border: 1px outset #996; padding: 1em }
49 #changelog h3 {
50 border-bottom: 1px solid #d7d7d7;
51 color: #999;
52 font-size: 100%;
53 font-weight: normal;
54 }
55 #changelog .threading {
56 float: right;
57 position: relative;
58 bottom: 0.3em;
59 }
60 #changelog h3 .threading form {
61 display: inline
62 }
63
64 #changelog .changes { list-style: square; margin-left: 2em; padding: 0 }
65 #changelog .comment { margin-left: 2em }
66
67 form .field { margin-top: .75em; width: 100% }
68 form #comment { width: 100% }
69
70 #properties { white-space: nowrap; line-height: 160%; padding: .5em }
71 #properties table { border-spacing: 0; width: 100%; }
72 #properties table th {
73 padding: .4em;
74 text-align: right;
75 width: 20%;
76 vertical-align: top;
77 }
78 #properties table th.col2 { border-left: 1px dotted #d7d7d7 }
79 #properties table td { vertical-align: middle; width: 30% }
80 #properties table td.fullrow { vertical-align: middle; width: 80% }
81
82 #action { line-height: 2em }
83
84 fieldset.radio { border: none; margin: 0; padding: 0 }
85 fieldset.radio legend {
86 color: #000;
87 float: left;
88 font-size: 100%;
89 font-weight: normal;
90 padding: 0 1em 0 0;
91 }
92 fieldset.radio label { padding-right: 1em }
Copyright (C) 2012-2017 Edgewall Software