xref: /plugin/upgrade/style.css (revision 75e9d1640bef394d89b378cdf37d8e9c5c0f8a62)
1#plugin__update {
2    margin: 0 auto;
3    width: 90%;
4    height: 20em;
5    overflow: auto;
6}
7
8#plugin__update_form {
9    display: block;
10    margin: 0 auto 3em auto;
11    width: 20em;
12}
13
14#plugin__update_form input.continue {
15    float: right;
16}
17
18#plugin__update_form input.abort {
19    float: left;
20}
21