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