PluginProbe ʕ •ᴥ•ʔ
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents / 1.7.1
EmbedPress – PDF Embedder, 3D PDF FlipBook, Google Reviews, YouTube Videos, Upload & Embed PDF documents v1.7.1
4.6.0 4.5.6 4.5.5 4.5.4 4.5.3 4.5.2 trunk 1.0.0 1.1.0 1.1.1 1.1.2 1.1.3 1.2.0 1.3.0 1.3.1 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.5.0 1.6.0 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.7.3 1.7.4 1.7.5 2.0.0 2.0.1 2.0.2 2.0.3 2.1.0 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.2.0 2.2.1 2.2.2 2.3.0 2.3.1 2.3.2 2.3.3 2.4.0 2.4.1 2.5.0 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.6.0 2.6.1 2.6.2 2.7.0 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.3.0 3.3.1 3.3.2 3.3.3 3.3.4 3.3.5 3.3.6 3.3.7 3.4.0 3.4.1 3.4.2 3.4.3 3.5.0 3.5.1 3.5.2 3.5.3 3.6.0 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.7.0 3.7.1 3.7.2 3.7.3 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.9.0 3.9.1 3.9.10 3.9.11 3.9.12 3.9.13 3.9.14 3.9.15 3.9.16 3.9.17 3.9.2 3.9.3 3.9.4 3.9.5 3.9.6 3.9.7 3.9.8 3.9.9 4.0.0 4.0.1 4.0.10 4.0.11 4.0.12 4.0.13 4.0.14 4.0.2 4.0.3 4.0.4 4.0.5 4.0.6 4.0.7 4.0.8 4.0.9 4.1.0 4.1.1 4.1.10 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.1.8 4.1.9 4.2.0 4.2.1 4.2.2 4.2.3 4.2.4 4.2.5 4.2.6 4.2.7 4.2.8 4.2.9 4.3.0 4.3.1 4.4.0 4.4.1 4.4.10 4.4.11 4.4.2 4.4.3 4.4.4 4.4.5 4.4.6 4.4.7 4.4.8 4.4.9 4.5.0 4.5.1
embedpress / freemius / assets / scss / admin / account.scss
embedpress / freemius / assets / scss / admin Last commit date
_deactivation-feedback.scss 9 years ago _license-activation.scss 9 years ago _license-key-resend.scss 9 years ago _modal-common.scss 9 years ago account.scss 9 years ago add-ons.scss 9 years ago checkout.scss 9 years ago common.scss 9 years ago connect.scss 9 years ago debug.scss 9 years ago dialog-boxes.scss 9 years ago
account.scss
250 lines
1 @import "../start";
2
3 #fs_account
4 {
5 .postbox,
6 .widefat
7 {
8 max-width: 700px;
9 }
10
11 h3
12 {
13 font-size: 1.3em;
14 padding: 12px 15px;
15 margin: 0 0 12px 0;
16 line-height: 1.4;
17 border-bottom: 1px solid #F1F1F1;
18 }
19
20 i.dashicons
21 {
22 font-size: 1.2em;
23 height: 1.2em;
24 width: 1.2em;
25 }
26
27 .button
28 {
29 i.dashicons
30 {
31 vertical-align: middle;
32 }
33 }
34
35 .fs-header-actions
36 {
37 position: absolute;
38 top: 17px;
39 right: 15px;
40 font-size: 0.9em;
41
42 ul
43 {
44 margin: 0;
45 }
46
47 li
48 {
49 form
50 {
51 display: inline-block;
52 }
53
54 float: left;
55 a
56 {
57 text-decoration: none;
58 }
59 }
60 }
61 }
62
63 #fs_account_details .button-group {
64 float: right;
65 }
66
67 .rtl #fs_account .fs-header-actions
68 {
69 left: 15px;
70 right: auto;
71 }
72
73 .fs-key-value-table
74 {
75 width: 100%;
76
77 form
78 {
79 display: inline-block;
80 }
81
82 tr
83 {
84 td:first-child
85 {
86 nobr
87 {
88 font-weight: bold;
89 }
90
91 text-align: right;
92
93 form
94 {
95 display: block;
96 }
97 }
98
99 td.fs-right
100 {
101 text-align: right;
102 }
103
104 &.fs-odd
105 {
106 background: #ebebeb;
107 }
108 }
109
110 td, th
111 {
112 padding: 10px;
113 }
114
115 code {
116 line-height: 28px;
117 }
118
119 var, code, input[type="text"]="text""]
120 {
121 color: #0073AA;
122 font-size: 16px;
123 background: none;
124 }
125
126 input[type="text"]="text""] {
127 width: 100%;
128 font-weight: bold;
129 }
130 }
131
132 label.fs-tag
133 {
134 background: #ffba00;
135 color: #fff;
136 display: inline-block;
137 border-radius: 3px;
138 padding: 5px;
139 font-size: 11px;
140 line-height: 11px;
141 vertical-align: baseline;
142
143 &.fs-warn
144 {
145 background: #ffba00;
146 }
147 &.fs-success
148 {
149 background: #46b450;
150 }
151 &.fs-error
152 {
153 background: #dc3232;
154 }
155 }
156
157 #fs_addons
158 {
159 h3
160 {
161 border: none;
162 margin-bottom: 0;
163 padding: 4px 5px;
164 }
165
166 td
167 {
168 vertical-align: middle;
169 }
170
171 thead {
172 white-space: nowrap;
173 }
174
175 td:first-child,
176 th:first-child
177 {
178 text-align: left;
179 font-weight: bold;
180 }
181 td:last-child,
182 th:last-child
183 {
184 text-align: right;
185 }
186 th
187 {
188 font-weight: bold;
189 }
190 }
191
192 #fs_billing_address {
193 width: 100%;
194
195 tr {
196 td {
197 width: 50%;
198 padding: 5px;
199 }
200
201 &:first-of-type {
202 td {
203 padding-top: 0;
204 }
205 }
206 }
207
208 @mixin read-mode {
209 border-color: transparent;
210 color: #777;
211 border-bottom: 1px dashed #ccc;
212 padding-left: 0;
213 background: none;
214 }
215
216 span {
217 font-weight: bold;
218 }
219
220 input, select {
221 @include placeholder(transparent);
222
223 display: block;
224 width: 100%;
225 margin-top: 5px;
226
227 &.fs-read-mode {
228 @include read-mode();
229 }
230 }
231
232
233 &.fs-read-mode {
234 td span {
235 display: none;
236 }
237
238 input, select
239 {
240 @include read-mode();
241 @include placeholder(#ccc);
242 }
243 }
244
245
246 button {
247 display: block;
248 width: 100%;
249 }
250 }