Skip to content

Commit d180f05

Browse files
committed
reversed indents
1 parent d3f8e13 commit d180f05

File tree

1 file changed

+44
-44
lines changed

1 file changed

+44
-44
lines changed

css/react-datetime.css

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
* https://github.com/arqex/react-datetime
33
*/
44

5-
.rdt {
6-
position: absolute !important;
5+
.rdt {
6+
position: absolute !important;
77
}
88
.rdtPicker {
9-
display: none;
10-
position: absolute;
9+
display: none;
10+
position: absolute;
1111
width: 260px;
1212
padding: 4px;
1313
margin-top: 1px;
@@ -17,15 +17,15 @@
1717
border: 1px solid #f9f9f9;
1818
}
1919
.rdtOpen .rdtPicker {
20-
display: block;
20+
display: block;
2121
}
2222
.rdtStatic .rdtPicker {
23-
box-shadow: none;
24-
position: static;
23+
box-shadow: none;
24+
position: static;
2525
}
2626

2727
.rdtPicker .rdtTimeToggle {
28-
text-align: center;
28+
text-align: center;
2929
}
3030

3131
.rdtPicker table {
@@ -157,76 +157,76 @@ input {
157157
}
158158

159159
.rdtPicker tfoot{
160-
border-top: 1px solid #f9f9f9;
160+
border-top: 1px solid #f9f9f9;
161161
}
162162

163163
.rdtPicker button {
164-
border: none;
165-
background: none;
166-
cursor: pointer;
164+
border: none;
165+
background: none;
166+
cursor: pointer;
167167
}
168168
.rdtPicker button:hover {
169-
background-color: #eee;
169+
background-color: #eee;
170170
}
171171

172172
.rdtPicker thead button {
173-
width: 100%;
174-
height: 100%;
173+
width: 100%;
174+
height: 100%;
175175
}
176176

177177
td.rdtMonth,
178178
td.rdtYear {
179-
height: 50px;
180-
width: 25%;
181-
cursor: pointer;
179+
height: 50px;
180+
width: 25%;
181+
cursor: pointer;
182182
}
183183
td.rdtMonth:hover,
184184
td.rdtYear:hover {
185-
background: #eee;
185+
background: #eee;
186186
}
187187

188188
.rdtCounters {
189189
font-size: 12px
190190
}
191191

192192
.rdtCounters > div {
193-
text-align: center;
194-
display: inline-block;
195-
vertical-align: top;
193+
text-align: center;
194+
display: inline-block;
195+
vertical-align: top;
196196
}
197197

198198
.rdtCounter {
199-
height: 100px;
199+
height: 100px;
200200
}
201201

202202
.rdtCounter {
203-
width: 40px;
203+
width: 40px;
204204
}
205205

206206

207207
.rdtCounterSeparator {
208-
line-height: 100px;
208+
line-height: 100px;
209209
}
210210

211211
.rdtCounter .rdtBtn {
212-
height: 40%;
213-
line-height: 40px;
214-
cursor: pointer;
215-
font-size: 9px !important;
212+
height: 40%;
213+
line-height: 40px;
214+
cursor: pointer;
215+
font-size: 9px !important;
216216
}
217217
.rdtCounter .rdtCount {
218-
height: 20%;
219-
font-size: 1.2em;
220-
border: none !important;
221-
background: inherit !important;
218+
height: 20%;
219+
font-size: 1.2em;
220+
border: none !important;
221+
background: inherit !important;
222222
}
223223

224224
.rdtCount {
225-
padding-top: 0 !important;
226-
padding-bottom: 0 !important;
227-
font-size: 15px !important;
228-
padding: 0 !important;
229-
text-align: center;
225+
padding-top: 0 !important;
226+
padding-bottom: 0 !important;
227+
font-size: 15px !important;
228+
padding: 0 !important;
229+
text-align: center;
230230
}
231231

232232
.rdtCount:hover {
@@ -238,15 +238,15 @@ td.rdtYear:hover {
238238
}
239239

240240
.rdtMilli {
241-
vertical-align: middle;
242-
padding-left: 8px;
243-
width: 48px;
241+
vertical-align: middle;
242+
padding-left: 8px;
243+
width: 48px;
244244
}
245245

246246
.rdtMilli input {
247-
width: 100%;
248-
font-size: 1.2em;
249-
margin-top: 37px;
247+
width: 100%;
248+
font-size: 1.2em;
249+
margin-top: 37px;
250250
}
251251

252252
.rdtPicker-footer .timePickerButtons {

0 commit comments

Comments
 (0)