PluginProbe ʕ •ᴥ•ʔ
Post Views Counter / 1.0.12
Post Views Counter v1.0.12
1.7.13 1.7.12 1.7.11 trunk 1.0.0 1.0.1 1.0.10 1.0.11 1.0.12 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.2 1.1.3 1.1.4 1.2.0 1.2.1 1.2.10 1.2.11 1.2.12 1.2.13 1.2.14 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.2.7 1.2.8 1.2.9 1.3 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.2 1.3.2.1 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.5.9 1.6.0 1.6.1 1.7.0 1.7.1 1.7.10 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 1.7.7 1.7.8 1.7.9
post-views-counter / css / admin.css
post-views-counter / css Last commit date
admin.css 11 years ago frontend.css 11 years ago
admin.css
92 lines
1 /* Post Views Counter settings */
2 .post-views-counter-settings {
3 margin-right: 300px;
4 }
5
6 .post-views-counter-settings form {
7 float: left;
8 min-width: 463px;
9 width: auto;
10 }
11
12 .post-views-counter-settings fieldset .description {
13 font-size: 13px;
14 margin-bottom: 8px;
15 margin-top: 4px;
16 display: block;
17 }
18
19 .post-views-counter-settings .chosen-container {
20 margin: 0.25em 0 0.5em;
21 }
22
23 .post-views-counter-settings .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
24 font-family: inherit;
25 height: inherit;
26 line-height: 1em;
27 margin: 0;
28 }
29
30 .post-views-counter-settings p.help, .post-views-counter-settings p.description, .post-views-counter-settings span.description {
31 font-size: 13px;
32 font-style: italic;
33 }
34
35 .post-views-counter-settings div.ip-box {
36 margin-bottom: 3px;
37 }
38
39 .df-credits {
40 float: right;
41 width: 280px;
42 background: #fff;
43 margin: 20px -300px 20px 20px;
44 position: relative;
45 box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
46 }
47
48 .df-credits .inner {
49 padding-left: 10px;
50 padding-right: 10px;
51 }
52
53 .df-credits h3 {
54 font-size: 14px;
55 line-height: 1.4;
56 margin: 0;
57 padding: 8px 12px;
58 border-bottom: 1px solid #eee;
59 }
60
61 .df-credits .df-link {
62 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
63 font-style: italic;
64 padding-bottom: 10px;
65 margin: 0;
66 }
67
68 .df-credits .df-link a {
69 vertical-align: middle;
70 padding: 5px 0 0 4px;
71 }
72
73 .df-credits hr {
74 border: solid #eee;
75 border-width: 1px 0 0;
76 clear: both;
77 height: 0;
78 }
79
80 /* Single post edit screen */
81 #misc-publishing-actions #post-views #post-views-display:before {
82 display: inline-block;
83 font: 400 20px/1 dashicons;
84 left: -1px;
85 padding: 0 2px 0 0;
86 position: relative;
87 text-decoration: none !important;
88 vertical-align: top;
89 color: #888;
90 content: "\f185";
91 top: -1px;
92 }