-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdiffhtml.css
More file actions
120 lines (98 loc) · 1.37 KB
/
Copy pathdiffhtml.css
File metadata and controls
120 lines (98 loc) · 1.37 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
.autocomplete {
background-color: white;
border: 1px solid gray;
margin: 0;
padding: 0;
text-align: left;
}
.autocomplete ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.autocomplete ul .selected {
background-color: #ffff88;
}
.autocomplete li {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
}
#browsermessagearea {
text-align: center;
font-size: larger;
}
#compare {
float: right;
font-size: 1.5em;
font-weight: bold;
margin-left: 2em;
padding-left: 1em;
padding-right: 1em;
}
#compareform {
height: 12em;
right: 0px;
position: fixed;
top: 0px;
z-index: 9999;
}
#compareform legend {
background-color: white;
}
#errors {
margin-top: 12em;
}
fieldset {
background-color: white;
}
fieldset div {
text-align: right;
}
fieldset ol {
margin-bottom: 0em;
margin-top: 0em;
}
fieldset ul {
list-style-type: none;
margin-bottom: 0em;
margin-top: 0em;
}
fieldset ul, fieldset ol {
padding-left: 1.5em;
}
fieldset li {
line-height: 1.5em;
margin-bottom: 0.5em;
margin-top: 0em;
}
ol input[type="text"],
select {
width: 52em;
}
label {
padding: 0.1em 0.5em 0.1em 0em;
}
#outputarea {
position: relative;
}
#output1,
#output2 {
border: 0;
margin: 0;
padding: 0;
position: absolute;
}
#output1 {
padding-bottom: 50px;
}
#output2 {
width: 995px;
overflow: hidden;
}
#page2suggest, span.suggested {
display: none !important;
}