PluginProbe
Social Share Buttons / 1.5
Social Share Buttons v1.5
trunk 0.9 1.0 1.1 1.1.1 1.1.2 1.10 1.11 1.12 1.15 1.16 1.17 1.18 1.19 1.2 1.20 1.3 1.30 1.4 1.5 1.6 1.7 1.8 1.9
share-button / scss / _settings.scss

_settings.scss in Social Share Buttons 1.5, at scss/_settings.scss

127 lines 2.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1
2 .network_tab {
3
4 .network_selection {
5 max-width: 340px;
6 width: 200px;
7 display: inline-block;
8 margin-right: 30px;
9
10 li {
11 padding: 8px;
12 background-color: #effff7;
13 border: 1px solid #ccc;
14 font-weight: 700;
15 font-size: 14px;
16 cursor: pointer;
17 position: relative;
18
19 .active { float: right; }
20
21 .mb-icon {
22 font-size: 18px;
23 margin-right: 12px;
24 width: 30px;
25 line-height: 25px;
26 vertical-align: middle;
27 }
28 img { width: 20px; }
29
30 .label {
31 vertical-align: middle;
32 line-height: 25px;
33 }
34
35 } // li
36 .maxajax-load-spinner
37 {
38 position: relative;
39 float: right;
40 margin-top: -35px;
41 }
42
43 }
44
45 form.mb-ajax-form {
46 display: inline;
47 }
48 .network_editor {
49 width: 70%;
50 max-width: 640px;
51 vertical-align: top;
52 display: inline-block;
53 margin-top: 42px;
54
55 .return_default {
56 float: right;
57 cursor: pointer;
58 }
59 input[name="label"]="label""]
60 {
61 font-weight: 400;
62 }
63 .load-error {
64 font-size: 14px;
65 border-left: 4px solid #ff0000;
66 padding: 8px 0 8px 16px;
67 }
68 .inside {
69 padding: 20px;
70 .the_switch {
71 margin-top: 5px;
72 }
73 }
74 .customnetwork_select{
75 p.cns-toolbar {
76 padding: 8px 0;
77 display: inline-block;
78 margin: 15px 0;
79 width: 100%;
80 line-height: 30px;
81
82 .selected {
83 font-weight: 700;
84 margin-right: 8px;
85 font-size: 18px;
86 vertical-align: middle;
87
88 }
89 button {
90 float: right;
91 margin-right: 35px;
92 vertical-align: middle;
93 }
94 }
95 ul
96 li.the_network {
97 background-color: #ffeffe;
98 padding: 12px 8px;
99 font-size: 16px;
100 margin-bottom: 15px;
101 border: 1px solid #ccc;
102 cursor: pointer;
103 &.selected {
104 box-shadow: 2px 2px 2px #0073aa;
105 border: 3px solid #0073aa;
106 }
107 .mb-icon {
108 margin-right: 25px;
109 }
110 .is_imported {
111 font-size: 12px;
112 float: right;
113 color: green;
114
115 }
116 } // ul
117
118 } // customnetwork_select
119
120 .option.save_network {
121 margin: 25px 0;
122
123 }
124 }
125
126 }
127