summaryrefslogtreecommitdiff
path: root/rt/share/static/css/freeside4/ticket.css
blob: c1a8ddc76eee40132f94d3d0c0a95e7f8c4063e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
.titlebox-title.inverse .widget a,
.ticket-info-cfs .titlebox-title .widget a,
.ticket-info-basics .titlebox-title .widget a,
.ticket-info-people .titlebox-title .widget a,
.ticket-info-requestor .titlebox-title .widget a,
.ticket-info-links .titlebox-title .widget a,
.ticket-info-merge .titlebox-title .widget a,
.ticket-info-reminders .titlebox-title .widget a,
.ticket-info-dates .titlebox-title .widget a,
.ticket-info-attachments .titlebox-title .widget a {
    background-position: center -7px
}

.titlebox-title.inverse,
.ticket-info-cfs .titlebox-title,
.ticket-info-basics .titlebox-title,
.ticket-info-people .titlebox-title,
.ticket-info-requestor .titlebox-title,
.ticket-info-links .titlebox-title,
.ticket-info-merge .titlebox-title,
.ticket-info-reminders .titlebox-title,
.ticket-info-dates .titlebox-title,
.ticket-info-attachments .titlebox-title {
    margin-left: 1em
}

.titlebox-title.inverse  .left,
.ticket-info-cfs .titlebox-title  .left,
.ticket-info-basics .titlebox-title  .left,
.ticket-info-people .titlebox-title  .left,
.ticket-info-requestor .titlebox-title  .left,
.ticket-info-links .titlebox-title  .left,
.ticket-info-merge .titlebox-title  .left,
.ticket-info-reminders .titlebox-title  .left,
.ticket-info-dates .titlebox-title  .left,
.ticket-info-attachments .titlebox-title  .left {
    padding-left: 2.25em;
    margin-left: 0;
    padding-bottom: 4px;
    margin-bottom: 8px;
    -webkit-border-top-left-radius: 0.3em;
    -webkit-border-top-right-radius: 0.3em;
    -moz-border-radius-topleft: 0.3em;
    -moz-border-radius-topright: 0.3em;
    border-radius: 0.3em 0.3em 0 0;
}

.titlebox-title.inverse .left,
.titlebox-title.inverse .left a {
    color: #fff;
}

.titlebox.ticket-info-reminders table {
    width: 100%
}

.titlebox.ticket-info-reminders table form {
    display: inline-block;
    width: 100%;
}

/* don't put a background on the outer titlebox */

.summary>div>.titlebox>.titlebox-content {
    background: none
}