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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142
|
/* More about requestor ticket lists */
.more-about-requestor-tickets {
background: none;
border: none;
font-family: arial,helvetica,sans-serif !important;
padding: 0 !important;
}
.more-about-requestor-tickets .ui-tabs-nav {
background: none;
border: none;
font-size: 80%;
padding: 0;
margin: 0;
}
.more-about-requestor-tickets .ui-tabs-nav li {
border: none !important;
background: none !important;
padding-right: 1em;
}
.more-about-requestor-tickets .ui-tabs-nav a {
padding: 0 !important;
margin: 0 !important;
color: black !important;
}
.more-about-requestor-tickets .ui-tabs-nav a:hover,
.more-about-requestor-tickets .ui-tabs-nav .ui-tabs-active a {
text-decoration: underline;
}
.more-about-requestor-tickets .ui-tabs-panel {
border: none;
padding: 0;
margin: 0;
color: black !important;
}
.more-about-requestor-tickets .ui-tabs-panel a {
color: black !important;
}
.plain-text-white-space {
white-space: pre-wrap;
font-family: monospace;
}
.plain-text-white-space br {
display: none;
}
.dependency-status {
font-style: italic;
}
.dependency-status .summary {
font-weight: bold;
font-style: normal;
}
/* Color the titlebox tabs */
.ticket-info-cfs .titlebox .titlebox-title .left { background-color: #b32; color: #fff;}
.ticket-info-basics .titlebox .titlebox-title .left { background-color: #b32; color: #fff;}
.ticket-info-people .titlebox .titlebox-title .left { background-color: #48c; color: #fff;}
.ticket-info-requestor .titlebox .titlebox-title .left { white-space: nowrap; background-color: #48c; color: #fff;}
.ticket-info-links .titlebox .titlebox-title .left { background-color: #316531; color: #fff;}
.ticket-info-merge .titlebox .titlebox-title .left { background-color: #8b4513; color: #fff;}
.ticket-info-reminders .titlebox .titlebox-title .left { background-color: #369; color: #fff;}
.ticket-info-dates .titlebox .titlebox-title .left { background-color: #633063; color: #fff;}
.ticket-info-attachments .titlebox .titlebox-title .left { background-color: #993366; color: #fff;}
.ticket-info-generic .titlebox .titlebox-title .left { background-color: #547ccc; color: #fff;}
.ticket-summary .titlebox .titlebox-title .left a, .ticket-summary .titlebox .titlebox-title .left a:visited { color: #fff;}
.unread-messages .titlebox-content :link {
text-decoration: none;
}
.small-button {
padding: 0.2em 0.5em !important;
}
.new-messages-buttons {
display: inline-block;
}
.new-messages-on-ticket {
font-style: italic;
}
.ticket-inactive {
text-decoration: line-through;
color: #666
}
table.ticket-summary td.boxcontainer:first-child {
width: 50%;
}
div.requestor-ticket-links {
text-align: left;
font-size: 0.8em;
padding-top: 0.25em;
}
.ticket-info-requestor .more-about-requestor-extra,
.ticket-info-requestor .comments-about-user,
.ticket-info-requestor .more-about-requestor-tickets,
.ticket-info-requestor .more-about-user-groups
{
margin: 0.5em 0 1em 0;
}
.ticket-info-requestor .comments-about-user .label,
.ticket-info-requestor .more-about-user-groups .label,
.ticket-info-requestor .more-about-requestor-tickets .label
{
display: block;
font-weight: bold;
text-align: left;
}
.ticket-info-requestor .more-about-user-groups .value ul,
.ticket-info-requestor .more-about-requestor-tickets ul
{
margin-top: 0;
margin-bottom: 0;
}
.unset-fields-hidden .unset-field {
display: none !important;
}
/* textareas get to be bigger when we're in a table */
tr.edit-custom-field.cftype-Text textarea,
tr.edit-custom-field.cftype-Freeform input,
tr.edit-custom-field.cftype-Wikitext textarea
{
width: 100%;
}
|