PluginProbe
Postie / trunk
Postie vtrunk
1.9.80 1.9.79 1.9.78 1.9.77 1.6.2 1.6.3 1.6.4 1.6.5 1.6.6 1.6.7 1.6.8 1.6.9 1.7.0 1.7.1 1.7.10 1.7.11 1.7.12 1.7.13 1.7.14 1.7.15 1.7.16 1.7.17 1.7.18 1.7.2 1.7.20 All 239 releases
postie / css / style.css

style.css in Postie trunk, at css/style.css

48 lines 802 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .submit {
2 padding: 10px;
3 }
4 form#postie-options {
5 padding: 10px;
6 }
7 div input.button {
8 margin: 3px 0px 3px 0px;
9 }
10 .wrap h2 img {
11 vertical-align:middle;
12 margin-right: 10px;
13 }
14 #w3c {
15 margin-top: 50px;
16 }
17 table.form-table td {
18 line-height:1em;
19 margin:0;
20 padding:10px;
21 }
22 table.form-table th {
23 width: 300px;
24 }
25 .recommendation {
26 font-size: 10px;
27 font-weight:normal;
28 color:#222;
29 }
30 div.simpleTabs-content ul {
31 margin-left:1em;
32 }
33 div.simpleTabs-content li {
34 list-style-type:disc;
35 margin-left:1em;
36 }
37 div.simpleTabs-content li li {
38 list-style-type:square;
39 }
40 div.simpleTabs-content li li li {
41 list-style-type:circle;
42 }
43 table.checkbox-table td {
44 padding:0px;
45 }
46 .updated {
47 overflow: hidden;
48 }