RT 4.2.11, ticket#13852
[freeside.git] / rt / share / static / css / base / ticket.css
1 /* More about requestor ticket lists */
2
3 .more-about-requestor-tickets {
4     background: none;
5     border: none;
6     font-family: arial,helvetica,sans-serif !important;
7     padding: 0 !important;
8 }
9
10 .more-about-requestor-tickets .ui-tabs-nav {
11     background: none;
12     border: none;
13     font-size: 80%;
14     padding: 0;
15     margin: 0;
16 }
17
18 .more-about-requestor-tickets .ui-tabs-nav li {
19     border: none !important;
20     background: none !important;
21     padding-right: 1em;
22 }
23
24 .more-about-requestor-tickets .ui-tabs-nav a {
25     padding: 0 !important;
26     margin: 0 !important;
27     color: black !important;
28 }
29
30 .more-about-requestor-tickets .ui-tabs-nav a:hover,
31 .more-about-requestor-tickets .ui-tabs-nav .ui-tabs-active a {
32     text-decoration: underline;
33 }
34
35 .more-about-requestor-tickets .ui-tabs-panel {
36     border: none;
37     padding: 0;
38     margin: 0;
39     color: black !important;
40 }
41
42 .more-about-requestor-tickets .ui-tabs-panel a {
43     color: black !important;
44 }
45
46
47 .plain-text-white-space {
48  white-space: pre-wrap;
49  font-family: monospace;
50 }
51
52 .plain-text-white-space br {
53     display: none;
54 }
55
56 .dependency-status {
57     font-style: italic;
58 }
59 .dependency-status .summary {
60     font-weight: bold;
61     font-style: normal;
62 }
63
64 /* Color the titlebox tabs */
65 .ticket-info-cfs .titlebox .titlebox-title .left { background-color: #b32; color: #fff;}
66 .ticket-info-basics .titlebox .titlebox-title .left { background-color: #b32;  color: #fff;}
67 .ticket-info-people .titlebox .titlebox-title .left { background-color: #48c;  color: #fff;}
68 .ticket-info-requestor .titlebox .titlebox-title .left { white-space: nowrap; background-color: #48c;  color: #fff;}
69 .ticket-info-links .titlebox .titlebox-title .left { background-color: #316531;  color: #fff;}
70 .ticket-info-merge .titlebox .titlebox-title .left { background-color: #8b4513;  color: #fff;}
71 .ticket-info-reminders .titlebox .titlebox-title .left { background-color: #369;  color: #fff;}
72 .ticket-info-dates .titlebox .titlebox-title .left { background-color: #633063;  color: #fff;}
73 .ticket-info-attachments .titlebox .titlebox-title .left { background-color: #993366;  color: #fff;}
74 .ticket-info-generic .titlebox .titlebox-title .left { background-color: #547ccc;  color: #fff;}
75
76 .ticket-summary .titlebox .titlebox-title .left a, .ticket-summary .titlebox .titlebox-title .left a:visited { color: #fff;}
77
78 .unread-messages .titlebox-content :link {
79     text-decoration: underline;
80 }
81
82 .ticket-inactive {
83   text-decoration: line-through;
84   color: #666
85 }
86
87 table.ticket-summary td.boxcontainer:first-child {
88   width: 50%;
89 }
90 div.requestor-ticket-links {
91     text-align: left;
92     font-size: 0.8em;
93     padding-top: 0.25em;
94 }
95
96 .ticket-info-requestor .more-about-requestor-extra,
97 .ticket-info-requestor .comments-about-user,
98 .ticket-info-requestor .more-about-requestor-tickets,
99 .ticket-info-requestor .more-about-user-groups
100 {
101     margin: 0.5em 0 1em 0;
102 }
103
104 .ticket-info-requestor .comments-about-user .label,
105 .ticket-info-requestor .more-about-user-groups .label,
106 .ticket-info-requestor .more-about-requestor-tickets .label
107 {
108     display: block;
109     font-weight: bold;
110     text-align: left;
111 }
112
113 .ticket-info-requestor .more-about-user-groups .value ul,
114 .ticket-info-requestor .more-about-requestor-tickets ul
115 {
116     margin-top: 0;
117     margin-bottom: 0;
118 }
119
120
121 /* textareas get to be bigger when we're in a table */
122 tr.edit-custom-field.cftype-Text textarea,
123 tr.edit-custom-field.cftype-Freeform input,
124 tr.edit-custom-field.cftype-Wikitext textarea
125 {
126     width: 100%;
127 }