PluginProbe
Social Share Buttons / 1.10
Social Share Buttons v1.10
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 / _modals.scss

_modals.scss in Social Share Buttons 1.10, at scss/_modals.scss

200 lines 3.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 // ** Overrides for dialogs
2
3 // save dialog
4 .max-modal.save_done {
5 .modal_header {
6 background-color: #07b51b;
7 }
8
9 .modal_title {
10 color: #fff;
11 font-size: 24px;
12 font-weight: 700;
13 padding: 10px 0;
14
15 }
16
17 .modal_close { display: none; }
18 //.modal_content { display: none; }
19 & + .maxmodal_overlay { background-color: #eee; }
20 }
21
22 // display modals
23 .max-modal .display_modal {
24 display: inline-block;
25 text-align: left;
26 margin: 0 auto;
27 min-width: 300px;
28 width: 70%;
29 max-width: 600px;
30 .option {
31 margin: 15px 0;
32 }
33
34 .option.position, .input.radio
35 {
36 display: inline-block;
37
38 label {
39 width: auto;
40 min-width: 0;
41 }
42 }
43
44 .input.radio {
45 margin-right: 5px ;
46 }
47 .pos_spacer {
48 margin: 3px 0;
49 }
50 .option.position {
51 margin: 3px 0 3px 178px;
52 }
53
54 label, .option > span > .label {
55 display: inline-block;
56 min-width: 175px;
57 font-weight: 700;
58 }
59 }
60
61 // style modal
62 .max-modal.modal_styles {
63 width: 90%;
64 min-height: 50%;
65
66 .modal_content {
67 padding-bottom: 0;
68 padding-top: 0;
69 }
70
71 /* .controls {
72 position: absolute;
73 bottom: 0;
74 height: 30px;
75 background: #f3f3f3;
76 text-align: center;
77 right: 0;
78 left: 0;
79 padding-right: 15px;
80 button {
81 float: right;
82 }
83 p {
84 margin: 0;
85 span {
86 line-height: 30px
87 }
88 }
89 } */
90
91 .style_modal, .custom_modal {
92 width: 100%;
93 position: relative;
94 display: inline-block;
95
96 }
97
98 .top-note {
99 padding: 15px;
100 margin: 8px;
101 font-size: 18px;
102 line-height: 1.5;
103 border: 1px solid #000;
104 background-color: #fff;
105 &.warning {
106 background-color: #f2dede;
107 }
108 }
109
110 .style-row {
111 margin: 5px 0;
112 //border-bottom: 1px solid #ccc;
113 padding-bottom: 10px;
114 display: inline-block;
115 width: 100%;
116
117 /* .maxbutton-social {
118 margin: 5px;
119 } */
120
121 .preset {
122 position: relative;
123 width: 100%;
124 display: inline-block;
125 clear: both;
126 margin: 10px 0;
127 text-align: left;
128
129 // border-bottom: 1px solid #ccc;
130 }
131
132 .description {
133 //background: #0085ba;
134 //color: #fff;
135 padding: 8px 5px;
136 display: inline-block;
137 font-size: 15px;
138 // font-weigth: 700;
139 width: 150px;
140 float: left;
141 font-style: normal;
142 // text-transform: uppercase;
143 box-sizing: border-box;
144 border-right: 1px solid #ccc;
145 margin-bottom: 15px;
146 margin-right: 15px;
147 vertical-align: middle;
148
149 }
150
151 button {
152 display: inline-block;
153 margin: 5px 0;
154 vertical-align: middle;
155 }
156
157
158 .maxsocial {
159 margin: 25px 0 0 !important; // remove set margin in previews.
160 width: auto !important;
161 vertical-align: middle;
162 }
163
164 .switch {
165 display: none;
166
167
168 + label {
169 padding: 5px 0;
170 margin: 15px 0;
171 display: inline-block;
172 width: 100%;
173 height: 100%;
174 //z-index: 10;
175 //background-color: #ff0000;
176 // opacity: 0.6;
177 }
178
179 &:checked + label {
180 background-color: #ffe;
181 border: 1px solid #ccc;
182 opacity: 1;
183 }
184 }
185 }
186
187
188 } //modal_styles
189
190
191 // modal MBCustom
192 .media-buttons .shortcode_options .mbcustom-options
193 {
194 width: 500px;
195 margin: 20px 0;
196
197 label { width: 200px; margin: 5px 0; }
198
199 }
200