File: misc.css

package info (click to toggle)
request-tracker4 4.4.7%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 62,888 kB
  • sloc: javascript: 130,444; perl: 65,442; sh: 1,350; makefile: 480; python: 37; php: 30
file content (142 lines) | stat: -rw-r--r-- 2,420 bytes parent folder | download | duplicates (2)
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
.hide, .hidden { display: none !important; }

.clear { clear: both; }

* html .clearfix {
    height: 1%; /* IE5-6 */
}
.clearfix {
    display: inline-block; /* IE7xhtml*/
}
html[xmlns] .clearfix { /* O */
    display: block;
}
.clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

hr.clear {
    visibility: hidden;
    height: 0;
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1px;
}

/* Custom fields */

/* Only apply these when we're not rendering in a table, hence the leading div. */
div.edit-custom-field {
    width: 48%;
    float: left;
    margin: 0.5em;
}

div.edit-custom-field .cflabel {
    float: left;
    padding-right: 0.5em;
}

div.edit-custom-field .entry {
    margin-left: 10em;
}

.cflabel .name { font-weight: bold; }
.cflabel .type { font-style: italic; }

fieldset.cfedit {
    border: none;
    padding: 0;
    margin: 0;
}

table.bulk-edit-custom-fields {
    border-spacing: 0;
}
table.bulk-edit-custom-fields tr td {
    padding-bottom: 0.5em;
}

.query-stacktrace-toggle {
    float: right;
}

/* jQuery UI overrides */
.ui-widget {
    font-family: arial,helvetica,sans-serif !important;
}

textarea.messagebox, #cke_Content, #cke_UpdateContent {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div.cke {
    border: 1px solid #b6b6b6;
}

.cke_top {
    border-bottom: none !important;
}

.cke_bottom {
    border-top: none !important;
}

.selection-box {
    min-width: 300px;
}

.datepicker {
    width: 17em;
}

.toggle-bookmark a img,
.timer-link a img {
    height: 1em;
    width: 1em;
    border-style: none;
}

.dashboard-subscription tr.frequency .value input {
    margin-bottom: 0.75em;
}

/* infinite history error message */

.error-load-history {
    background-color: #b32;
    padding: 10px;
    border-radius: 5px;
    color: white;
}

.error-load-history a {
    text-decoration: underline !important;
    color: white !important;
}

/* dashboard subscription */

td.current-recipients {
    vertical-align: top;
    padding-left: 50px;
}

/* Prevent page links from running off the side of the page for Firefox */
span.pagenum {
    display: inline-block;
}

/* Remove the default 2 px top/bottom added by Firefox to give more room
   for the saved search form on the query builder */

#editquery select option {
    padding-top: 0;
    padding-bottom: 0;
}