PluginProbe
Flamingo / 1.4
Flamingo v1.4
2.6.4 2.6.3 2.6.2 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0 2.1 2.1.1 2.2 All 33 releases
flamingo / admin / style.css

style.css in Flamingo 1.4, at admin/style.css

50 lines 705 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 ul.contact-history {
2 margin: 0;
3 }
4
5 #poststuff #submitdiv .inside {
6 margin: 0;
7 padding: 0;
8 }
9
10 #poststuff table.form-table tr.contact-prop th {
11 width: 25%;
12 }
13
14 table.message-main-fields th, table.message-main-fields td {
15 font-size: 15px;
16 text-align: left;
17 padding: 8px 4px;
18 }
19
20 table.message-main-fields th {
21 width: 20%;
22 color: #555;
23 }
24
25 table.message-fields td {
26 padding: 4px 14px 2px 7px;
27 }
28
29 table.message-fields td.field-title {
30 font-weight: bold;
31 width: 24%;
32 }
33
34 table.message-fields td.field-value ul {
35 margin: 0;
36 }
37
38 table.message-fields td.field-value li {
39 list-style: disc;
40 margin-left: 1em;
41 }
42
43 .tagsdiv {
44 margin-top: inherit;
45 }
46
47 .tablenav .actions input.button {
48 margin: 1px 8px 0 0;
49 }
50