wtf
[freeside.git] / rt / share / static / css / freeside4 / ticket.css
1 .titlebox-title.inverse .widget a,
2 .ticket-info-cfs .titlebox-title .widget a,
3 .ticket-info-basics .titlebox-title .widget a,
4 .ticket-info-people .titlebox-title .widget a,
5 .ticket-info-requestor .titlebox-title .widget a,
6 .ticket-info-links .titlebox-title .widget a,
7 .ticket-info-merge .titlebox-title .widget a,
8 .ticket-info-reminders .titlebox-title .widget a,
9 .ticket-info-dates .titlebox-title .widget a,
10 .ticket-info-customers .titlebox-title .widget a,
11 .ticket-info-attachments .titlebox-title .widget a {
12     background-position: center -7px
13 }
14
15 .titlebox-title.inverse,
16 .ticket-info-cfs .titlebox-title,
17 .ticket-info-basics .titlebox-title,
18 .ticket-info-people .titlebox-title,
19 .ticket-info-requestor .titlebox-title,
20 .ticket-info-links .titlebox-title,
21 .ticket-info-merge .titlebox-title,
22 .ticket-info-reminders .titlebox-title,
23 .ticket-info-dates .titlebox-title,
24 .ticket-info-customers .titlebox-title,
25 .ticket-info-attachments .titlebox-title {
26     margin-left: 1em
27 }
28
29 .titlebox-title.inverse  .left,
30 .ticket-info-cfs .titlebox-title  .left,
31 .ticket-info-basics .titlebox-title  .left,
32 .ticket-info-people .titlebox-title  .left,
33 .ticket-info-requestor .titlebox-title  .left,
34 .ticket-info-links .titlebox-title  .left,
35 .ticket-info-merge .titlebox-title  .left,
36 .ticket-info-reminders .titlebox-title  .left,
37 .ticket-info-dates .titlebox-title  .left,
38 .ticket-info-customers .titlebox-title  .left,
39 .ticket-info-attachments .titlebox-title  .left {
40     padding-left: 2.25em;
41     margin-left: 0;
42     padding-bottom: 4px;
43     margin-bottom: 8px;
44     -webkit-border-top-left-radius: 0.3em;
45     -webkit-border-top-right-radius: 0.3em;
46     -moz-border-radius-topleft: 0.3em;
47     -moz-border-radius-topright: 0.3em;
48     border-radius: 0.3em 0.3em 0 0;
49 }
50
51 /* Color the Customers tab */
52 .ticket-info-customers .titlebox-title .left {
53   background-color: #7e007f; color: #fff
54 }
55
56 .titlebox-title.inverse .left,
57 .titlebox-title.inverse .left a {
58     color: #fff;
59 }
60
61 .titlebox.ticket-info-reminders table {
62     width: 100%
63 }
64
65 .titlebox.ticket-info-reminders table form {
66     display: inline-block;
67     width: 100%;
68 }
69
70 /* don't put a background on the outer titlebox */
71
72 .summary>div>.titlebox>.titlebox-content {
73     background: none
74 }