forked from adamlaska/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathipr.css
More file actions
165 lines (130 loc) · 2.99 KB
/
Copy pathipr.css
File metadata and controls
165 lines (130 loc) · 2.99 KB
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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
table.ipr { margin-top: 1em; }
.ipr .light td { background: #eeeeee; }
.ipr .dark td { background: #dddddd; }
.ipr th { background: #2647a0; color: white; }
.ipr { width: 101ex; border: 0; border-collapse: collapse; }
.ipr th, .ipr td { padding: 3px 6px; text-align: left; }
.ipr tr { vertical-align: top; }
.ipr td.iprlabel { width: 18ex; }
.iprdata { font-weight: bold; }
#email-form { background: #dddddd; }
#ipr-table { background: #F2F2E6; width: 101ex;}
#ipr-table tr td:first-child { text-align: right; }
#ipr-table input,textarea { width: 80%; }
.required {
color: red;
float: right;
padding-left: 0.5em;
font-size: 130%;
}
.button-group {
clear: both;
width: auto;
height: 2.5em;
padding: 4px 7px;
background: #F2F2E6;
border: 0 solid #ccc;
border-top: 1px solid #ccc;
margin: 5px 0 0 0;
overflow: hidden;
}
.button-group ul {
list-style-type: none;
margin: 0;
padding: 7px;
text-align: center;
}
.button-group li {
display: inline;
padding: 5px;
}
.history-actions {
margin-bottom: 1em;
padding-left: 1px;
}
form.add-email #id_message {
width: 600px;
height: 300px;
}
form.add-email .actions {
padding-top: 20px;
}
#id_response_due {
width: 150px;
}
ul#id_direction {
list-style-type: none;
}
ul#id_direction li {
display: inline;
}
.date-column {
width: 6.5em;
}
.id-column {
width: 3em;
}
.column-four {
width: 5.5em;
}
.column-five {
width: 7em;
}
form.send-notification .actions {
padding-top: 20px;
}
form.send-notification textarea {
width: 600px;
height: 300px;
}
#id_state li {
display:inline;
list-style-type: none;
padding-right: 20px;
}
#id_state li label {
width: 100px;
}
.search-form-box input[type!=checkbox] {
width: 20em;
}
#state-form {
display: inline;
}
.ui-selectmenu-button {
vertical-align: middle;
}
#id_contribution ul.token-input-list {
width: 332px;
}
/* add_comment
========================================================================== */
form.add-comment #id_comment {
width: 600px;
height: 300px;
}
form.add-comment .actions {
padding-top: 20px;
}
/* details_edit
========================================================================== */
.iprdata li { list-style:none;}
.iprdata input[type=text],input[type=email],textarea { width:80%; }
.data td { white-space: pre; }
#id_contribution { table-layout:fixed; }
.mini input { width:60px; }
.required { color: red; float: right; padding-top: 0.7ex; font-size: 130%; }
.errorlist { background: red; color: white; padding: 0.2ex 0.2ex 0.2ex 0.5ex; border: 0px; margin: 0px; }
ul.errorlist { margin: 0px; }
/* search
========================================================================== */
#search-form { clear:both; margin-top:1em;}
#search-form label { float:left; width: 200px; }
#search-form input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
#search-form input[type=number] {
-moz-appearance:textfield;
}