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
← All changes | css/admin.css +52 -7 1.21.5 View file →
@@ -123,19 +123,64 @@
123 123 #maxbuttons.maxbuttons-social .help-side .legend-circle.share-icon {
124 124 background-color: #008e00; }
125 125 #maxbuttons.maxbuttons-social .main {
126 126 width: 100%; }
127 - #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions {
127 + #maxbuttons.maxbuttons-social .main .collection_switcher {
128 + position: relative; }
129 + #maxbuttons.maxbuttons-social .main .collection_switcher .item {
130 + border-color: 1px solid #eee;
131 + display: inline-block;
132 + width: 100%;
133 + margin: 2px 0;
134 + padding: 8px 0; }
135 + #maxbuttons.maxbuttons-social .main .collection_switcher .item span {
136 + width: 30%;
137 + display: inline-block;
138 + text-align: center; }
139 + #maxbuttons.maxbuttons-social .main .collection_switcher .item a {
140 + color: #0073aa;
141 + font-size: 16px;
142 + text-decoration: none;
143 + padding: 12px 8px;
144 + min-width: 50px; }
145 + #maxbuttons.maxbuttons-social .main .collection_switcher .item.new {
146 + float: right;
147 + width: 80px;
148 + background-color: #0073aa;
149 + margin: 25px 0 0 0; }
150 + #maxbuttons.maxbuttons-social .main .collection_switcher .item.new a {
151 + line-height: 30px;
152 + color: #fff;
153 + min-width: 0;
154 + font-size: 14px;
155 + text-transform: uppercase;
156 + display: inline-block;
157 + width: 100%;
158 + vertical-align: middle;
159 + padding: 0; }
160 + #maxbuttons.maxbuttons-social .main .collection_switcher .item.new .plus {
161 + font-size: 28px;
162 + font-weight: 700;
163 + vertical-align: top;
164 + margin: 0 6px;
165 + line-height: 1; }
166 + #maxbuttons.maxbuttons-social .main .collection_switcher .item.active {
167 + background-color: #ffffe0; }
168 + #maxbuttons.maxbuttons-social .main .button.remove {
169 + float: right; }
170 + #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions, #maxbuttons.maxbuttons-social .main .collection_switcher {
128 171 width: 72%;
129 172 min-width: 700px;
130 173 box-sizing: border-box;
131 174 position: relative; }
132 175 @media (max-width: 1200px) {
133 - #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions {
176 + #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions, #maxbuttons.maxbuttons-social .main .collection_switcher {
134 177 min-width: 0; } }
135 178 @media (max-width: 800px) {
136 - #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions {
179 + #maxbuttons.maxbuttons-social .main .option-container, #maxbuttons.maxbuttons-social .main .mb-message, #maxbuttons.maxbuttons-social .main .form-actions, #maxbuttons.maxbuttons-social .main .collection_switcher {
137 180 width: 95%; } }
181 + #maxbuttons.maxbuttons-social .main .mb-message.shortcode {
182 + clear: left; }
138 183 #maxbuttons.maxbuttons-social .main .help-side {
139 184 float: right;
140 185 margin: 0 0 5px 0;
141 186 padding: 0;
@@ -140,12 +185,14 @@
140 185 margin: 0 0 5px 0;
141 186 padding: 0;
142 187 min-width: 250px;
143 188 width: 25%;
144 - right: 5px;
145 189 border: 1px solid #ccc;
146 190 background-color: #fff;
147 - clear: right; }
191 + clear: right;
192 + /*&:after {
193 + clear: both;
194 + } */ }
148 195 @media (max-width: 1200px) {
149 196 #maxbuttons.maxbuttons-social .main .help-side {
150 197 min-width: 0; } }
151 198 @media (max-width: 800px) {
@@ -424,10 +471,8 @@
424 471 font-size: 24px;
425 472 font-weight: 700;
426 473 padding: 10px 0; }
427 474 .max-modal.save_done .modal_close {
428 - display: none; }
429 -.max-modal.save_done .modal_content {
430 475 display: none; }
431 476 .max-modal.save_done + .maxmodal_overlay {
432 477 background-color: #eee; }
433 478