326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
}
#tests_result {
padding: 15px;
}
#test_page .button {
display: inline-block;
padding: 5px;
width: 100px;
border-radius: 3px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
|
>
|
<
|
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
|
}
#tests_result {
padding: 15px;
}
#test_page .button {
margin: 2px;
display: inline-block;
padding: 5px 10px;
border-radius: 3px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
|