PluginProbe
Powerkit – Supercharge your WordPress Site / 2.4.4
Powerkit – Supercharge your WordPress Site v2.4.4
3.1.1 3.1.0 3.0.9 3.0.8 trunk 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4.0 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 All 87 releases
powerkit / modules / share-buttons / admin / css / admin-powerkit-share-buttons.css

admin-powerkit-share-buttons.css in Powerkit – Supercharge your WordPress Site 2.4.4, at modules/share-buttons/admin/css/admin-powerkit-share-buttons.css

91 lines 1.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .nav-tab-advanced {
2 float: right;
3 }
4
5 .nav-tab-advanced:not(.nav-tab-active) {
6 background: #FFFFFF;
7 }
8
9 .pk-share-buttons-wrap .form-table + hr {
10 margin: 2rem 0;
11 }
12
13 .pk-share-buttons-wrap .form-table tr {
14 display: none;
15 }
16
17 .pk-share-buttons-wrap .form-table tr.visible {
18 display: table-row;
19 }
20
21 .pk-share-buttons-wrap .form-table tr.simple th, .pk-share-buttons-wrap .form-table tr.simple td {
22 padding: 10px 0 0;
23 }
24
25 .pk-share-buttons-wrap .social-sortable {
26 display: -webkit-box;
27 display: -ms-flexbox;
28 display: flex;
29 -ms-flex-wrap: wrap;
30 flex-wrap: wrap;
31 list-style-type: none;
32 margin: 0;
33 padding: 0;
34 width: 100%;
35 }
36
37 .pk-share-buttons-wrap .social-sortable li {
38 position: relative;
39 border: 1px solid #CCCCCC;
40 background: #E5E5E5;
41 display: none;
42 border: none;
43 margin: 0 3px 5px 3px;
44 padding: 8px 18px;
45 font-size: 14px;
46 line-height: 1.2em;
47 min-width: 200px;
48 height: 18px;
49 cursor: pointer;
50 }
51
52 .pk-share-buttons-wrap .social-sortable li.ui-state-highlight {
53 display: block;
54 border: 1px dashed #CCCCCC;
55 background: #E5E5E5;
56 padding: 8px 18px;
57 line-height: 1.2em;
58 height: 18px;
59 }
60
61 .pk-share-buttons-wrap .social-sortable li span {
62 position: absolute;
63 top: 10px;
64 right: 15px;
65 font-size: 14px;
66 }
67
68 .pk-share-buttons-wrap .social-sortable li input {
69 display: none;
70 }
71
72 .pk-share-buttons-wrap .social-sortable li:hover {
73 opacity: 0.6;
74 }
75
76 .pk-share-buttons-source {
77 width: 100%;
78 }
79
80 .pk-share-buttons-source .share-item {
81 display: inline-block;
82 width: 100%;
83 max-width: 300px;
84 }
85
86 .pk-share-buttons-source:after {
87 display: table;
88 clear: both;
89 content: '';
90 }
91