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
132 lines (123 loc) · 2.16 KB
/
Copy pathipr.css
File metadata and controls
132 lines (123 loc) · 2.16 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
form ul {
list-style-type:none;
padding-left:0;
}
form li {
overflow:auto;
margin-top:15px;
}
form li label {
width:200px;
float:left;
text-align:right;
margin:2px 10px 0 0;
clear:left;
}
.errorlist li {
background:red;
color:white;
font-weight:bold;
padding:5px;
margin:0 0 5px 0;
}
form ol label {
width:auto;
}
form ol li li {
clear:left;
margin:5px 0 0 40px;
}
form ol li label {
float:none;
}
.autocompletes a img {
border:1px solid white;
}
.autocompletes a:hover img {
border:1px solid gray;
}
.ui-autocomplete {
width:500px;
}
body {
font-family: verdana, arial, sans-serif;
}
.alert {
color: red;
}
#content form fieldset#update_license_declaration input[type=checkbox] {
margin-left: 55px;
}
#content form input[type=text] {
width: 500px;
}
#content form {
width: 900px;
}
#content fieldset {
width: 860px;
}
#content form label[for=id_document_sections_0] {
height: 60px;
}
#content fieldset ol input {
/* TODO */
}
#id_notes {
vertical-align: top;
}
.ui-autocomplete {
width: 500px;
}
form ul {
list-style-type: none;
}
form li {
overflow: auto;
margin-top: 15px;
}
form li label {
width: 250px;
/* text-align: right; */
margin: 2px 10px 0 0;
/* clear: both; */
}
form li input {
margin-left: 15px;
text-align: top;
}
form li label input {
margin: 0;
}
form li textarea {
margin-left: 15px;
}
.autocompletes a img {
border: 1px solid white;
}
.autocompletes a:hover img {
border: 1px solid gray;
}
/*
#id_update_ipr {
text-align: center;
display: block;
}
*/
/* AMS Changes follow */
.button-group li {
margin-top: 0;
}
.ipr-container {
width: 900px;
margin-left: auto;
margin-right: auto;
}
#rfc_num_list {
list-style-type: none;
}
/* override main content div width */
#content {
margin: 10px auto;
width: 900px;
}