]> git.uio.no Git - usit-rt.git/blame - share/static/css/base/ticket.css
Upgrade to 4.2.2
[usit-rt.git] / share / static / css / base / ticket.css
CommitLineData
af59614d
MKG
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
75.ticket-summary .titlebox .titlebox-title .left a, .ticket-summary .titlebox .titlebox-title .left a:visited { color: #fff;}
76
77.unread-messages .titlebox , .unread-messages .titlebox .titlebox-title .left {
78 border: 1px solid #99a;
79 border-right: 2px solid #aab;
80 border-bottom: 2px solid #aab;
81
82}
83
84
85.unread-messages .titlebox {
86 background-color: #dde;
87}
88
89.unread-messages .titlebox .titlebox-title .left {
90 background-color: #cce;
91}
92
93.ticket-inactive {
94 text-decoration: line-through;
95 color: #666
96}
97
98table.ticket-summary td.boxcontainer:first-child {
99 width: 50%;
100}
101div.requestor-ticket-links {
102 text-align: left;
103 font-size: 0.8em;
104 padding-top: 0.25em;
105}
106
107.ticket-info-requestor .more-about-requestor-extra,
108.ticket-info-requestor .comments-about-user,
109.ticket-info-requestor .more-about-requestor-tickets,
110.ticket-info-requestor .more-about-user-groups
111{
112 margin: 0.5em 0 1em 0;
113}
114
115.ticket-info-requestor .comments-about-user .label,
116.ticket-info-requestor .more-about-user-groups .label,
117.ticket-info-requestor .more-about-requestor-tickets .label
118{
119 display: block;
120 font-weight: bold;
121 text-align: left;
122}
123
124.ticket-info-requestor .more-about-user-groups .value ul,
125.ticket-info-requestor .more-about-requestor-tickets ul
126{
127 margin-top: 0;
128 margin-bottom: 0;
129}
130
131
132/* textareas get to be bigger when we're in a table */
133tr.edit-custom-field.cftype-Text textarea,
134tr.edit-custom-field.cftype-Freeform input,
135tr.edit-custom-field.cftype-Wikitext textarea
136{
137 width: 100%;
138}