equal
deleted
inserted
replaced
|
1 .wp-db-backup-updated { |
|
2 margin-top: 1em; |
|
3 } |
|
4 |
|
5 fieldset.options { |
|
6 border: 1px solid; |
|
7 margin-top: 1em; |
|
8 padding: 1em; |
|
9 -moz-border-radius: 8px; |
|
10 -khtml-border-radius: 8px; |
|
11 -webkit-border-top-left-radius: 8px; |
|
12 -webkit-border-top-right-radius: 8px; |
|
13 -webkit-border-bottom-left-radius: 8px; |
|
14 -webkit-border-bottom-right-radius: 8px; |
|
15 border-radius: 8px; |
|
16 } |
|
17 fieldset.options div.tables-list { |
|
18 float: left; |
|
19 padding: 1em; |
|
20 } |
|
21 |
|
22 fieldset.options input { |
|
23 } |
|
24 |
|
25 fieldset.options legend { |
|
26 font-size: larger; |
|
27 font-weight: bold; |
|
28 margin-bottom: .5em; |
|
29 padding: 1em; |
|
30 } |
|
31 |
|
32 fieldset.options .instructions { |
|
33 font-size: smaller; |
|
34 } |
|
35 |
|
36 fieldset.options ul { |
|
37 list-style-type: none; |
|
38 } |
|
39 fieldset.options li { |
|
40 text-align: left; |
|
41 } |
|
42 |
|
43 fieldset.options .submit { |
|
44 border-top: none; |
|
45 } |