Statistics
| Branch: | Revision:

blinker / firefox.plugin / data / performancetest / performancetest.css @ master

History | View | Annotate | Download (296 Bytes)

1
input[type="radio"] {
2
        margin-bottom: 5px;
3
        margin-top: 5px;
4
}
5

    
6
p {
7
        margin-top: 30px;
8
        margin-bottom: 10px;
9
}
10

    
11
input[type="text"] {
12
        height: 40px;
13
}
14

    
15
select {
16
        height: 40px;
17
}
18

    
19
input[type="checkbox"] {
20
        margin-bottom: 10px;
21
}
22

    
23
textarea {
24
        height: 150px;
25
        padding: 5px;
26
}