PluginProbe ʕ •ᴥ•ʔ
Admin Help Docs / 2.0.0.1
Admin Help Docs v2.0.0.1
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 / taxonomies.css
admin-help-docs / inc / css Last commit date
content.css 3 months ago docs.css 3 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
taxonomies.css
90 lines
1 /* Style the page */
2
3 #col-left .col-wrap,
4 #col-right .col-wrap {
5 padding: 0;
6 background: #fff;
7 border: none;
8 border-radius: 8px;
9 box-shadow: 0px 1px 2px rgba(16, 24, 40, .1);
10 }
11
12 #col-left .col-wrap h2 {
13 padding: 20px;
14 margin: 0;
15 font-size: 16px;
16 font-weight: 500;
17 line-height: 1.4;
18 color: #1d2939;
19 border-bottom: 1px solid #eaecf0;
20 }
21
22 #col-left .col-wrap form {
23 padding: 10px 20px 5px;
24 }
25
26 #col-right .col-wrap form {
27 padding: 10px 20px 20px;
28 }
29
30 #col-left .col-wrap form .submit {
31 margin-top: 20px;
32 }
33
34 #col-container {
35 display: flex;
36 justify-content: space-between;
37 align-items: flex-start;
38 }
39
40 #col-left,
41 #col-right {
42 float: none;
43 }
44
45 #col-left {
46 flex: 0 0 400px;
47 }
48
49 #col-right {
50 margin-left: 30px;
51 flex: 1;
52 }
53
54 /* Hide the slug and description on the add new page */
55
56 .edit-tags-php #addtag .form-field.term-slug-wrap,
57 .form-field.term-description-wrap {
58 display: none !important;
59 }
60
61 /* Hide the default search box */
62
63 #wpbody-content .wrap .search-form {
64 display: none;
65 }
66
67 /* Edit Term Page */
68
69 .term-php #wpbody-content .wrap {
70 padding: 0 !important;
71 margin: 60px 10px 0 30px !important;
72 background: #fff;
73 border: none;
74 border-radius: 8px;
75 box-shadow: 0px 1px 2px rgba(16, 24, 40, .1);
76 }
77
78 .term-php #wpbody-content .wrap h1 {
79 padding: 20px;
80 margin: 0;
81 font-size: 16px;
82 font-weight: 500;
83 line-height: 1.4;
84 color: #1d2939;
85 border-bottom: 1px solid #eaecf0;
86 }
87
88 .term-php #wpbody-content .wrap #edittag {
89 padding: 20px;
90 }