PluginProbe ʕ •ᴥ•ʔ
Admin Help Docs / trunk
Admin Help Docs vtrunk
2.0.1.1 trunk 1.4.3.2 2.0.0 2.0.0.1 2.0.0.2 2.0.1
admin-help-docs / inc / css / post-type-help-docs.css
admin-help-docs / inc / css Last commit date
content.css 3 months ago docs.css 2 months ago header.css 3 months ago our-dashboard.css 3 months ago post-type-help-doc-imports.css 3 months ago post-type-help-docs.css 3 months ago post-types.css 3 months ago pt-tax.css 3 months ago taxonomies.css 3 months ago
post-type-help-docs.css
117 lines
1 #helpdocs-location-repeater {
2 margin-bottom: 20px;
3 }
4
5 .helpdocs-location-row {
6 position: relative;
7 background: #fff;
8 border: 1px solid #c3c4c7;
9 border-radius: 4px;
10 padding: 15px;
11 margin-bottom: 20px;
12 box-shadow: 0 1px 2px rgba(0,0,0,0.05);
13 }
14
15 .helpdocs-row-main,
16 .helpdocs-custom-url {
17 display: flex;
18 flex-wrap: wrap;
19 align-items: center;
20 gap: 15px;
21 }
22
23 .helpdocs-location-row span:not(.dashicons),
24 .helpdocs-custom-url {
25 margin-top: 20px;
26 }
27
28 .helpdocs-row-main label {
29 display: block;
30 }
31
32 .helpdocs-location-row label:not(.helpdocs-checkboxes label),
33 .helpdocs-global-settings label:not(.helpdocs-checkboxes label) {
34 font-weight: 600;
35 font-size: 12px;
36 }
37
38 .helpdocs-row-main select,
39 .helpdocs-row-main input[type="text"],
40 .helpdocs-row-main input[type="number"] {
41 height: 30px;
42 line-height: 1;
43 }
44
45 input[name*="[order]"] {
46 width: 65px !important;
47 }
48
49 input[name*="[custom]"] {
50 width: auto;
51 display: block;
52 margin-top: 5px;
53 }
54
55 .remove-location.button {
56 display: flex;
57 align-items: center;
58 position: absolute;
59 top: 0;
60 right: 10px;
61 margin-top: 10px;
62 color: #b32d2e;
63 border-color: #b32d2e;
64 }
65
66 .remove-location.button:hover {
67 background: #b32d2e;
68 color: #fff;
69 border-color: #8a2424;
70 }
71
72 .helpdocs-checkboxes {
73 display: flex;
74 gap: 10px;
75 flex-wrap: wrap;
76 background: #f6f7f7;
77 padding: 12px;
78 border: 1px solid #dcdcde;
79 border-radius: 3px;
80 margin-top: 10px;
81 }
82
83 .helpdocs-view-roles {
84 margin-top: 20px;
85 }
86
87 .helpdocs-global-settings {
88 background: #f0f0f1;
89 padding: 20px;
90 border-radius: 4px;
91 border: 1px solid #c3c4c7;
92 margin-top: 20px;
93 }
94
95 .helpdocs-global-settings > label {
96 display: block;
97 font-weight: 700;
98 margin-bottom: 8px;
99 text-transform: uppercase;
100 font-size: 11px;
101 letter-spacing: 0.5px;
102 }
103
104 .helpdocs-location-row span:not(.dashicons) {
105 display: block;
106 background: #e7f5fe;
107 padding: 8px 12px;
108 font-size: 12px;
109 }
110
111 .helpdocs-location-row span.info {
112 border-left: 4px solid #0366d6;
113 }
114
115 .helpdocs-location-row span.warning {
116 border-left: 4px solid #FFD700;
117 }