PluginProbe
Flamingo / trunk
Flamingo vtrunk
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 / includes / css / style.css

style.css in Flamingo trunk, at admin/includes/css/style.css

63 lines 941 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 p {
35 overflow-wrap: anywhere;
36 }
37
38 table.message-fields td.field-value ul {
39 margin: 0;
40 }
41
42 table.message-fields td.field-value li {
43 list-style: disc;
44 margin-left: 1em;
45 }
46
47 .tagsdiv {
48 margin-top: inherit;
49 }
50
51 .tablenav .actions input.button {
52 margin: 0 8px 0 0;
53 }
54
55 #misc-publishing-actions .dashicons-before::before {
56 position: relative;
57 top: -1px;
58 margin-left: -1px;
59 padding-right: 3px;
60 vertical-align: top;
61 color: #82878c;
62 }
63