Add empty handlers for chat-joined and chat-left signals.
[pidgin-purple-perl-plugins.git] / TODO / 8309_soubory / ticket.css
blob08c64bc5ed530a5eaebec964fd07016f26b13b42
1 @import url(code.css);
3 #content.ticket { width: 700px; max-width: 100% }
5 #newticket #field-description { width: 100% }
6 #newticket #properties { width: 100% }
8 #ticket {
9 background: #ffd;
10 border: 1px outset #996;
11 margin-top: 1em;
12 padding: .5em 1em;
13 position: relative;
16 div#ticket.ticketdraft {
17 background: #f4f4f4 url(../draft.png);
19 div#ticketchange.ticketdraft {
20 padding: 0 1em;
21 margin: 1em 0;
23 div#ticketchange.ticketdraft h3 {
24 margin-top: .5em;
26 .preview-notice { font-weight: bold; }
28 .ticketdraft {
29 background: #f4f4f4 url(../draft.png);
30 border: 1px outset #996;
31 padding: 0 .2em;
34 h1 .status { color: #444; }
35 #ticket h2.summary { margin: 0 0 .8em 0 }
36 #ticket .date { color: #996; float: right; font-size: 85%; position: relative }
37 #ticket .date p { margin: .3em }
39 #ticket table.properties {
40 clear: both;
41 border-top: 1px solid #dd9;
42 border-collapse: collapse;
43 table-layout: fixed;
44 width: 100%;
46 #ticket table.properties tr { border-bottom: 1px dotted #eed }
47 #ticket table.properties td, #ticket table.properties th {
48 font-size: 80%;
49 padding: .5em 1em;
50 vertical-align: top;
52 #ticket table.properties th {
53 color: #663;
54 font-weight: normal;
55 text-align: left;
56 width: 20%;
58 #ticket table.properties td { width: 30% }
59 #ticket table.properties .description { border-top: 1px solid #dd9 }
61 #ticket .description h3 {
62 border-bottom: 1px solid #dd9;
63 color: #663;
64 font-size: 100%;
65 font-weight: normal;
67 #ticket .description h3 .lastmod {
68 font-size: 90%;
70 #ticket .inlinebuttons {
71 float: right;
72 position: relative;
73 bottom: 0.3em;
76 #changelog { border: 1px outset #996; padding: 1em }
77 #preview { border: 1px solid #d7d7d7; padding: 1em }
78 #preview h3, #changelog h3 {
79 border-bottom: 1px solid #d7d7d7;
80 color: #999;
81 font-size: 100%;
82 font-weight: normal;
84 .threading, #changelog .inlinebuttons { float: right; }
85 .threading { font-size: 90%; }
87 #preview .changes, #changelog .changes { list-style: square; margin-left: 2em; padding: 0 }
88 #preview .comment, #changelog .comment { margin-left: 2em }
90 form .field { margin-top: .75em; width: 100% }
91 form #comment { width: 100% }
93 #properties { white-space: nowrap; line-height: 160%; padding: .5em }
94 #properties table { border-spacing: 0; width: 100%; }
95 #properties table th {
96 padding: .4em;
97 text-align: right;
98 width: 20%;
99 vertical-align: top;
101 #properties table th.col2 { border-left: 1px dotted #d7d7d7 }
102 #properties table td { vertical-align: middle; width: 30% }
103 #properties table td.fullrow { vertical-align: middle; width: 80% }
105 #action { line-height: 2em }
107 fieldset.radio { border: none; margin: 0; padding: 0 }
108 fieldset.radio legend {
109 color: #000;
110 float: left;
111 font-size: 100%;
112 font-weight: normal;
113 padding: 0 1em 0 0;
115 fieldset.radio label { padding-right: 1em }