PluginProbe
WPComplete / 2.3
WPComplete v2.3
2.9.5.7 2.9.5.6 trunk 1.0 1.1 1.2 1.4 1.4.6 2.3 2.9.1 2.9.2 2.9.5 2.9.5.1 2.9.5.3 2.9.5.4 2.9.5.5
wpcomplete / admin / css / wpcomplete-admin.css

wpcomplete-admin.css in WPComplete 2.3, at admin/css/wpcomplete-admin.css

86 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * All of the CSS for your admin-specific functionality should be
3 * included in this file.
4 */
5
6 @media (min-width: 960px) {
7
8 .wpcomplete-settings {
9 margin-right: 350px;
10 }
11
12 .wpcomplete-settings .content {
13 width: 100%;
14 float: left;
15 }
16
17 .wpcomplete-settings .sidebar {
18 float: right;
19 margin-right: -350px;
20 width: 330px;
21 padding-right: 20px;
22 }
23
24 }
25
26 .column-completable a {
27 display: block;
28 }
29
30 .wpcomplete-settings .content select {
31 max-width: 400px;
32 overflow: hidden;
33 }
34
35 .wpcomplete-settings .wp-picker-container {
36 display: inline-block;
37 }
38
39 .wpcomplete-settings .wpcomplete-auto-attend-container {
40 font-weight: 600;
41 }
42
43 .wpcomplete-settings #wpcomplete_auto_append {
44 float: left;
45 margin-bottom: 20px;
46 margin-top: 2px;
47 margin-right: 10px;
48 }
49
50 .wpcomplete-settings .sidebar ul {
51 list-style: inside disc;
52 }
53
54 .wpcomplete-settings .postbox h2 {
55 font-size: 14px;
56 padding: 8px 12px;
57 margin: 0;
58 line-height: 1.4;
59 border-bottom: 1px solid #eee;
60 -webkit-user-select: none;
61 }
62
63 .profeature:after {
64 content: "PRO FEATURE";
65 display: inline-block;
66 color: #fff;
67 background: #9d9fcf;
68 border-radius: 2px;
69 font-size: 10px;
70 font-weight: 700;
71 padding: 3px 8px;
72 margin: 10px 0;
73 line-height: 1;
74 }
75
76 #completion_redirect_to {
77 padding: 3px 8px;
78 font-size: 1.7em;
79 line-height: 100%;
80 height: 1.7em;
81 width: 100%;
82 outline: 0;
83 margin: 0 0 3px;
84 background-color: #fff;
85 }
86