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