Skip to content

Commit ecb54c5

Browse files
committed
whitespace clean-up
1 parent 7252f89 commit ecb54c5

1 file changed

Lines changed: 98 additions & 98 deletions

File tree

docroot/includes/zero.css

Lines changed: 98 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,111 +1,111 @@
1-
.yui-module .hd {
2-
font-size: 150%;
3-
color: #FFF;
4-
background-color: #43594a;
5-
padding: 5px;
6-
margin-top: 5px;
7-
margin-bottom: 5px;
8-
}
9-
10-
.yui-module .bd th {
11-
width: 40%;
12-
text-align:right;
13-
}
14-
15-
.yui-module .bd td {
16-
padding-left: 20px;
17-
}
18-
19-
.yui-module .bd tr {
20-
vertical-align:top;
21-
font-family:sans-serif;
22-
font-size: 80% !important;
23-
margin-bottom: 20px;
24-
}
25-
26-
.yui-module .bd .form-row {
27-
clear: both;
28-
padding-top: 10px !important;
29-
width: 100%;
30-
}
31-
32-
.yui-module .bd {
33-
padding-top: 10px;
34-
}
35-
36-
.yui-module .bd p {
37-
padding-bottom: 10px;
38-
}
39-
40-
.yui-module .bd .form-question {
41-
width: 30%;
42-
text-align: right;
43-
font-weight: bold;
44-
font-size: 105%;
45-
float: left;
46-
}
47-
48-
.yui-module .bd .form-answer {
49-
float: left;
50-
width: 57%;
51-
padding-left: 2%;
52-
}
53-
54-
.yui-module .bd .form-answer input.form-field {
55-
width: 90%;
56-
}
57-
58-
.yui-module .bd .form-answer iframe.form-field {
59-
width: 100%;
60-
}
1+
.yui-module .hd {
2+
font-size: 150%;
3+
color: #FFF;
4+
background-color: #43594a;
5+
padding: 5px;
6+
margin-top: 5px;
7+
margin-bottom: 5px;
8+
}
9+
10+
.yui-module .bd th {
11+
width: 40%;
12+
text-align:right;
13+
}
14+
15+
.yui-module .bd td {
16+
padding-left: 20px;
17+
}
18+
19+
.yui-module .bd tr {
20+
vertical-align:top;
21+
font-family:sans-serif;
22+
font-size: 80% !important;
23+
margin-bottom: 20px;
24+
}
25+
26+
.yui-module .bd .form-row {
27+
clear: both;
28+
padding-top: 10px !important;
29+
width: 100%;
30+
}
31+
32+
.yui-module .bd {
33+
padding-top: 10px;
34+
}
35+
36+
.yui-module .bd p {
37+
padding-bottom: 10px;
38+
}
39+
40+
.yui-module .bd .form-question {
41+
width: 30%;
42+
text-align: right;
43+
font-weight: bold;
44+
font-size: 105%;
45+
float: left;
46+
}
47+
48+
.yui-module .bd .form-answer {
49+
float: left;
50+
width: 57%;
51+
padding-left: 2%;
52+
}
53+
54+
.yui-module .bd .form-answer input.form-field {
55+
width: 90%;
56+
}
57+
58+
.yui-module .bd .form-answer iframe.form-field {
59+
width: 100%;
60+
}
6161

6262
.preview {
63-
border: 1px #555 solid;
64-
margin-bottom: 10px;
65-
margin-top: 10px;
66-
padding: 10px;
67-
text-align: center;
63+
border: 1px #555 solid;
64+
margin-bottom: 10px;
65+
margin-top: 10px;
66+
padding: 10px;
67+
text-align: center;
6868
}
6969

7070
.bd textarea {
7171
border: 1px #555 solid;
7272
padding: 1rem;
73-
background-color: white;
74-
border: 1px solid #C0C0C0;
75-
border-radius: .3rem;
76-
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
73+
background-color: white;
74+
border: 1px solid #C0C0C0;
75+
border-radius: .3rem;
76+
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
7777
}
7878

7979
.bd input,
8080
.bd iframe {
81-
width: 100%;
81+
width: 100%;
8282
border: 1px #555 solid;
8383
padding: 1rem;
84-
background-color: white;
85-
border: 1px solid #C0C0C0;
86-
border-radius: .3rem;
87-
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
84+
background-color: white;
85+
border: 1px solid #C0C0C0;
86+
border-radius: .3rem;
87+
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
8888
}
8989
.bd input[type="checkbox"] {
90-
position: relative;
91-
width: 2rem;
92-
top: .8rem;
93-
float: left;
90+
position: relative;
91+
width: 2rem;
92+
top: .8rem;
93+
float: left;
9494
}
9595
.bd input[type="submit"] {
96-
padding: 0.84375em 0.875em 0.78125em;
97-
font-family: Montserrat, "Helvetica Neue", sans-serif;
98-
font-weight: 700;
99-
letter-spacing: 0.046875em;
100-
border: 0;
96+
padding: 0.84375em 0.875em 0.78125em;
97+
font-family: Montserrat, "Helvetica Neue", sans-serif;
98+
font-weight: 700;
99+
letter-spacing: 0.046875em;
100+
border: 0;
101101
}
102102
.bd iframe {
103-
height: 40rem;
103+
height: 40rem;
104104
}
105105
.bd select {
106-
border: 1px solid #C0C0C0;
107-
border-radius: .3rem;
108-
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
106+
border: 1px solid #C0C0C0;
107+
border-radius: .3rem;
108+
box-shadow: 0 1px 3px 1px rgba(0,0,0,.1);
109109
}
110110
.yui-buttongroup {
111111
text-align: center;
@@ -121,38 +121,38 @@
121121
}
122122

123123
#alpha {
124-
width:99%;
124+
width:99%;
125125
}
126126

127127
#beta {
128-
display: none;
128+
display: none;
129129
}
130130

131131
.x-panel-header-text {
132-
font-size: 200%;
132+
font-size: 200%;
133133
}
134134

135135
.indent {
136-
margin-left: 15px;
136+
margin-left: 15px;
137137
}
138138

139139
strong {
140-
font-weight: bold !important;
140+
font-weight: bold !important;
141141
}
142142

143143
.yui-nav {
144144
display: none;
145145
}
146146

147147
#yui-history-iframe {
148-
position:absolute;
149-
top:0; left:0;
150-
width:1px; height:1px;
151-
visibility:hidden;
148+
position:absolute;
149+
top:0; left:0;
150+
width:1px; height:1px;
151+
visibility:hidden;
152152
}
153153

154154
.help_panel {
155-
display:none;
155+
display:none;
156156
}
157157

158158
div.success {
@@ -188,4 +188,4 @@ h1 {
188188
border: 2px #c5b464 solid;
189189
margin-bottom: 12px;
190190
padding: 8px;
191-
}
191+
}

0 commit comments

Comments
 (0)