Really Simple SSL - Version 5.3.2

Version Description

  • Fix: limit domain list generation function, preventing issues on large multisite installations
  • Fix: Non-network admins can alter network settings props @madtownlems
  • Improvement: drop Expect-CT from recommended headers
Download this release

Release Info

Developer RogierLankhorst
Plugin Icon 128x128 Really Simple SSL
Version 5.3.2
Comparing to
See all releases

Code changes from version 5.3.1 to 5.3.2

LICENSE.txt ADDED
@@ -0,0 +1,357 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This program is free software; you can redistribute it and/or modify
2
+ it under the terms of the GNU General Public License as published by
3
+ the Free Software Foundation; either version 2 of the License, or
4
+ (at your option) any later version.
5
+
6
+ This program is distributed in the hope that it will be useful,
7
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
8
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
9
+ GNU General Public License for more details.
10
+
11
+ You should have received a copy of the GNU General Public License
12
+ along with this program; if not, write to the Free Software
13
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
14
+
15
+
16
+ ===================================
17
+
18
+
19
+ GNU GENERAL PUBLIC LICENSE
20
+ Version 2, June 1991
21
+
22
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
23
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24
+ Everyone is permitted to copy and distribute verbatim copies
25
+ of this license document, but changing it is not allowed.
26
+
27
+ Preamble
28
+
29
+ The licenses for most software are designed to take away your
30
+ freedom to share and change it. By contrast, the GNU General Public
31
+ License is intended to guarantee your freedom to share and change free
32
+ software--to make sure the software is free for all its users. This
33
+ General Public License applies to most of the Free Software
34
+ Foundation's software and to any other program whose authors commit to
35
+ using it. (Some other Free Software Foundation software is covered by
36
+ the GNU Lesser General Public License instead.) You can apply it to
37
+ your programs, too.
38
+
39
+ When we speak of free software, we are referring to freedom, not
40
+ price. Our General Public Licenses are designed to make sure that you
41
+ have the freedom to distribute copies of free software (and charge for
42
+ this service if you wish), that you receive source code or can get it
43
+ if you want it, that you can change the software or use pieces of it
44
+ in new free programs; and that you know you can do these things.
45
+
46
+ To protect your rights, we need to make restrictions that forbid
47
+ anyone to deny you these rights or to ask you to surrender the rights.
48
+ These restrictions translate to certain responsibilities for you if you
49
+ distribute copies of the software, or if you modify it.
50
+
51
+ For example, if you distribute copies of such a program, whether
52
+ gratis or for a fee, you must give the recipients all the rights that
53
+ you have. You must make sure that they, too, receive or can get the
54
+ source code. And you must show them these terms so they know their
55
+ rights.
56
+
57
+ We protect your rights with two steps: (1) copyright the software, and
58
+ (2) offer you this license which gives you legal permission to copy,
59
+ distribute and/or modify the software.
60
+
61
+ Also, for each author's protection and ours, we want to make certain
62
+ that everyone understands that there is no warranty for this free
63
+ software. If the software is modified by someone else and passed on, we
64
+ want its recipients to know that what they have is not the original, so
65
+ that any problems introduced by others will not reflect on the original
66
+ authors' reputations.
67
+
68
+ Finally, any free program is threatened constantly by software
69
+ patents. We wish to avoid the danger that redistributors of a free
70
+ program will individually obtain patent licenses, in effect making the
71
+ program proprietary. To prevent this, we have made it clear that any
72
+ patent must be licensed for everyone's free use or not licensed at all.
73
+
74
+ The precise terms and conditions for copying, distribution and
75
+ modification follow.
76
+
77
+ GNU GENERAL PUBLIC LICENSE
78
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
79
+
80
+ 0. This License applies to any program or other work which contains
81
+ a notice placed by the copyright holder saying it may be distributed
82
+ under the terms of this General Public License. The "Program", below,
83
+ refers to any such program or work, and a "work based on the Program"
84
+ means either the Program or any derivative work under copyright law:
85
+ that is to say, a work containing the Program or a portion of it,
86
+ either verbatim or with modifications and/or translated into another
87
+ language. (Hereinafter, translation is included without limitation in
88
+ the term "modification".) Each licensee is addressed as "you".
89
+
90
+ Activities other than copying, distribution and modification are not
91
+ covered by this License; they are outside its scope. The act of
92
+ running the Program is not restricted, and the output from the Program
93
+ is covered only if its contents constitute a work based on the
94
+ Program (independent of having been made by running the Program).
95
+ Whether that is true depends on what the Program does.
96
+
97
+ 1. You may copy and distribute verbatim copies of the Program's
98
+ source code as you receive it, in any medium, provided that you
99
+ conspicuously and appropriately publish on each copy an appropriate
100
+ copyright notice and disclaimer of warranty; keep intact all the
101
+ notices that refer to this License and to the absence of any warranty;
102
+ and give any other recipients of the Program a copy of this License
103
+ along with the Program.
104
+
105
+ You may charge a fee for the physical act of transferring a copy, and
106
+ you may at your option offer warranty protection in exchange for a fee.
107
+
108
+ 2. You may modify your copy or copies of the Program or any portion
109
+ of it, thus forming a work based on the Program, and copy and
110
+ distribute such modifications or work under the terms of Section 1
111
+ above, provided that you also meet all of these conditions:
112
+
113
+ a) You must cause the modified files to carry prominent notices
114
+ stating that you changed the files and the date of any change.
115
+
116
+ b) You must cause any work that you distribute or publish, that in
117
+ whole or in part contains or is derived from the Program or any
118
+ part thereof, to be licensed as a whole at no charge to all third
119
+ parties under the terms of this License.
120
+
121
+ c) If the modified program normally reads commands interactively
122
+ when run, you must cause it, when started running for such
123
+ interactive use in the most ordinary way, to print or display an
124
+ announcement including an appropriate copyright notice and a
125
+ notice that there is no warranty (or else, saying that you provide
126
+ a warranty) and that users may redistribute the program under
127
+ these conditions, and telling the user how to view a copy of this
128
+ License. (Exception: if the Program itself is interactive but
129
+ does not normally print such an announcement, your work based on
130
+ the Program is not required to print an announcement.)
131
+
132
+ These requirements apply to the modified work as a whole. If
133
+ identifiable sections of that work are not derived from the Program,
134
+ and can be reasonably considered independent and separate works in
135
+ themselves, then this License, and its terms, do not apply to those
136
+ sections when you distribute them as separate works. But when you
137
+ distribute the same sections as part of a whole which is a work based
138
+ on the Program, the distribution of the whole must be on the terms of
139
+ this License, whose permissions for other licensees extend to the
140
+ entire whole, and thus to each and every part regardless of who wrote it.
141
+
142
+ Thus, it is not the intent of this section to claim rights or contest
143
+ your rights to work written entirely by you; rather, the intent is to
144
+ exercise the right to control the distribution of derivative or
145
+ collective works based on the Program.
146
+
147
+ In addition, mere aggregation of another work not based on the Program
148
+ with the Program (or with a work based on the Program) on a volume of
149
+ a storage or distribution medium does not bring the other work under
150
+ the scope of this License.
151
+
152
+ 3. You may copy and distribute the Program (or a work based on it,
153
+ under Section 2) in object code or executable form under the terms of
154
+ Sections 1 and 2 above provided that you also do one of the following:
155
+
156
+ a) Accompany it with the complete corresponding machine-readable
157
+ source code, which must be distributed under the terms of Sections
158
+ 1 and 2 above on a medium customarily used for software interchange; or,
159
+
160
+ b) Accompany it with a written offer, valid for at least three
161
+ years, to give any third party, for a charge no more than your
162
+ cost of physically performing source distribution, a complete
163
+ machine-readable copy of the corresponding source code, to be
164
+ distributed under the terms of Sections 1 and 2 above on a medium
165
+ customarily used for software interchange; or,
166
+
167
+ c) Accompany it with the information you received as to the offer
168
+ to distribute corresponding source code. (This alternative is
169
+ allowed only for noncommercial distribution and only if you
170
+ received the program in object code or executable form with such
171
+ an offer, in accord with Subsection b above.)
172
+
173
+ The source code for a work means the preferred form of the work for
174
+ making modifications to it. For an executable work, complete source
175
+ code means all the source code for all modules it contains, plus any
176
+ associated interface definition files, plus the scripts used to
177
+ control compilation and installation of the executable. However, as a
178
+ special exception, the source code distributed need not include
179
+ anything that is normally distributed (in either source or binary
180
+ form) with the major components (compiler, kernel, and so on) of the
181
+ operating system on which the executable runs, unless that component
182
+ itself accompanies the executable.
183
+
184
+ If distribution of executable or object code is made by offering
185
+ access to copy from a designated place, then offering equivalent
186
+ access to copy the source code from the same place counts as
187
+ distribution of the source code, even though third parties are not
188
+ compelled to copy the source along with the object code.
189
+
190
+ 4. You may not copy, modify, sublicense, or distribute the Program
191
+ except as expressly provided under this License. Any attempt
192
+ otherwise to copy, modify, sublicense or distribute the Program is
193
+ void, and will automatically terminate your rights under this License.
194
+ However, parties who have received copies, or rights, from you under
195
+ this License will not have their licenses terminated so long as such
196
+ parties remain in full compliance.
197
+
198
+ 5. You are not required to accept this License, since you have not
199
+ signed it. However, nothing else grants you permission to modify or
200
+ distribute the Program or its derivative works. These actions are
201
+ prohibited by law if you do not accept this License. Therefore, by
202
+ modifying or distributing the Program (or any work based on the
203
+ Program), you indicate your acceptance of this License to do so, and
204
+ all its terms and conditions for copying, distributing or modifying
205
+ the Program or works based on it.
206
+
207
+ 6. Each time you redistribute the Program (or any work based on the
208
+ Program), the recipient automatically receives a license from the
209
+ original licensor to copy, distribute or modify the Program subject to
210
+ these terms and conditions. You may not impose any further
211
+ restrictions on the recipients' exercise of the rights granted herein.
212
+ You are not responsible for enforcing compliance by third parties to
213
+ this License.
214
+
215
+ 7. If, as a consequence of a court judgment or allegation of patent
216
+ infringement or for any other reason (not limited to patent issues),
217
+ conditions are imposed on you (whether by court order, agreement or
218
+ otherwise) that contradict the conditions of this License, they do not
219
+ excuse you from the conditions of this License. If you cannot
220
+ distribute so as to satisfy simultaneously your obligations under this
221
+ License and any other pertinent obligations, then as a consequence you
222
+ may not distribute the Program at all. For example, if a patent
223
+ license would not permit royalty-free redistribution of the Program by
224
+ all those who receive copies directly or indirectly through you, then
225
+ the only way you could satisfy both it and this License would be to
226
+ refrain entirely from distribution of the Program.
227
+
228
+ If any portion of this section is held invalid or unenforceable under
229
+ any particular circumstance, the balance of the section is intended to
230
+ apply and the section as a whole is intended to apply in other
231
+ circumstances.
232
+
233
+ It is not the purpose of this section to induce you to infringe any
234
+ patents or other property right claims or to contest validity of any
235
+ such claims; this section has the sole purpose of protecting the
236
+ integrity of the free software distribution system, which is
237
+ implemented by public license practices. Many people have made
238
+ generous contributions to the wide range of software distributed
239
+ through that system in reliance on consistent application of that
240
+ system; it is up to the author/donor to decide if he or she is willing
241
+ to distribute software through any other system and a licensee cannot
242
+ impose that choice.
243
+
244
+ This section is intended to make thoroughly clear what is believed to
245
+ be a consequence of the rest of this License.
246
+
247
+ 8. If the distribution and/or use of the Program is restricted in
248
+ certain countries either by patents or by copyrighted interfaces, the
249
+ original copyright holder who places the Program under this License
250
+ may add an explicit geographical distribution limitation excluding
251
+ those countries, so that distribution is permitted only in or among
252
+ countries not thus excluded. In such case, this License incorporates
253
+ the limitation as if written in the body of this License.
254
+
255
+ 9. The Free Software Foundation may publish revised and/or new versions
256
+ of the General Public License from time to time. Such new versions will
257
+ be similar in spirit to the present version, but may differ in detail to
258
+ address new problems or concerns.
259
+
260
+ Each version is given a distinguishing version number. If the Program
261
+ specifies a version number of this License which applies to it and "any
262
+ later version", you have the option of following the terms and conditions
263
+ either of that version or of any later version published by the Free
264
+ Software Foundation. If the Program does not specify a version number of
265
+ this License, you may choose any version ever published by the Free Software
266
+ Foundation.
267
+
268
+ 10. If you wish to incorporate parts of the Program into other free
269
+ programs whose distribution conditions are different, write to the author
270
+ to ask for permission. For software which is copyrighted by the Free
271
+ Software Foundation, write to the Free Software Foundation; we sometimes
272
+ make exceptions for this. Our decision will be guided by the two goals
273
+ of preserving the free status of all derivatives of our free software and
274
+ of promoting the sharing and reuse of software generally.
275
+
276
+ NO WARRANTY
277
+
278
+ 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
279
+ FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
280
+ OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
281
+ PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
282
+ OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
283
+ MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
284
+ TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
285
+ PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
286
+ REPAIR OR CORRECTION.
287
+
288
+ 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
289
+ WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
290
+ REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
291
+ INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
292
+ OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
293
+ TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
294
+ YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
295
+ PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
296
+ POSSIBILITY OF SUCH DAMAGES.
297
+
298
+ END OF TERMS AND CONDITIONS
299
+
300
+ How to Apply These Terms to Your New Programs
301
+
302
+ If you develop a new program, and you want it to be of the greatest
303
+ possible use to the public, the best way to achieve this is to make it
304
+ free software which everyone can redistribute and change under these terms.
305
+
306
+ To do so, attach the following notices to the program. It is safest
307
+ to attach them to the start of each source file to most effectively
308
+ convey the exclusion of warranty; and each file should have at least
309
+ the "copyright" line and a pointer to where the full notice is found.
310
+
311
+ <one line to give the program's name and a brief idea of what it does.>
312
+ Copyright (C) <year> <name of author>
313
+
314
+ This program is free software; you can redistribute it and/or modify
315
+ it under the terms of the GNU General Public License as published by
316
+ the Free Software Foundation; either version 2 of the License, or
317
+ (at your option) any later version.
318
+
319
+ This program is distributed in the hope that it will be useful,
320
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
321
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
322
+ GNU General Public License for more details.
323
+
324
+ You should have received a copy of the GNU General Public License along
325
+ with this program; if not, write to the Free Software Foundation, Inc.,
326
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
327
+
328
+ Also add information on how to contact you by electronic and paper mail.
329
+
330
+ If the program is interactive, make it output a short notice like this
331
+ when it starts in an interactive mode:
332
+
333
+ Gnomovision version 69, Copyright (C) year name of author
334
+ Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
335
+ This is free software, and you are welcome to redistribute it
336
+ under certain conditions; type `show c' for details.
337
+
338
+ The hypothetical commands `show w' and `show c' should show the appropriate
339
+ parts of the General Public License. Of course, the commands you use may
340
+ be called something other than `show w' and `show c'; they could even be
341
+ mouse-clicks or menu items--whatever suits your program.
342
+
343
+ You should also get your employer (if you work as a programmer) or your
344
+ school, if any, to sign a "copyright disclaimer" for the program, if
345
+ necessary. Here is a sample; alter the names:
346
+
347
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the program
348
+ `Gnomovision' (which makes passes at compilers) written by James Hacker.
349
+
350
+ <signature of Ty Coon>, 1 April 1989
351
+ Ty Coon, President of Vice
352
+
353
+ This General Public License does not permit incorporating your program into
354
+ proprietary programs. If your program is a subroutine library, you may
355
+ consider it more useful to permit linking proprietary applications with the
356
+ library. If this is what you want to do, use the GNU Lesser General
357
+ Public License instead of this License.
assets/css/dashboard.css ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .rsssl-scroll-container {
2
+ height: 227px;
3
+ overflow-y: auto;
4
+ border-radius: 0;
5
+ }
6
+ .rsssl-scroll-container::-webkit-scrollbar-track {
7
+ border-radius: 10px;
8
+ -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
9
+ background-color: transparent;
10
+ }
11
+ .rsssl-scroll-container::-webkit-scrollbar {
12
+ border-radius: 10px;
13
+ width: 8px;
14
+ background-color: var(--rsp-grey-300);
15
+ cursor: pointer;
16
+ }
17
+ .rsssl-scroll-container::-webkit-scrollbar-thumb {
18
+ background-color: var(--rsp-grey-400);
19
+ border-radius: 10px;
20
+ }
21
+ .rsssl-spacer {
22
+ width: 10px;
23
+ }
24
+ /*# sourceMappingURL=dashboard.css.map */
assets/css/dashboard.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["dashboard.less"],"names":[],"mappings":"AAAA;EACE,aAAA;EACA,gBAAA;EAEA,gBAAA;;AAEA,uBAAC;EACC,mBAAA;EACA,kDAAA;EACA,6BAAA;;AAGF,uBAAC;EACC,mBAAA;EACA,UAAA;EACA,kBAAkB,mBAAlB;EACA,eAAA;;AAGF,uBAAC;EACC,kBAAkB,mBAAlB;EACA,mBAAA;;AAIJ;EACE,WAAA","file":"dashboard.css"}
assets/css/dashboard.less ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "progress.less";
2
+ .rsssl-scroll-container{
3
+ height: 227px;
4
+ overflow-y: auto;
5
+ border-radius: 0;
6
+
7
+ &::-webkit-scrollbar-track {
8
+ border-radius: 10px;
9
+ -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0);
10
+ background-color: transparent;
11
+ }
12
+
13
+ &::-webkit-scrollbar {
14
+ border-radius: 10px;
15
+ width: 8px;
16
+ background-color: var(--rsp-grey-300);
17
+ cursor: pointer;
18
+ }
19
+
20
+ &::-webkit-scrollbar-thumb {
21
+ background-color: var(--rsp-grey-400);
22
+ border-radius: 10px;
23
+ }
24
+ }
25
+
26
+ .rsssl-spacer {
27
+ width: 10px;
28
+ }
29
+
assets/css/dashboard.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .rsssl-scroll-container{height:227px;overflow-y:auto;border-radius:0}.rsssl-scroll-container::-webkit-scrollbar-track{border-radius:10px;-webkit-box-shadow:inset 0 0 2px transparent;background-color:transparent}.rsssl-scroll-container::-webkit-scrollbar{border-radius:10px;width:8px;background-color:var(--rsp-grey-300);cursor:pointer}.rsssl-scroll-container::-webkit-scrollbar-thumb{background-color:var(--rsp-grey-400);border-radius:10px}.rsssl-spacer{width:10px}
assets/css/grid.css ADDED
@@ -0,0 +1,712 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent,
2
+ .settings_page_really-simple-ssl #wpcontent {
3
+ padding: 0;
4
+ }
5
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-footer-item form,
6
+ .settings_page_really-simple-ssl #wpcontent .rsssl-footer-item form {
7
+ float: left;
8
+ }
9
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab,
10
+ .settings_page_really-simple-ssl #wpcontent .nav-tab {
11
+ padding: 16px 20px 17px 20px;
12
+ margin-bottom: 0;
13
+ color: #444;
14
+ font-weight: normal;
15
+ font-size: 1.2em;
16
+ background: inherit;
17
+ border: 0;
18
+ }
19
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab.nav-tab-active,
20
+ .settings_page_really-simple-ssl #wpcontent .nav-tab.nav-tab-active {
21
+ border-bottom: 2px solid #FBC43D;
22
+ background: #fff;
23
+ padding-bottom: 15px;
24
+ }
25
+ @media screen and (max-width: 800px) {
26
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper,
27
+ .settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper {
28
+ display: flex;
29
+ flex-wrap: wrap;
30
+ justify-content: center;
31
+ }
32
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab,
33
+ .settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab {
34
+ margin-left: 25px;
35
+ }
36
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .documentation,
37
+ .settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .documentation {
38
+ display: none;
39
+ }
40
+ }
41
+ @media screen and (max-width: 480px) {
42
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab,
43
+ .settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab {
44
+ padding: 22px 3px 10px 3px;
45
+ }
46
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab-active,
47
+ .settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab-active {
48
+ padding-bottom: 10px;
49
+ }
50
+ }
51
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper,
52
+ .settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper {
53
+ min-height: 60px;
54
+ background-color: #fff;
55
+ display: flex;
56
+ align-items: center;
57
+ border: 0;
58
+ }
59
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container,
60
+ .settings_page_really-simple-ssl #wpcontent .rsssl-logo-container {
61
+ margin-left: 25px;
62
+ }
63
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container #rsssl-logo,
64
+ .settings_page_really-simple-ssl #wpcontent .rsssl-logo-container #rsssl-logo {
65
+ height: 40px;
66
+ width: 200px;
67
+ }
68
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container #rsssl-logo img,
69
+ .settings_page_really-simple-ssl #wpcontent .rsssl-logo-container #rsssl-logo img {
70
+ width: 200px;
71
+ }
72
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links,
73
+ .settings_page_really-simple-ssl #wpcontent .header-links {
74
+ display: flex;
75
+ flex: 1;
76
+ justify-content: flex-end;
77
+ flex-direction: row;
78
+ align-items: center;
79
+ margin-right: 20px;
80
+ }
81
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .documentation,
82
+ .settings_page_really-simple-ssl #wpcontent .header-links .documentation {
83
+ text-decoration: underline;
84
+ }
85
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell .documentation,
86
+ .settings_page_really-simple-ssl #wpcontent .header-links .header-upsell .documentation {
87
+ margin-left: 25px;
88
+ }
89
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell a,
90
+ .settings_page_really-simple-ssl #wpcontent .header-links .header-upsell a {
91
+ text-decoration: none;
92
+ }
93
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell .header-upsell-pro,
94
+ .settings_page_really-simple-ssl #wpcontent .header-links .header-upsell .header-upsell-pro {
95
+ color: black;
96
+ border: 3px solid black;
97
+ margin: 10px;
98
+ width: 80px;
99
+ text-align: center;
100
+ padding: 5px;
101
+ border-radius: 20px;
102
+ font-weight: 600;
103
+ }
104
+ .rsssl-grid {
105
+ width: calc(100% - 20px);
106
+ margin: 10px;
107
+ position: relative;
108
+ display: flex;
109
+ flex-direction: row;
110
+ flex-wrap: wrap;
111
+ /*
112
+ Footers
113
+ */
114
+ /*
115
+ Dots
116
+ */
117
+ }
118
+ .rsssl-grid .button-rsssl-tertiary {
119
+ background-color: #D7263D;
120
+ color: white;
121
+ border: 0;
122
+ }
123
+ .rsssl-grid .rsssl-wide-button {
124
+ width: 220px;
125
+ }
126
+ .rsssl-grid .rsssl-progress .rsssl-task-list {
127
+ height: 257px;
128
+ overflow: hidden;
129
+ }
130
+ .rsssl-grid .rsssl-progress .rsssl-toggle-active {
131
+ text-decoration: underline;
132
+ }
133
+ .rsssl-grid .rsssl-progress #rsssl-all-tasks,
134
+ .rsssl-grid .rsssl-progress #rsssl-remaining-tasks {
135
+ display: none;
136
+ }
137
+ .rsssl-grid .rsssl-progress .rsssl-tasks-container {
138
+ border-bottom: 1px solid lightgrey;
139
+ color: lightgrey;
140
+ }
141
+ .rsssl-grid .rsssl-progress .rsssl-tasks-container.active {
142
+ text-decoration: none;
143
+ border-bottom: 0;
144
+ color: initial;
145
+ }
146
+ .rsssl-grid .rsssl-progress .rsssl-tasks-inactive {
147
+ text-decoration: underline;
148
+ color: lightgrey;
149
+ }
150
+ .rsssl-grid .rsssl-item {
151
+ width: 800px;
152
+ height: 485px;
153
+ z-index: 1;
154
+ }
155
+ .rsssl-grid .rsssl-item.small {
156
+ width: 400px;
157
+ }
158
+ .rsssl-grid .rsssl-item .rsssl-close-warning-x {
159
+ color: #ccc;
160
+ margin-right: 25px;
161
+ margin-top: 15px;
162
+ }
163
+ .rsssl-grid .rsssl-item .item-container {
164
+ background-color: #fff;
165
+ position: relative;
166
+ box-shadow: 0px 0px 5px 5px rgba(222, 222, 222, 0.2);
167
+ width: 790px;
168
+ height: 475px;
169
+ }
170
+ .rsssl-grid .rsssl-item .item-container .form-table {
171
+ display: flex;
172
+ }
173
+ .rsssl-grid .rsssl-item .item-container .form-table tbody {
174
+ display: flex;
175
+ flex-direction: column;
176
+ flex-wrap: wrap;
177
+ max-height: 340px;
178
+ width: 100% !important;
179
+ }
180
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr {
181
+ padding: 0 0 0 0 !important;
182
+ display: flex;
183
+ align-items: center;
184
+ flex-direction: row;
185
+ width: 50%;
186
+ }
187
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr td {
188
+ padding: 0;
189
+ margin: 0;
190
+ }
191
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr th {
192
+ margin-left: 0;
193
+ width: 90%;
194
+ display: flex;
195
+ align-items: center;
196
+ font-size: 13px;
197
+ font-weight: normal;
198
+ }
199
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr th .dashicons-editor-help {
200
+ font-size: 22px;
201
+ }
202
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr th .rsssl-tooltip-right {
203
+ padding-right: 10px;
204
+ }
205
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr th,
206
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr td {
207
+ padding: 6px 0 !important;
208
+ font-size: 13px;
209
+ }
210
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr th p,
211
+ .rsssl-grid .rsssl-item .item-container .form-table tbody tr td p {
212
+ font-size: 13px;
213
+ }
214
+ .rsssl-grid .rsssl-item .item-container h2 {
215
+ display: none;
216
+ }
217
+ .rsssl-grid .rsssl-item .item-container .rsssl-save-settings-feedback {
218
+ margin-right: 20px;
219
+ color: #d7263d;
220
+ }
221
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header {
222
+ display: flex;
223
+ align-items: center;
224
+ justify-content: space-between;
225
+ height: 60px;
226
+ border-bottom: 1px solid #dedede;
227
+ padding: 0 25px 0 25px;
228
+ }
229
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-instructions a {
230
+ color: #3c3c3c;
231
+ }
232
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item {
233
+ display: flex;
234
+ color: #3c3c3c;
235
+ }
236
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .all-task-count,
237
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .open-task-count {
238
+ padding-left: 3px;
239
+ padding-top: 3px;
240
+ }
241
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .all-task-count {
242
+ margin-right: 5px;
243
+ }
244
+ .rsssl-grid .rsssl-item .item-container .rsssl-table-td-main-content {
245
+ padding-left: 15px;
246
+ }
247
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content {
248
+ height: 360px;
249
+ margin: 10px 25px 10px 25px;
250
+ border-bottom: 1px solid #dedede;
251
+ /*
252
+ Progress block
253
+ */
254
+ /*
255
+ Tips and Tricks
256
+ */
257
+ /*
258
+ Default bullet style
259
+ */
260
+ /*
261
+ Support forum block
262
+ */
263
+ /*
264
+ Other plugins
265
+ */
266
+ /*
267
+ Progress labels
268
+ */
269
+ }
270
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block {
271
+ padding-top: 10px;
272
+ }
273
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-bar-container {
274
+ margin: 0 0 25px 0;
275
+ }
276
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress {
277
+ overflow: hidden;
278
+ height: 20px;
279
+ border-radius: 5px;
280
+ background-color: #f7f7f7;
281
+ }
282
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress .bar {
283
+ height: 100%;
284
+ background-color: #61ce70;
285
+ }
286
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress .bar.orange {
287
+ background-color: #FBC43D;
288
+ }
289
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text {
290
+ display: flex;
291
+ align-items: center;
292
+ margin: 10px 0;
293
+ padding-top: 10px;
294
+ padding-bottom: 10px;
295
+ }
296
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-percentage {
297
+ font-size: 32px;
298
+ font-weight: 700;
299
+ }
300
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text {
301
+ margin-left: 35px;
302
+ font-size: 18px;
303
+ font-weight: 600;
304
+ }
305
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text a {
306
+ margin-left: 3px;
307
+ }
308
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table tr {
309
+ position: relative;
310
+ }
311
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table td {
312
+ padding: 10px 10px 10px 0;
313
+ }
314
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table td + td {
315
+ padding-left: 15px;
316
+ }
317
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks {
318
+ color: #3c3c3c;
319
+ padding-bottom: 15px;
320
+ }
321
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content {
322
+ display: flex;
323
+ flex-direction: column;
324
+ margin-right: 10px;
325
+ height: 340px;
326
+ }
327
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top {
328
+ flex-grow: 1;
329
+ }
330
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top .rsssl-tips-tricks-element {
331
+ margin-top: 10px;
332
+ margin-bottom: 15px;
333
+ display: flex;
334
+ flex-direction: row;
335
+ justify-content: space-between;
336
+ }
337
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top .rsssl-tips-tricks-content {
338
+ padding-right: 20px;
339
+ }
340
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .rsssl-tips-tricks-read-more a {
341
+ text-decoration: none;
342
+ white-space: nowrap;
343
+ }
344
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-bullet {
345
+ height: 13px;
346
+ width: 13px;
347
+ border-radius: 50%;
348
+ margin-right: 10px;
349
+ background-color: lightgrey;
350
+ text-decoration: none;
351
+ }
352
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container {
353
+ display: flex;
354
+ flex-wrap: wrap;
355
+ flex-direction: row;
356
+ }
357
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums {
358
+ display: flex;
359
+ width: 50%;
360
+ }
361
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums a {
362
+ text-decoration: none;
363
+ color: #3c3c3c;
364
+ display: flex;
365
+ align-items: center;
366
+ padding: 2px 0;
367
+ }
368
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet {
369
+ margin: 7px 7px 7px 0;
370
+ background-color: lightgrey;
371
+ float: left;
372
+ }
373
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet:hover {
374
+ background-color: #FBC43D;
375
+ }
376
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content {
377
+ float: left;
378
+ color: #3c3c3c;
379
+ }
380
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content:hover {
381
+ text-decoration: underline;
382
+ }
383
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-feedback {
384
+ color: #d7263d;
385
+ }
386
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell {
387
+ display: flex !important;
388
+ flex-direction: row;
389
+ padding: 7px 0 7px 0;
390
+ align-items: center;
391
+ color: #3c3c3c;
392
+ }
393
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-text a {
394
+ text-decoration: none;
395
+ color: #3c3c3c;
396
+ }
397
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-text a:hover {
398
+ color: #FBC43D;
399
+ }
400
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .rsp-image {
401
+ margin-right: 5px;
402
+ }
403
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .wpsi-red {
404
+ background-color: #d7263d;
405
+ }
406
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .cmplztc-black {
407
+ background-color: #333;
408
+ }
409
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .cmplz-blue {
410
+ background-color: #27ADEA;
411
+ }
412
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .zip-pink {
413
+ background-color: #E366A1;
414
+ }
415
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-status {
416
+ margin-left: auto;
417
+ }
418
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-status {
419
+ display: block;
420
+ min-width: 60px;
421
+ text-align: center;
422
+ border-radius: 15px;
423
+ padding: 4px 8px 4px 8px;
424
+ font-size: 0.8em;
425
+ font-weight: 600;
426
+ height: 17px;
427
+ line-height: 17px;
428
+ }
429
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-premium {
430
+ background-color: #29b6f6;
431
+ color: white;
432
+ }
433
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-success {
434
+ background-color: #61ce70;
435
+ color: white;
436
+ }
437
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-open {
438
+ background-color: #FBC43D;
439
+ }
440
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-warning {
441
+ background-color: #d7263d;
442
+ color: white;
443
+ }
444
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer {
445
+ display: flex;
446
+ align-items: center;
447
+ margin: 14px 25px 0 25px;
448
+ height: 40px;
449
+ bottom: 0;
450
+ width: 95%;
451
+ }
452
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer .rsssl-button-save {
453
+ margin-right: 25px;
454
+ }
455
+ .rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer #rsssl-feedback {
456
+ font-weight: 600;
457
+ color: #61ce70;
458
+ padding-left: 10px;
459
+ }
460
+ .rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl th,
461
+ .rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl span {
462
+ display: none;
463
+ }
464
+ .rsssl-grid .rsssl-item.half-height {
465
+ height: 247.5px;
466
+ }
467
+ .rsssl-grid .rsssl-item.half-height .item-container {
468
+ height: 475px / 2;
469
+ }
470
+ .rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content {
471
+ height: 110px;
472
+ }
473
+ .rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content .form-table tbody tr,
474
+ .rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content .form-table tbody th {
475
+ width: 100%;
476
+ max-width: 100%;
477
+ }
478
+ .rsssl-grid .rsssl-item.small .item-container {
479
+ width: 390px;
480
+ }
481
+ .rsssl-grid .rsssl-item.small .item-container th {
482
+ width: 90% !important;
483
+ }
484
+ .rsssl-grid .rsssl-item.small .item-container .form-table tbody tr {
485
+ width: 100%;
486
+ }
487
+ .rsssl-grid .rsssl-item.no-border .item-container {
488
+ border: none;
489
+ }
490
+ .rsssl-grid .rsssl-item.no-background .item-container {
491
+ background-color: #f2f2f2;
492
+ }
493
+ .rsssl-grid #rsssl-progress-footer,
494
+ .rsssl-grid #rsssl-premium-settings-footer {
495
+ width: 100%;
496
+ text-align: right;
497
+ margin-right: 10px;
498
+ }
499
+ .rsssl-grid #rsssl-progress-footer .rsssl-footer-item form,
500
+ .rsssl-grid #rsssl-premium-settings-footer .rsssl-footer-item form {
501
+ float: left;
502
+ }
503
+ .rsssl-grid #rsssl-progress-footer .rsssl-footer-item + .rsssl-footer-item,
504
+ .rsssl-grid #rsssl-premium-settings-footer .rsssl-footer-item + .rsssl-footer-item {
505
+ margin-left: 20px;
506
+ padding: 4px 0;
507
+ }
508
+ .rsssl-grid #rsssl-progress-footer .footer-left,
509
+ .rsssl-grid #rsssl-premium-settings-footer .footer-left {
510
+ float: left;
511
+ }
512
+ .rsssl-grid #rsssl-progress-footer .footer-left .upsell,
513
+ .rsssl-grid #rsssl-premium-settings-footer .footer-left .upsell {
514
+ min-width: 80px;
515
+ text-align: center;
516
+ }
517
+ .rsssl-grid #rsssl-progress-footer .footer-right,
518
+ .rsssl-grid #rsssl-premium-settings-footer .footer-right {
519
+ float: right;
520
+ }
521
+ .rsssl-grid #rsssl-progress-footer .hidden,
522
+ .rsssl-grid #rsssl-premium-settings-footer .hidden {
523
+ display: none;
524
+ }
525
+ .rsssl-grid .rsssl-system-status-footer-info {
526
+ margin-right: 20px;
527
+ width: 100%;
528
+ text-align: right;
529
+ }
530
+ .rsssl-grid .rsssl-system-status-footer-info .system-status-info {
531
+ margin-left: 6px;
532
+ }
533
+ .rsssl-grid .dot {
534
+ height: 10px;
535
+ width: 10px;
536
+ border-radius: 50%;
537
+ display: inline-block;
538
+ }
539
+ .rsssl-grid .rsssl-dot-success {
540
+ background-color: #61ce70;
541
+ }
542
+ .rsssl-grid .rsssl-dot-error {
543
+ background-color: #d7263d;
544
+ }
545
+ .upsell-grid-container .rsssl-secondary-header-item img {
546
+ height: 30px;
547
+ padding-top: 5px;
548
+ }
549
+ .rsssl-grid {
550
+ position: relative;
551
+ }
552
+ .rsssl-grid .rsssl-item {
553
+ width: calc(100% - 20px);
554
+ padding: 10px;
555
+ height: 475px;
556
+ min-height: 500px;
557
+ z-index: 1;
558
+ }
559
+ @media only screen and (min-width: 400px) {
560
+ .rsssl-grid .rsssl-item {
561
+ width: calc(100% - 20px);
562
+ }
563
+ }
564
+ @media only screen and (min-width: 600px) {
565
+ .rsssl-grid .rsssl-item {
566
+ width: calc(100% - 20px);
567
+ }
568
+ }
569
+ @media only screen and (min-width: 768px) {
570
+ .rsssl-grid .rsssl-item {
571
+ width: calc(100% - 20px);
572
+ }
573
+ }
574
+ @media only screen and (min-width: 992px) {
575
+ .rsssl-grid .rsssl-item {
576
+ width: calc(100% - 20px);
577
+ }
578
+ }
579
+ @media only screen and (min-width: 1555px) {
580
+ .rsssl-grid .rsssl-item {
581
+ width: calc(50% - 20px);
582
+ }
583
+ }
584
+ .rsssl-grid .rsssl-item.small {
585
+ width: calc(100% - 20px);
586
+ }
587
+ @media only screen and (min-width: 400px) {
588
+ .rsssl-grid .rsssl-item.small {
589
+ width: calc(100% - 20px);
590
+ }
591
+ }
592
+ @media only screen and (min-width: 600px) {
593
+ .rsssl-grid .rsssl-item.small {
594
+ width: calc(100% - 20px);
595
+ }
596
+ }
597
+ @media only screen and (min-width: 768px) {
598
+ .rsssl-grid .rsssl-item.small {
599
+ width: calc(50% - 20px);
600
+ }
601
+ }
602
+ @media only screen and (min-width: 992px) {
603
+ .rsssl-grid .rsssl-item.small {
604
+ width: calc(50% - 20px);
605
+ }
606
+ }
607
+ @media only screen and (min-width: 1555px) {
608
+ .rsssl-grid .rsssl-item.small {
609
+ width: calc(25% - 20px);
610
+ }
611
+ }
612
+ .rsssl-grid .rsssl-item.small .item-container {
613
+ width: 100%;
614
+ min-width: 200px;
615
+ }
616
+ .rsssl-grid .rsssl-item.half-height {
617
+ min-height: 250px;
618
+ }
619
+ @media only screen and (min-width: 400px) {
620
+ .rsssl-grid .rsssl-item.half-height {
621
+ height: 475px / 2;
622
+ min-height: 250px;
623
+ }
624
+ }
625
+ @media only screen and (min-width: 600px) {
626
+ .rsssl-grid .rsssl-item.half-height {
627
+ min-height: 250px;
628
+ height: 475px / 2;
629
+ }
630
+ }
631
+ @media only screen and (min-width: 768px) {
632
+ .rsssl-grid .rsssl-item.half-height {
633
+ min-height: 250px;
634
+ height: 475px / 2;
635
+ }
636
+ }
637
+ @media only screen and (min-width: 992px) {
638
+ .rsssl-grid .rsssl-item.half-height {
639
+ min-height: 250px;
640
+ height: 475px / 2;
641
+ }
642
+ }
643
+ @media only screen and (min-width: 1555px) {
644
+ .rsssl-grid .rsssl-item.half-height {
645
+ min-height: 250px;
646
+ height: 475px / 2;
647
+ }
648
+ }
649
+ .rsssl-grid .rsssl-item.half-height .item-container {
650
+ width: 100%;
651
+ min-width: 200px;
652
+ min-height: 250px;
653
+ }
654
+ .rsssl-grid .rsssl-item .settings.rsssl-item {
655
+ width: 100%;
656
+ padding: 0;
657
+ }
658
+ .rsssl-grid .rsssl-item.muuri-item-hidden {
659
+ z-index: 0;
660
+ }
661
+ .rsssl-grid .rsssl-item.muuri-item-releasing {
662
+ z-index: 2;
663
+ }
664
+ .rsssl-grid .rsssl-item.muuri-item-dragging {
665
+ z-index: 3;
666
+ }
667
+ .rsssl-grid .rsssl-item .rsssl-grid-header {
668
+ border-bottom: 1px solid lightgrey;
669
+ padding: 0;
670
+ height: 60px;
671
+ }
672
+ .rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-header-container {
673
+ margin: 0 20px;
674
+ height: 100%;
675
+ }
676
+ .rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-title {
677
+ cursor: pointer;
678
+ font-size: 20px;
679
+ padding: 20px 0;
680
+ font-weight: bold;
681
+ float: left;
682
+ }
683
+ .rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-controls {
684
+ float: right;
685
+ margin-top: 20px;
686
+ color: #cecece;
687
+ }
688
+ .rsssl-grid .rsssl-item .item-container {
689
+ background-color: #fff;
690
+ position: relative;
691
+ box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.2);
692
+ height: 100%;
693
+ width: 100%;
694
+ }
695
+ .rsssl-grid .rsssl-item .item-container .item-content {
696
+ clear: both;
697
+ margin: 15px;
698
+ height: calc(100% - 100px);
699
+ padding-top: 0px;
700
+ padding-bottom: 10px;
701
+ }
702
+ .rsssl-grid .rsssl-item.no-border .item-container {
703
+ border: none;
704
+ }
705
+ .rsssl-grid .rsssl-item.no-background .item-container {
706
+ background-color: #F1F1F1;
707
+ }
708
+ .rsssl-grid .rsssl-item.muuri-item-placeholder .item-container {
709
+ border-style: dashed;
710
+ padding: 0;
711
+ }
712
+ /*# sourceMappingURL=grid.css.map */
assets/css/grid.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["grid.less"],"names":[],"mappings":"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","file":"grid.css"}
assets/css/grid.less ADDED
@@ -0,0 +1,680 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "variables.less";
2
+
3
+ // Override default WP settings style
4
+ .settings_page_rlrsssl_really_simple_ssl #wpcontent, .settings_page_really-simple-ssl #wpcontent{
5
+ padding: 0;
6
+ .rsssl-footer-item {
7
+ form {
8
+ float:left;
9
+ }
10
+ }
11
+
12
+ .nav-tab {
13
+ padding: 16px 20px 17px 20px;
14
+ margin-bottom:0;
15
+ color: #444;
16
+ font-weight: normal;
17
+ font-size: 1.2em;
18
+ background: inherit;
19
+ border: 0;
20
+ &.nav-tab-active {
21
+ border-bottom: 2px solid @color_open;
22
+ background: #fff;
23
+ padding-bottom:15px;
24
+ }
25
+ }
26
+
27
+ // Responsive menu
28
+ @media screen and (max-width: 800px) {
29
+ .nav-tab-wrapper {
30
+ display: flex;
31
+ flex-wrap: wrap;
32
+ justify-content: center;
33
+ .nav-tab {
34
+ margin-left: 25px;
35
+ }
36
+
37
+ .documentation {
38
+ display: none;
39
+ }
40
+ }
41
+ }
42
+
43
+ @media screen and (max-width: 480px) {
44
+ .nav-tab-wrapper {
45
+
46
+ .nav-tab {
47
+ padding: 22px 3px 10px 3px;
48
+ }
49
+
50
+ .nav-tab-active {
51
+ padding-bottom: 10px;
52
+ }
53
+ }
54
+ }
55
+
56
+ .nav-tab-wrapper {
57
+ min-height: 60px;
58
+ background-color: #fff;
59
+ display: flex;
60
+ align-items: center;
61
+ border: 0;
62
+ }
63
+ .rsssl-logo-container {
64
+ margin-left: 25px;
65
+ #rsssl-logo {
66
+ height: 40px;
67
+ width: 200px;
68
+ img {
69
+ width:200px;
70
+ }
71
+ }
72
+ }
73
+ .header-links {
74
+ display: flex;
75
+ flex: 1;
76
+ justify-content: flex-end;
77
+ flex-direction: row;
78
+ align-items: center;
79
+ margin-right: 20px;
80
+ .documentation {
81
+ text-decoration: underline;
82
+ }
83
+ .header-upsell {
84
+ .documentation {
85
+ margin-left:25px;
86
+ }
87
+ a {
88
+ text-decoration: none;
89
+ }
90
+ .header-upsell-pro {
91
+ color: black;
92
+ border: 3px solid black;
93
+ margin: 10px;
94
+ width: 80px;
95
+ text-align: center;
96
+ padding: 5px;
97
+ border-radius: 20px;
98
+ font-weight: 600;
99
+ }
100
+ }
101
+ }
102
+ }
103
+
104
+ .rsssl-grid {
105
+ .rsssl-gridblock-progress-container {
106
+ background-color:green;
107
+ .rsssl-gridblock-progress {
108
+ height:3px;
109
+ background-color:#cddc39;
110
+ }
111
+ }
112
+ width: calc(100% - 20px);
113
+ margin: @grid_margin;
114
+ position: relative;
115
+ display: flex;
116
+ flex-direction: row;
117
+ flex-wrap: wrap;
118
+
119
+ .button-rsssl-tertiary {
120
+ background-color: #D7263D;
121
+ color: white;
122
+ border:0;
123
+ }
124
+
125
+ .rsssl-wide-button {
126
+ width: 220px;
127
+ }
128
+
129
+
130
+
131
+ .rsssl-item {
132
+ width: @gridblock_width ;
133
+ &.rsssl-small {
134
+ width: @gridblock_width_small;
135
+ }
136
+
137
+ .rsssl-close-warning-x {
138
+ color: #ccc;
139
+ margin-right: 25px;
140
+ margin-top: 15px;
141
+ }
142
+
143
+ height: @gridblock_height + @grid_margin;
144
+ z-index: 1;
145
+ .item-container {
146
+ .form-table {
147
+ display: flex;
148
+ tbody {
149
+ display: flex;
150
+ flex-direction: column;
151
+ flex-wrap: wrap;
152
+ max-height: 340px;
153
+ width: 100% !important;
154
+ tr {
155
+ padding: 0 0 0 0 !important;
156
+ display: flex;
157
+ align-items: center;
158
+ flex-direction: row;
159
+ width: 50%;
160
+
161
+ td {
162
+ padding: 0;
163
+ margin: 0;
164
+ }
165
+ th {
166
+ .dashicons-editor-help {
167
+ font-size: 22px;
168
+ }
169
+ margin-left: 0;
170
+ width: 90%;
171
+ display: flex;
172
+ align-items: center;
173
+ font-size: 13px;
174
+ font-weight: normal;
175
+ .rsssl-tooltip-right {
176
+ padding-right: 10px;
177
+ }
178
+ }
179
+ th, td {
180
+ // Important to override default WP style
181
+ padding: 6px 0 !important;
182
+ font-size:13px;
183
+ p {font-size:13px}
184
+ }
185
+ }
186
+ }
187
+ }
188
+ h2 {
189
+ display: none;
190
+ }
191
+
192
+ background-color: #fff;
193
+ position: relative;
194
+ box-shadow: 0 0 5px 5px @box_shadow_color;
195
+ width: @gridblock_width - @grid_margin;
196
+ height: @gridblock_height;
197
+ .rsssl-save-settings-feedback {
198
+ margin-right:20px;
199
+ color: @color_warning;
200
+ }
201
+ .rsssl-grid-item-header {
202
+ display: flex;
203
+ align-items: center;
204
+ justify-content: space-between;
205
+ height: 60px;
206
+ border-bottom: 1px solid @border_color;
207
+ padding: 0 25px 0 25px;
208
+ .rsssl-instructions a {
209
+ color: @light-text-color;
210
+ }
211
+
212
+
213
+ }
214
+ .rsssl-table-td-main-content {
215
+ padding-left: 15px;
216
+ }
217
+
218
+ .rsssl-grid-item-content {
219
+ height: 360px;
220
+ margin: 10px 25px 10px 25px;
221
+ border-bottom: 1px solid @border_color;
222
+
223
+
224
+
225
+ /*
226
+ Tips and Tricks
227
+ */
228
+ .rsssl-tips-tricks {
229
+ color: @light-text-color;
230
+ padding-bottom: 15px;
231
+ .tips-tricks-content{
232
+ display: flex;
233
+ flex-direction: column;
234
+ margin-right:10px;
235
+ height: 340px;
236
+ .tips-tricks-top {
237
+ flex-grow:1;
238
+
239
+ .rsssl-tips-tricks-element {
240
+ margin-top: 10px;
241
+ margin-bottom: 15px;
242
+ display: flex;
243
+ flex-direction: row;
244
+ justify-content: space-between;
245
+ }
246
+ .rsssl-tips-tricks-content {
247
+ padding-right:20px;
248
+ }
249
+ }
250
+ }
251
+
252
+
253
+ .rsssl-tips-tricks-read-more a {
254
+ text-decoration: none;
255
+ white-space: nowrap;
256
+ }
257
+ }
258
+ // End tips and tricks
259
+
260
+ /*
261
+ Default bullet style
262
+ */
263
+ .rsssl-bullet {
264
+ height: 13px;
265
+ width: 13px;
266
+ border-radius: 50%;
267
+ margin-right: 10px;
268
+ background-color: lightgrey;
269
+ text-decoration: none;
270
+ }
271
+
272
+ /*
273
+ Support forum block
274
+ */
275
+
276
+ #rsssl-support-forums-container {
277
+ display: flex;
278
+ flex-wrap: wrap;
279
+ flex-direction: row;
280
+ .rsssl-support-forums {
281
+ display: flex;
282
+ width: 50%;
283
+ a {
284
+ text-decoration: none;
285
+ color: @light-text-color;
286
+ display: flex;
287
+ align-items: center;
288
+ padding:2px 0;
289
+ }
290
+
291
+ .rsssl-bullet {
292
+ margin: 7px 7px 7px 0;
293
+ background-color: @light-grey;
294
+ float: left;
295
+ &:hover {
296
+ background-color: @color_open;
297
+ }
298
+ }
299
+
300
+ .rsssl-forums-content {
301
+ float: left;
302
+ color: @light-text-color;
303
+ &:hover {
304
+ text-decoration: underline;
305
+ }
306
+ }
307
+ }
308
+ }
309
+
310
+ #rsssl-feedback {
311
+ color: @color_warning;
312
+ }
313
+
314
+ /*
315
+ Other plugins
316
+ */
317
+
318
+ .rsssl-upsell {
319
+ display: flex !important; //we need important here, because the grid switch overrides it on element level
320
+ flex-direction: row;
321
+ padding: 7px 0 7px 0;
322
+ align-items: center;
323
+ color: @light-text-color;
324
+
325
+ .plugin-text {
326
+ a {
327
+ text-decoration: none;
328
+ color: @light-text-color;
329
+ &:hover {
330
+ color: @color_open;
331
+ }
332
+ }
333
+ }
334
+
335
+ .rsp-image {
336
+ margin-right: 5px;
337
+ }
338
+
339
+ .wpsi-red {
340
+ background-color: @color_warning;
341
+ }
342
+ .cmplztc-black {
343
+ background-color:#333;
344
+ }
345
+
346
+ .cmplz-blue {
347
+ background-color: #27ADEA;
348
+ }
349
+
350
+ .zip-pink {
351
+ background-color: #E366A1;
352
+ }
353
+
354
+ .plugin-status {
355
+ margin-left: auto;
356
+ }
357
+ }
358
+
359
+ /*
360
+ Progress labels
361
+ */
362
+ .rsssl-progress-status {
363
+ display: block;
364
+ min-width: 60px;
365
+ text-align: center;
366
+ border-radius: 15px;
367
+ padding: 4px 8px 4px 8px;
368
+ font-size: 0.8em;
369
+ font-weight: 600;
370
+ height: 17px;
371
+ line-height:17px;
372
+ }
373
+
374
+ .rsssl-premium {
375
+ background-color: #29b6f6;
376
+ color: white;
377
+ }
378
+ .rsssl-success {
379
+ background-color: @color-success;
380
+ color: white;
381
+ }
382
+
383
+ .rsssl-open {
384
+ background-color: @color_open;
385
+ }
386
+
387
+ .rsssl-warning {
388
+ background-color: @color_warning;
389
+ color: white;
390
+ }
391
+ }
392
+ .rsssl-grid-item-footer {
393
+ display: flex;
394
+ align-items: center;
395
+ margin: 14px 25px 0 25px;
396
+ height: 40px;
397
+ bottom: 0;
398
+ width: 95%;
399
+ .rsssl-button-save {
400
+ margin-right:25px;
401
+ }
402
+ #rsssl-feedback {
403
+ font-weight: 600;
404
+ color: @color-success;
405
+ padding-left: 10px;
406
+ }
407
+ }
408
+ .rsssl-deactivate-keep-ssl {
409
+ th, span {
410
+ display: none;
411
+ }
412
+ }
413
+ }
414
+ &.half-height {
415
+ height: (@gridblock_height / 2) + @grid_margin;
416
+
417
+ .item-container {
418
+ height: @gridblock_height / 2;
419
+ .rsssl-grid-item-content {
420
+ height: 110px;
421
+ .form-table tbody {
422
+ tr, th {
423
+ width:100%;
424
+ max-width:100%;
425
+ }
426
+ }
427
+ }
428
+ }
429
+ }
430
+
431
+ &.small {
432
+ .item-container {
433
+ width: @gridblock_width_small - @grid_margin;
434
+ th {
435
+ width: 90% !important;
436
+ }
437
+ .form-table tbody tr {
438
+ width: 100%;
439
+ }
440
+ }
441
+ }
442
+ &.no-border {
443
+ .item-container {
444
+ border: none;
445
+ }
446
+ }
447
+ &.no-background {
448
+ .item-container {
449
+ background-color: #f2f2f2;
450
+ }
451
+ }
452
+ }
453
+ /*
454
+ Footers
455
+ */
456
+
457
+ #rsssl-progress-footer, #rsssl-premium-settings-footer {
458
+ width: 100%;
459
+ text-align: right;
460
+ margin-right: @grid_margin;
461
+ .rsssl-footer-item {
462
+ form {
463
+ float:left;
464
+ }
465
+ }
466
+ .rsssl-footer-item +.rsssl-footer-item {
467
+ margin-left:20px;
468
+ padding:4px 0;
469
+ }
470
+
471
+ .footer-left {
472
+ float:left;
473
+ .upsell {
474
+ min-width: 80px;
475
+ text-align: center;
476
+ }
477
+ }
478
+
479
+ .footer-right {
480
+ float:right;
481
+ }
482
+ .hidden {
483
+ display: none;
484
+ }
485
+ }
486
+
487
+ .rsssl-system-status-footer-info {
488
+ margin-right: 20px;
489
+ width: 100%;
490
+ text-align: right;
491
+ .system-status-info {
492
+ margin-left: 6px;
493
+ }
494
+ }
495
+ /*
496
+ Dots
497
+ */
498
+
499
+ .dot {
500
+ height: 10px;
501
+ width: 10px;
502
+ border-radius: 50%;
503
+ display: inline-block;
504
+ }
505
+ .rsssl-dot-success {
506
+ background-color: #61ce70;
507
+ }
508
+ .rsssl-dot-error {
509
+ background-color: #d7263d;
510
+ }
511
+ }
512
+
513
+ .upsell-grid-container {
514
+ .rsssl-secondary-header-item {
515
+ img {
516
+ height: 30px;
517
+ padding-top: 5px;
518
+ }
519
+ }
520
+ }
521
+
522
+ // Code below should be integrated in to the code above.
523
+ .rsssl-grid {
524
+ position: relative;
525
+ .rsssl-item {
526
+ width: calc(100% - 20px);
527
+ padding: 10px;
528
+ height: @gridblock_height;
529
+ min-height: 500px;
530
+ z-index: 1;
531
+ @media only screen and (min-width: @break-xs) {
532
+ width: calc(100% - 20px);
533
+ }
534
+
535
+ @media only screen and (min-width: @break-s) {
536
+ width: calc(100% - 20px);
537
+ }
538
+
539
+ @media only screen and (min-width: @break-m) {
540
+ width: calc(100% - 20px);
541
+ }
542
+
543
+ @media only screen and (min-width: @break-l) {
544
+ width: calc(100% - 20px);
545
+ }
546
+
547
+ @media only screen and (min-width: @break-xl) {
548
+ width: calc(50% - 20px);
549
+ }
550
+
551
+
552
+ &.small {
553
+ width: calc(100% - 20px);
554
+
555
+ @media only screen and (min-width: @break-xs) {
556
+ width: calc(100% - 20px);
557
+ }
558
+
559
+ @media only screen and (min-width: @break-s) {
560
+ width: calc(100% - 20px);
561
+ }
562
+
563
+ @media only screen and (min-width: @break-m) {
564
+ width: calc(50% - 20px);
565
+ }
566
+
567
+ @media only screen and (min-width: @break-l) {
568
+ width: calc(50% - 20px);
569
+ }
570
+
571
+ @media only screen and (min-width: @break-xl) {
572
+ width: calc(25% - 20px);
573
+ }
574
+ .item-container{
575
+ width: 100%;
576
+ min-width: 200px;
577
+ }
578
+
579
+ }
580
+
581
+ &.half-height {
582
+ min-height: 250px;
583
+ @media only screen and (min-width: @break-xs) {
584
+ height: @gridblock_height / 2;
585
+ min-height: 250px;
586
+ }
587
+
588
+ @media only screen and (min-width: @break-s) {
589
+ min-height: 250px;
590
+ height: @gridblock_height / 2;
591
+ }
592
+
593
+ @media only screen and (min-width: @break-m) {
594
+ min-height: 250px;
595
+ height: @gridblock_height / 2;
596
+ }
597
+
598
+ @media only screen and (min-width: @break-l) {
599
+ min-height: 250px;
600
+ height: @gridblock_height / 2;
601
+ }
602
+
603
+ @media only screen and (min-width: @break-xl) {
604
+ min-height: 250px;
605
+ height: @gridblock_height / 2;
606
+ }
607
+
608
+ .item-container {
609
+ width: 100%;
610
+ min-width: 200px;
611
+ min-height: 250px;
612
+ }
613
+ }
614
+ .settings.rsssl-item{
615
+ width: 100%;
616
+ padding: 0;
617
+ }
618
+
619
+ &.muuri-item-hidden {
620
+ z-index: 0;
621
+ }
622
+ &.muuri-item-releasing {
623
+ z-index: 2;
624
+ }
625
+ &.muuri-item-dragging {
626
+ z-index: 3;
627
+ }
628
+ .rsssl-grid-header {
629
+ border-bottom: 1px solid @light-grey;
630
+ padding: 0;
631
+ height: 60px;
632
+ .rsssl-grid-header-container {
633
+ margin: 0 20px;
634
+ height: 100%;
635
+ }
636
+
637
+
638
+ .rsssl-grid-title{
639
+ cursor: pointer;
640
+ font-size: 20px;
641
+ padding: 20px 0;
642
+ font-weight: bold;
643
+ float: left;
644
+ }
645
+ .rsssl-grid-controls {
646
+ float: right;
647
+ margin-top: 20px;
648
+ color: #cecece;
649
+ }
650
+ }
651
+ .item-container {
652
+ background-color: #fff;
653
+ position: relative;
654
+ box-shadow: 0 0 5px 5px rgba(222,222,222,0.2);
655
+ height: 100%;
656
+ width: 100%;
657
+
658
+ .item-content {
659
+ clear:both;
660
+ margin:15px;
661
+ height: calc(100% - 100px);
662
+ padding-top: 0px;
663
+ padding-bottom:10px;
664
+ }
665
+
666
+ }
667
+
668
+ &.no-border {
669
+ .item-container {
670
+ border: none;
671
+ }
672
+ }
673
+
674
+ &.no-background {
675
+ .item-container {
676
+ background-color: #F1F1F1;
677
+ }
678
+ }
679
+ }
680
+ }
assets/css/grid.min.css ADDED
@@ -0,0 +1 @@
 
1
+ .settings_page_really-simple-ssl #wpcontent,.settings_page_rlrsssl_really_simple_ssl #wpcontent{padding:0}.rsssl-grid #rsssl-premium-settings-footer .rsssl-footer-item form,.rsssl-grid #rsssl-progress-footer .rsssl-footer-item form,.settings_page_really-simple-ssl #wpcontent .rsssl-footer-item form,.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-footer-item form{float:left}.settings_page_really-simple-ssl #wpcontent .nav-tab,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab{padding:16px 20px 17px;margin-bottom:0;color:#444;font-weight:400;font-size:1.2em;background:inherit;border:0}.settings_page_really-simple-ssl #wpcontent .nav-tab.nav-tab-active,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab.nav-tab-active{border-bottom:2px solid #fbc43d;background:#fff;padding-bottom:15px}@media screen and (max-width:800px){.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper{display:flex;flex-wrap:wrap;justify-content:center}.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab{margin-left:25px}.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .documentation,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .documentation{display:none}}@media screen and (max-width:480px){.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab{padding:22px 3px 10px}.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper .nav-tab-active,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper .nav-tab-active{padding-bottom:10px}}.settings_page_really-simple-ssl #wpcontent .nav-tab-wrapper,.settings_page_rlrsssl_really_simple_ssl #wpcontent .nav-tab-wrapper{min-height:60px;background-color:#fff;display:flex;align-items:center;border:0}.settings_page_really-simple-ssl #wpcontent .header-links .header-upsell .documentation,.settings_page_really-simple-ssl #wpcontent .rsssl-logo-container,.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell .documentation,.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container{margin-left:25px}.settings_page_really-simple-ssl #wpcontent .rsssl-logo-container #rsssl-logo,.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container #rsssl-logo{height:40px;width:200px}.settings_page_really-simple-ssl #wpcontent .rsssl-logo-container #rsssl-logo img,.settings_page_rlrsssl_really_simple_ssl #wpcontent .rsssl-logo-container #rsssl-logo img{width:200px}.settings_page_really-simple-ssl #wpcontent .header-links,.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links{display:flex;flex:1;justify-content:flex-end;flex-direction:row;align-items:center;margin-right:20px}.settings_page_really-simple-ssl #wpcontent .header-links .documentation,.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .documentation{text-decoration:underline}.settings_page_really-simple-ssl #wpcontent .header-links .header-upsell a,.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell a{text-decoration:none}.settings_page_really-simple-ssl #wpcontent .header-links .header-upsell .header-upsell-pro,.settings_page_rlrsssl_really_simple_ssl #wpcontent .header-links .header-upsell .header-upsell-pro{color:#000;border:3px solid #000;margin:10px;width:80px;text-align:center;padding:5px;border-radius:20px;font-weight:600}.rsssl-grid{width:calc(100% - 20px);margin:10px;display:flex;flex-direction:row;flex-wrap:wrap}.rsssl-grid .button-rsssl-tertiary{background-color:#d7263d;color:#fff;border:0}.rsssl-grid .rsssl-wide-button{width:220px}.rsssl-grid .rsssl-progress .rsssl-task-list{height:257px;overflow:hidden}.rsssl-grid .rsssl-progress .rsssl-toggle-active{text-decoration:underline}.rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl span,.rsssl-grid .rsssl-item .item-container .rsssl-deactivate-keep-ssl th,.rsssl-grid .rsssl-item .item-container h2,.rsssl-grid .rsssl-progress #rsssl-all-tasks,.rsssl-grid .rsssl-progress #rsssl-remaining-tasks{display:none}.rsssl-grid .rsssl-progress .rsssl-tasks-container{border-bottom:1px solid #d3d3d3;color:#d3d3d3}.rsssl-grid .rsssl-progress .rsssl-tasks-container.active{text-decoration:none;border-bottom:0;color:initial}.rsssl-grid .rsssl-progress .rsssl-tasks-inactive{text-decoration:underline;color:#d3d3d3}.rsssl-grid .rsssl-item{width:800px}.rsssl-grid .rsssl-item.small{width:400px}.rsssl-grid .rsssl-item .rsssl-close-warning-x{color:#ccc;margin-right:25px;margin-top:15px}.rsssl-grid .rsssl-item .item-container .form-table{display:flex}.rsssl-grid .rsssl-item .item-container .form-table tbody{display:flex;flex-direction:column;flex-wrap:wrap;max-height:340px;width:100%!important}.rsssl-grid .rsssl-item .item-container .form-table tbody tr{padding:0!important;display:flex;align-items:center;flex-direction:row;width:50%}.rsssl-grid .rsssl-item .item-container .form-table tbody tr td{margin:0}.rsssl-grid .rsssl-item .item-container .form-table tbody tr th{margin-left:0;width:90%;display:flex;align-items:center;font-weight:400}.rsssl-grid .rsssl-item .item-container .form-table tbody tr th .dashicons-editor-help{font-size:22px}.rsssl-grid .rsssl-item .item-container .form-table tbody tr th .rsssl-tooltip-right{padding-right:10px}.rsssl-grid .rsssl-item .item-container .form-table tbody tr td,.rsssl-grid .rsssl-item .item-container .form-table tbody tr th{padding:6px 0!important;font-size:13px}.rsssl-grid .rsssl-item .item-container .form-table tbody tr td p,.rsssl-grid .rsssl-item .item-container .form-table tbody tr th p{font-size:13px}.rsssl-grid .rsssl-item .item-container .rsssl-save-settings-feedback{margin-right:20px;color:#d7263d}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header{display:flex;align-items:center;justify-content:space-between;height:60px;border-bottom:1px solid #dedede;padding:0 25px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-instructions a{color:#3c3c3c}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item{display:flex;color:#3c3c3c}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .all-task-count,.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .open-task-count{padding-left:3px;padding-top:3px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-header .rsssl-secondary-header-item .all-task-count{margin-right:5px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table td+td,.rsssl-grid .rsssl-item .item-container .rsssl-table-td-main-content{padding-left:15px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content{height:360px;margin:10px 25px;border-bottom:1px solid #dedede}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block{padding-top:10px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-bar-container{margin:0 0 25px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress .bar{height:100%;background-color:#61ce70}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet:hover,.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress .bar.orange{background-color:#fbc43d}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text{display:flex;align-items:center;margin:10px 0;padding-top:10px;padding-bottom:10px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text{margin-left:35px;font-size:18px;font-weight:600}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .progress-text .rsssl-progress-text a{margin-left:3px}.rsssl-grid,.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table tr{position:relative}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-block .rsssl-progress-table td{padding:10px 10px 10px 0}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks{color:#3c3c3c;padding-bottom:15px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content{display:flex;flex-direction:column;margin-right:10px;height:340px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top{flex-grow:1}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top .rsssl-tips-tricks-element{margin-top:10px;margin-bottom:15px;display:flex;flex-direction:row;justify-content:space-between}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .tips-tricks-content .tips-tricks-top .rsssl-tips-tricks-content{padding-right:20px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-tips-tricks .rsssl-tips-tricks-read-more a{text-decoration:none;white-space:nowrap}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-bullet{height:13px;width:13px;border-radius:50%;margin-right:10px;background-color:#d3d3d3;text-decoration:none}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container{display:flex;flex-wrap:wrap;flex-direction:row}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums{display:flex;width:50%}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums a{text-decoration:none;color:#3c3c3c;display:flex;align-items:center;padding:2px 0}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-bullet{margin:7px 7px 7px 0;background-color:#d3d3d3;float:left}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content{float:left;color:#3c3c3c}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-support-forums-container .rsssl-support-forums .rsssl-forums-content:hover{text-decoration:underline}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content #rsssl-feedback{color:#d7263d}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell{display:flex!important;flex-direction:row;padding:7px 0;align-items:center;color:#3c3c3c}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-text a{text-decoration:none;color:#3c3c3c}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-text a:hover{color:#fbc43d}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .rsp-image{margin-right:5px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .wpsi-red{background-color:#d7263d}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .cmplztc-black{background-color:#333}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .cmplz-blue{background-color:#27adea}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .zip-pink{background-color:#e366a1}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-upsell .plugin-status{margin-left:auto}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-progress-status{display:block;min-width:60px;text-align:center;border-radius:15px;padding:4px 8px;font-size:.8em;font-weight:600;height:17px;line-height:17px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-premium{background-color:#29b6f6;color:#fff}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-success{background-color:#61ce70;color:#fff}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-open{background-color:#fbc43d}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-content .rsssl-warning{background-color:#d7263d;color:#fff}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer{display:flex;align-items:center;margin:14px 25px 0;height:40px;bottom:0;width:95%}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer .rsssl-button-save{margin-right:25px}.rsssl-grid .rsssl-item .item-container .rsssl-grid-item-footer #rsssl-feedback{font-weight:600;color:#61ce70;padding-left:10px}.rsssl-grid .rsssl-item.half-height{height:247.5px}.rsssl-grid .rsssl-item.half-height .item-container{height:475px/2}.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content{height:110px}.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content .form-table tbody th,.rsssl-grid .rsssl-item.half-height .item-container .rsssl-grid-item-content .form-table tbody tr{width:100%;max-width:100%}.rsssl-grid .rsssl-item.small .item-container th{width:90%!important}.rsssl-grid .rsssl-item.small .item-container .form-table tbody tr{width:100%}.rsssl-grid #rsssl-premium-settings-footer,.rsssl-grid #rsssl-progress-footer{width:100%;text-align:right;margin-right:10px}.rsssl-grid #rsssl-premium-settings-footer .rsssl-footer-item+.rsssl-footer-item,.rsssl-grid #rsssl-progress-footer .rsssl-footer-item+.rsssl-footer-item{margin-left:20px;padding:4px 0}.rsssl-grid #rsssl-premium-settings-footer .footer-left,.rsssl-grid #rsssl-progress-footer .footer-left{float:left}.rsssl-grid #rsssl-premium-settings-footer .footer-left .upsell,.rsssl-grid #rsssl-progress-footer .footer-left .upsell{min-width:80px;text-align:center}.rsssl-grid #rsssl-premium-settings-footer .footer-right,.rsssl-grid #rsssl-progress-footer .footer-right{float:right}.rsssl-grid #rsssl-premium-settings-footer .hidden,.rsssl-grid #rsssl-progress-footer .hidden{display:none}.rsssl-grid .rsssl-system-status-footer-info{margin-right:20px;width:100%;text-align:right}.rsssl-grid .rsssl-system-status-footer-info .system-status-info{margin-left:6px}.rsssl-grid .dot{height:10px;width:10px;border-radius:50%;display:inline-block}.rsssl-grid .rsssl-dot-success{background-color:#61ce70}.rsssl-grid .rsssl-dot-error{background-color:#d7263d}.upsell-grid-container .rsssl-secondary-header-item img{height:30px;padding-top:5px}.rsssl-grid .rsssl-item{width:calc(100% - 20px);padding:10px;height:475px;min-height:500px;z-index:1}@media only screen and (min-width:400px){.rsssl-grid .rsssl-item{width:calc(100% - 20px)}}@media only screen and (min-width:600px){.rsssl-grid .rsssl-item{width:calc(100% - 20px)}}@media only screen and (min-width:768px){.rsssl-grid .rsssl-item{width:calc(100% - 20px)}}@media only screen and (min-width:992px){.rsssl-grid .rsssl-item{width:calc(100% - 20px)}}@media only screen and (min-width:1555px){.rsssl-grid .rsssl-item{width:calc(50% - 20px)}}.rsssl-grid .rsssl-item.small{width:calc(100% - 20px)}@media only screen and (min-width:400px){.rsssl-grid .rsssl-item.small{width:calc(100% - 20px)}}@media only screen and (min-width:600px){.rsssl-grid .rsssl-item.small{width:calc(100% - 20px)}}@media only screen and (min-width:768px){.rsssl-grid .rsssl-item.small{width:calc(50% - 20px)}}@media only screen and (min-width:992px){.rsssl-grid .rsssl-item.small{width:calc(50% - 20px)}}@media only screen and (min-width:1555px){.rsssl-grid .rsssl-item.small{width:calc(25% - 20px)}}.rsssl-grid .rsssl-item.small .item-container{width:100%;min-width:200px}.rsssl-grid .rsssl-item.half-height{min-height:250px}@media only screen and (min-width:400px){.rsssl-grid .rsssl-item.half-height{height:475px/2;min-height:250px}}@media only screen and (min-width:600px){.rsssl-grid .rsssl-item.half-height{min-height:250px;height:475px/2}}@media only screen and (min-width:768px){.rsssl-grid .rsssl-item.half-height{min-height:250px;height:475px/2}}@media only screen and (min-width:992px){.rsssl-grid .rsssl-item.half-height{min-height:250px;height:475px/2}}@media only screen and (min-width:1555px){.rsssl-grid .rsssl-item.half-height{min-height:250px;height:475px/2}}.rsssl-grid .rsssl-item.half-height .item-container{width:100%;min-width:200px;min-height:250px}.rsssl-grid .rsssl-item .settings.rsssl-item{width:100%;padding:0}.rsssl-grid .rsssl-item.muuri-item-hidden{z-index:0}.rsssl-grid .rsssl-item.muuri-item-releasing{z-index:2}.rsssl-grid .rsssl-item.muuri-item-dragging{z-index:3}.rsssl-grid .rsssl-item .rsssl-grid-header{border-bottom:1px solid #d3d3d3;padding:0;height:60px}.rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-header-container{margin:0 20px;height:100%}.rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-title{cursor:pointer;font-size:20px;padding:20px 0;font-weight:700;float:left}.rsssl-grid .rsssl-item .rsssl-grid-header .rsssl-grid-controls{float:right;margin-top:20px;color:#cecece}.rsssl-grid .rsssl-item .item-container{background-color:#fff;position:relative;box-shadow:0 0 5px 5px rgba(222,222,222,.2);height:100%;width:100%}.rsssl-grid .rsssl-item .item-container .item-content{clear:both;margin:15px;height:calc(100% - 100px);padding-top:0;padding-bottom:10px}.rsssl-grid .rsssl-item.no-border .item-container{border:0}.rsssl-grid .rsssl-item.no-background .item-container{background-color:#f1f1f1}.rsssl-grid .rsssl-item.muuri-item-placeholder .item-container{border-style:dashed;padding:0}
assets/css/progress.css ADDED
@@ -0,0 +1,135 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /**move to css variables in time */
2
+ :root {
3
+ --rsp-break-xs: 400px;
4
+ --rsp-break-s: 576px;
5
+ --rsp-break-m: 768px;
6
+ --rsp-break-l: 992px;
7
+ --rsp-break-xl: 1200px;
8
+ --rsp-break-xxl: 1400px;
9
+ --rsp-spacing-xs: 10px;
10
+ --rsp-spacing-s: 15px;
11
+ --rsp-spacing-m: 20px;
12
+ --rsp-spacing-l: 30px;
13
+ --rsp-spacing-xl: 40px;
14
+ --rsp-grid-margin: var(--rsp-spacing-xs);
15
+ --rsp-grid-gap: var(--rsp-spacing-m);
16
+ --rsp-border-radius: 12px;
17
+ --rsp-border: 1px solid var(--rsp-border-color);
18
+ --rsp-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
19
+ --rsp-border-color: #dfdfdf;
20
+ --rsp-black: #333;
21
+ --rsp-white: #fff;
22
+ --rsp-yellow: #f4bf3e;
23
+ --rsp-blue: #29b6f6;
24
+ --rsp-dark-blue: #5A6FA5;
25
+ --rsp-green: #2e8a37;
26
+ --rsp-red: #D7263D;
27
+ --rsp-pink: #E35899;
28
+ --rsp-orange: #f39c12;
29
+ --rsp-yellow-faded: rgba(244, 191, 62, 0.1);
30
+ --rsp-blue-faded: rgba(41, 182, 246, 0.1);
31
+ --rsp-dark-blue-faded: rgba(41, 182, 246, 0.1);
32
+ --rsp-green-faded: rgba(46, 138, 55, 0.1);
33
+ --rsp-red-faded: rgba(215, 38, 61, 0.1);
34
+ --rsp-pink-faded: rgba(227, 88, 153, 0.1);
35
+ --rsp-orange-faded: rgba(243, 156, 18, 0.1);
36
+ --rsp-background-block-color: var(--rsp-white);
37
+ --rsp-background-color: #f0f0f1;
38
+ --rsp-input-background-color: #F1F1F1;
39
+ --rsp-input-text-color: var(--rsp-text-color);
40
+ --rsp-input-border-color: #8c8f94;
41
+ --rsp-text-color: rgba(26, 26, 26, 0.9);
42
+ --rsp-text-color-invert: rgba(255, 255, 255, 0.9);
43
+ --rsp-text-color-white: rgba(255, 255, 255, 0.9);
44
+ --rsp-text-color-light: rgba(69, 69, 82, 0.9);
45
+ --rsp-grey-200: #fafafa;
46
+ --rsp-grey-300: #ededed;
47
+ --rsp-grey-400: #c6c6c6;
48
+ --rsp-grey-500: #737373;
49
+ --rsp-grey-600: #696969;
50
+ --rsp-color-success: var(--rsp-green);
51
+ --rsp-color-error: var(--rsp-red);
52
+ --rsp-color-warning: var(--rsp-orange);
53
+ --rsp-color-open: var(--rsp-yellow);
54
+ --rsp-fs-100: 0.6125rem;
55
+ --rsp-fs-200: 0.625rem;
56
+ --rsp-fs-300: 0.8125rem;
57
+ --rsp-fs-400: 0.875rem;
58
+ --rsp-fs-500: 1rem;
59
+ --rsp-fs-600: 1.125rem;
60
+ --rsp-fs-700: 1.25rem;
61
+ --rsp-fs-800: 1.5rem;
62
+ --rsp-fs-900: 2.5rem;
63
+ --rsp-brand-primary: var(--rsp-green);
64
+ --rsp-brand-secondary: var(--rsp-yellow);
65
+ --rsp-brand-primary-faded: var(--rsp-green-faded);
66
+ }
67
+ .rsssl-progress-block {
68
+ padding-top: 10px;
69
+ }
70
+ .rsssl-progress-block .rsssl-progress {
71
+ overflow: hidden;
72
+ height: 20px;
73
+ border-radius: 5px;
74
+ background-color: #f7f7f7;
75
+ }
76
+ .rsssl-progress-block .rsssl-progress .rsssl-bar {
77
+ height: 100%;
78
+ background-color: #61ce70;
79
+ }
80
+ .rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange {
81
+ background-color: #FBC43D;
82
+ }
83
+ .rsssl-progress-block .rsssl-progress-text {
84
+ display: flex;
85
+ align-items: center;
86
+ margin: 10px 0;
87
+ padding-top: 10px;
88
+ padding-bottom: 10px;
89
+ }
90
+ .rsssl-progress-block .rsssl-progress-text .rsssl-task-list {
91
+ height: 257px;
92
+ overflow: hidden;
93
+ }
94
+ .rsssl-progress-block .rsssl-progress-text .rsssl-toggle-active {
95
+ text-decoration: underline;
96
+ }
97
+ .rsssl-progress-block .rsssl-progress-text #rsssl-all-tasks,
98
+ .rsssl-progress-block .rsssl-progress-text #rsssl-remaining-tasks {
99
+ display: none;
100
+ }
101
+ .rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container {
102
+ border-bottom: 1px solid lightgrey;
103
+ color: lightgrey;
104
+ }
105
+ .rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container.active {
106
+ text-decoration: none;
107
+ border-bottom: 0;
108
+ color: initial;
109
+ }
110
+ .rsssl-progress-block .rsssl-progress-text .rsssl-tasks-inactive {
111
+ text-decoration: underline;
112
+ color: lightgrey;
113
+ }
114
+ .rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage {
115
+ font-size: 32px;
116
+ font-weight: 700;
117
+ }
118
+ .rsssl-progress-block .rsssl-progress-text .rsssl-progress-text {
119
+ margin-left: 35px;
120
+ font-size: 18px;
121
+ font-weight: 600;
122
+ }
123
+ .rsssl-progress-block .rsssl-progress-text .rsssl-progress-text a {
124
+ margin-left: 3px;
125
+ }
126
+ .rsssl-progress-block .rsssl-progress-table tr {
127
+ position: relative;
128
+ }
129
+ .rsssl-progress-block .rsssl-progress-table td {
130
+ padding: 10px 10px 10px 0;
131
+ }
132
+ .rsssl-progress-block .rsssl-progress-table td + td {
133
+ padding-left: 15px;
134
+ }
135
+ /*# sourceMappingURL=progress.css.map */
assets/css/progress.css.map ADDED
@@ -0,0 +1 @@
 
1
+ {"version":3,"sources":["variables.less","progress.less"],"names":[],"mappings":";AA2DA;EAEE,qBAAA;EACA,oBAAA;EACA,oBAAA;EACA,oBAAA;EACA,sBAAA;EACA,uBAAA;EAGA,sBAAA;EACA,qBAAA;EACA,qBAAA;EACA,qBAAA;EACA,sBAAA;EAGA,mBAAmB,qBAAnB;EACA,gBAAgB,oBAAhB;EAGA,yBAAA;EACA,wBAAwB,uBAAxB;EACA,2FAAA;EACA,2BAAA;EAGA,iBAAA;EACA,iBAAA;EACA,qBAAA;EACA,mBAAA;EACA,wBAAA;EACA,oBAAA;EACA,kBAAA;EACA,mBAAA;EACA,qBAAA;EAEA,2CAAA;EACA,yCAAA;EACA,8CAAA;EACA,yCAAA;EACA,uCAAA;EACA,yCAAA;EACA,2CAAA;EAEA,8BAA8B,gBAA9B;EACA,+BAAA;EAGA,qCAAA;EACA,wBAAwB,qBAAxB;EACA,iCAAA;EAEA,uCAAA;EACA,iDAAA;EACA,gDAAA;EACA,6CAAA;EAEA,uBAAA;EACA,uBAAA;EACA,uBAAA;EACA,uBAAA;EACA,uBAAA;EAGA,qBAAqB,gBAArB;EACA,mBAAmB,cAAnB;EACA,qBAAqB,iBAArB;EACA,kBAAkB,iBAAlB;EAGA,uBAAA;EACA,sBAAA;EACA,uBAAA;EACA,sBAAA;EACA,kBAAA;EACA,sBAAA;EACA,qBAAA;EACA,oBAAA;EACA,oBAAA;EAGA,qBAAqB,gBAArB;EACA,uBAAuB,iBAAvB;EACA,2BAA2B,sBAA3B;;AC7IF;EACE,iBAAA;;AADF,qBAEE;EACE,gBAAA;EACA,YAAA;EACA,kBAAA;EACA,yBAAA;;AANJ,qBAEE,gBAKE;EACE,YAAA;EACA,yBAAA;;AACA,qBARJ,gBAKE,WAGG;EACC,yBAAA;;AAXR,qBAgBE;EACE,aAAA;EACA,mBAAA;EACA,cAAA;EACA,iBAAA;EACA,oBAAA;;AArBJ,qBAgBE,qBAOE;EACE,aAAA;EACA,gBAAA;;AAzBN,qBAgBE,qBAYE;EACE,0BAAA;;AA7BN,qBAgBE,qBAgBE;AAhCJ,qBAgBE,qBAgBoB;EAChB,aAAA;;AAjCN,qBAgBE,qBAoBE;EACE,kCAAA;EACA,gBAAA;;AACA,qBAvBJ,qBAoBE,uBAGG;EACC,qBAAA;EACA,gBAAA;EACA,cAAA;;AA1CR,qBAgBE,qBA+BE;EACE,0BAAA;EACA,gBAAA;;AAjDN,qBAgBE,qBAoCE;EACE,eAAA;EACA,gBAAA;;AAtDN,qBAgBE,qBAyCE;EACE,iBAAA;EACA,eAAA;EACA,gBAAA;;AA5DN,qBAgBE,qBAyCE,qBAIE;EACE,gBAAA;;AA9DR,qBAmEE,sBACE;EACE,kBAAA;;AArEN,qBAmEE,sBAIE;EACE,yBAAA;;AAxEN,qBAmEE,sBAOE,GAAG;EAAK,kBAAA","file":"progress.css"}
assets/css/progress.less ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "variables.less";
2
+
3
+ .rsssl-progress-block {
4
+ padding-top: 10px;
5
+ .rsssl-progress {
6
+ overflow: hidden;
7
+ height: 20px;
8
+ border-radius: 5px;
9
+ background-color: #f7f7f7;
10
+ .rsssl-bar {
11
+ height: 100%;
12
+ background-color: @color-success;
13
+ &.rsssl-orange {
14
+ background-color: @color_open;
15
+ }
16
+ }
17
+ }
18
+
19
+ .rsssl-progress-text {
20
+ display: flex;
21
+ align-items: center;
22
+ margin: 10px 0;
23
+ padding-top: 10px;
24
+ padding-bottom: 10px;
25
+
26
+ .rsssl-progress-percentage {
27
+ font-size: 32px;
28
+ font-weight: 700;
29
+ }
30
+
31
+ .rsssl-progress-text {
32
+ margin-left: 35px;
33
+ font-size:18px;
34
+ font-weight:600;
35
+ a {
36
+ margin-left: 3px;
37
+ }
38
+ }
39
+ }
40
+ }
41
+
42
+
43
+ .rsssl-header-html {
44
+ display: flex;
45
+ color: @light-text-color;
46
+ .rsssl-toggle-active {
47
+ text-decoration: underline;
48
+ }
49
+ }
50
+
51
+ .rsssl-task-control-container {
52
+ display:flex;
53
+ label {
54
+ margin:0 5px;
55
+ border-bottom:1px solid lightgrey;
56
+ color: lightgrey;
57
+ }
58
+ &.rsssl-active-filter-remaining .rsssl-remaining-tasks label {
59
+ text-decoration: none;
60
+ border-bottom:0;
61
+ color:initial;
62
+ }
63
+ &.rsssl-active-filter-all .rsssl-all-tasks label {
64
+ text-decoration: none;
65
+ border-bottom:0;
66
+ color:initial;
67
+ }
68
+ }
69
+ /**
70
+ * Task element, list of tasks
71
+ */
72
+
73
+ .rsssl-task-element {
74
+ display: flex;
75
+ align-items: center;
76
+ justify-content: center;
77
+ gap: var(--rsp-spacing-m);
78
+ padding-bottom: var(--rsp-spacing-s);
79
+ .rsssl-task-message {
80
+ flex:1;
81
+ }
82
+ .rsssl-task-dismiss {
83
+ button {
84
+ all:initial; //remove default button styles
85
+ }
86
+ span {
87
+ font-size: 1.5em;
88
+ color: black;
89
+ font-family: sans-serif;
90
+ &:hover {
91
+ cursor: pointer;
92
+ color: grey;
93
+ }
94
+ svg {
95
+ height: 12px;
96
+ width: 12px;
97
+ }
98
+ }
99
+ }
100
+ }
101
+
assets/css/progress.min.css ADDED
@@ -0,0 +1 @@
 
1
+ :root{--rsp-break-xs:400px;--rsp-break-s:576px;--rsp-break-m:768px;--rsp-break-l:992px;--rsp-break-xl:1200px;--rsp-break-xxl:1400px;--rsp-spacing-xs:10px;--rsp-spacing-s:15px;--rsp-spacing-m:20px;--rsp-spacing-l:30px;--rsp-spacing-xl:40px;--rsp-grid-margin:var(--rsp-spacing-xs);--rsp-grid-gap:var(--rsp-spacing-m);--rsp-border-radius:12px;--rsp-border:1px solid var(--rsp-border-color);--rsp-box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;--rsp-border-color:#dfdfdf;--rsp-black:#333;--rsp-white:#fff;--rsp-yellow:#f4bf3e;--rsp-blue:#29b6f6;--rsp-dark-blue:#5A6FA5;--rsp-green:#2e8a37;--rsp-red:#D7263D;--rsp-pink:#E35899;--rsp-orange:#f39c12;--rsp-yellow-faded:rgba(244, 191, 62, 0.1);--rsp-blue-faded:rgba(41, 182, 246, 0.1);--rsp-dark-blue-faded:rgba(41, 182, 246, 0.1);--rsp-green-faded:rgba(46, 138, 55, 0.1);--rsp-red-faded:rgba(215, 38, 61, 0.1);--rsp-pink-faded:rgba(227, 88, 153, 0.1);--rsp-orange-faded:rgba(243, 156, 18, 0.1);--rsp-background-block-color:var(--rsp-white);--rsp-background-color:#f0f0f1;--rsp-input-background-color:#F1F1F1;--rsp-input-text-color:var(--rsp-text-color);--rsp-input-border-color:#8c8f94;--rsp-text-color:rgba(26, 26, 26, 0.9);--rsp-text-color-invert:rgba(255, 255, 255, 0.9);--rsp-text-color-white:rgba(255, 255, 255, 0.9);--rsp-text-color-light:rgba(69, 69, 82, 0.9);--rsp-grey-200:#fafafa;--rsp-grey-300:#ededed;--rsp-grey-400:#c6c6c6;--rsp-grey-500:#737373;--rsp-grey-600:#696969;--rsp-color-success:var(--rsp-green);--rsp-color-error:var(--rsp-red);--rsp-color-warning:var(--rsp-orange);--rsp-color-open:var(--rsp-yellow);--rsp-fs-100:0.6125rem;--rsp-fs-200:0.625rem;--rsp-fs-300:0.8125rem;--rsp-fs-400:0.875rem;--rsp-fs-500:1rem;--rsp-fs-600:1.125rem;--rsp-fs-700:1.25rem;--rsp-fs-800:1.5rem;--rsp-fs-900:2.5rem;--rsp-brand-primary:var(--rsp-green);--rsp-brand-secondary:var(--rsp-yellow);--rsp-brand-primary-faded:var(--rsp-green-faded)}.rsssl-progress-block{padding-top:10px}.rsssl-progress-block .rsssl-progress{overflow:hidden;height:20px;border-radius:5px;background-color:#f7f7f7}.rsssl-progress-block .rsssl-progress .rsssl-bar{height:100%;background-color:#61ce70}.rsssl-progress-block .rsssl-progress .rsssl-bar.rsssl-orange{background-color:#fbc43d}.rsssl-progress-block .rsssl-progress-text{display:flex;align-items:center;margin:10px 0;padding-top:10px;padding-bottom:10px}.rsssl-progress-block .rsssl-progress-text .rsssl-task-list{height:257px;overflow:hidden}.rsssl-progress-block .rsssl-progress-text .rsssl-toggle-active{text-decoration:underline}.rsssl-progress-block .rsssl-progress-text #rsssl-all-tasks,.rsssl-progress-block .rsssl-progress-text #rsssl-remaining-tasks{display:none}.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container{border-bottom:1px solid #d3d3d3;color:#d3d3d3}.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-container.active{text-decoration:none;border-bottom:0;color:initial}.rsssl-progress-block .rsssl-progress-text .rsssl-tasks-inactive{text-decoration:underline;color:#d3d3d3}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-percentage{font-size:32px;font-weight:700}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text{margin-left:35px;font-size:18px;font-weight:600}.rsssl-progress-block .rsssl-progress-text .rsssl-progress-text a{margin-left:3px}.rsssl-progress-block .rsssl-progress-table tr{position:relative}.rsssl-progress-block .rsssl-progress-table td{padding:10px 10px 10px 0}.rsssl-progress-block .rsssl-progress-table td+td{padding-left:15px}
assets/css/tooltips.less ADDED
@@ -0,0 +1,210 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /* rsssl-rsssl-tooltip for settings page */
2
+ /* Base styles for the element that has a rsssl-tooltip */
3
+ [data-rsssl-tooltip],
4
+ .rsssl-tooltip {
5
+ position: relative;
6
+ cursor: pointer;
7
+ }
8
+
9
+ /* Base styles for the entire tooltip */
10
+ [data-rsssl-tooltip]:before,
11
+ [data-rsssl-tooltip]:after,
12
+ .rsssl-tooltip:before,
13
+ .rsssl-tooltip:after {
14
+ position: absolute;
15
+ visibility: hidden;
16
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
17
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
18
+ opacity: 0;
19
+ -webkit-transition:
20
+ opacity 0.2s ease-in-out,
21
+ visibility 0.2s ease-in-out,
22
+ -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
23
+ -moz-transition:
24
+ opacity 0.2s ease-in-out,
25
+ visibility 0.2s ease-in-out,
26
+ -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
27
+ transition:
28
+ opacity 0.2s ease-in-out,
29
+ visibility 0.2s ease-in-out,
30
+ transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
31
+ -webkit-transform: translate3d(0, 0, 0);
32
+ -moz-transform: translate3d(0, 0, 0);
33
+ transform: translate3d(0, 0, 0);
34
+ pointer-events: none;
35
+ }
36
+
37
+ /* Show the entire rsssl-tooltip on hover and focus */
38
+ [data-rsssl-tooltip]:hover:before,
39
+ [data-rsssl-tooltip]:hover:after,
40
+ [data-rsssl-tooltip]:focus:before,
41
+ [data-rsssl-tooltip]:focus:after,
42
+ .rsssl-tooltip:hover:before,
43
+ .rsssl-tooltip:hover:after,
44
+ .rsssl-tooltip:focus:before,
45
+ .rsssl-tooltip:focus:after {
46
+ visibility: visible;
47
+ -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
48
+ filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
49
+ opacity: 1;
50
+ }
51
+
52
+ /* Base styles for the rsssl-tooltip's directional arrow */
53
+ .rsssl-tooltip:before,
54
+ [data-rsssl-tooltip]:before {
55
+ z-index: 1001;
56
+ border: 6px solid transparent;
57
+ background: transparent;
58
+ content: "";
59
+ }
60
+
61
+ /* Base styles for the rsssl-tooltip's content area */
62
+ .rsssl-tooltip:after,
63
+ [data-rsssl-tooltip]:after {
64
+ z-index: 1000;
65
+ padding: 8px;
66
+ width: 220px;
67
+ background-color: #000;
68
+ background-color: hsla(0, 0%, 20%, 0.9);
69
+ color: #fff;
70
+ content: attr(data-rsssl-tooltip);
71
+ font-size: 14px;
72
+ line-height: 1.2;
73
+ }
74
+
75
+ /* Directions */
76
+
77
+ /* Top (default) */
78
+ .rsssl-tooltip-right {
79
+ font-weight:normal;
80
+ }
81
+ [data-rsssl-tooltip]:before,
82
+ [data-rsssl-tooltip]:after,
83
+ .rsssl-tooltip:before,
84
+ .rsssl-tooltip:after,
85
+ .rsssl-tooltip-top:before,
86
+ .rsssl-tooltip-top:after {
87
+ bottom: 100%;
88
+ left: 50%;
89
+ }
90
+
91
+ [data-rsssl-tooltip]:before,
92
+ .rsssl-tooltip:before,
93
+ .rsssl-tooltip-top:before {
94
+ margin-left: -6px;
95
+ margin-bottom: -12px;
96
+ border-top-color: #000;
97
+ border-top-color: hsla(0, 0%, 20%, 0.9);
98
+ }
99
+
100
+ /* Horizontally align top/bottom rsssl-tooltips */
101
+ [data-rsssl-tooltip]:after,
102
+ .rsssl-tooltip:after,
103
+ .rsssl-tooltip-top:after {
104
+ margin-left: -80px;
105
+ }
106
+
107
+ [data-rsssl-tooltip]:hover:before,
108
+ [data-rsssl-tooltip]:hover:after,
109
+ [data-rsssl-tooltip]:focus:before,
110
+ [data-rsssl-tooltip]:focus:after,
111
+ .rsssl-tooltip:hover:before,
112
+ .rsssl-tooltip:hover:after,
113
+ .rsssl-tooltip:focus:before,
114
+ .rsssl-tooltip:focus:after,
115
+ .rsssl-tooltip-top:hover:before,
116
+ .rsssl-tooltip-top:hover:after,
117
+ .rsssl-tooltip-top:focus:before,
118
+ .rsssl-tooltip-top:focus:after {
119
+ -webkit-transform: translateY(-12px);
120
+ -moz-transform: translateY(-12px);
121
+ transform: translateY(-12px);
122
+ }
123
+
124
+ /* Left */
125
+ .rsssl-tooltip-left:before,
126
+ .rsssl-tooltip-left:after {
127
+ right: 100%;
128
+ /*bottom: 50%;*/
129
+ left: auto;
130
+ }
131
+
132
+ .rsssl-tooltip-left:before {
133
+ margin-left: 0;
134
+ margin-right: -12px;
135
+ margin-bottom: 0;
136
+ border-top-color: transparent;
137
+ border-left-color: #000;
138
+ border-left-color: hsla(0, 0%, 20%, 0.9);
139
+ }
140
+
141
+ .rsssl-tooltip-left:hover:before,
142
+ .rsssl-tooltip-left:hover:after,
143
+ .rsssl-tooltip-left:focus:before,
144
+ .rsssl-tooltip-left:focus:after {
145
+ -webkit-transform: translateX(-12px);
146
+ -moz-transform: translateX(-12px);
147
+ transform: translateX(-12px);
148
+ }
149
+
150
+ /* Bottom */
151
+ .rsssl-tooltip-bottom:before,
152
+ .rsssl-tooltip-bottom:after {
153
+ top: 100%;
154
+ bottom: auto;
155
+ left: 50%;
156
+ }
157
+
158
+ .rsssl-tooltip-bottom:before {
159
+ margin-top: -12px;
160
+ margin-bottom: 0;
161
+ border-top-color: transparent;
162
+ border-bottom-color: #000;
163
+ border-bottom-color: hsla(0, 0%, 20%, 0.9);
164
+ }
165
+
166
+ .rsssl-tooltip-bottom:hover:before,
167
+ .rsssl-tooltip-bottom:hover:after,
168
+ .rsssl-tooltip-bottom:focus:before,
169
+ .rsssl-tooltip-bottom:focus:after {
170
+ -webkit-transform: translateY(12px);
171
+ -moz-transform: translateY(12px);
172
+ transform: translateY(12px);
173
+ }
174
+
175
+ /* Right */
176
+ .rsssl-tooltip-right:before,
177
+ .rsssl-tooltip-right:after {
178
+ bottom: 50%;
179
+ left: 100%;
180
+ }
181
+
182
+ .rsssl-tooltip-right:before {
183
+ margin-bottom: 0;
184
+ margin-left: -12px;
185
+ border-top-color: transparent;
186
+ border-right-color: #000;
187
+ border-right-color: hsla(0, 0%, 20%, 0.9);
188
+ }
189
+
190
+ .rsssl-tooltip-right:hover:before,
191
+ .rsssl-tooltip-right:hover:after,
192
+ .rsssl-tooltip-right:focus:before,
193
+ .rsssl-tooltip-right:focus:after {
194
+ -webkit-transform: translateX(12px);
195
+ -moz-transform: translateX(12px);
196
+ transform: translateX(12px);
197
+ }
198
+
199
+ /* Move directional arrows down a bit for left/right rsssl-tooltips */
200
+ .rsssl-tooltip-left:before,
201
+ .rsssl-tooltip-right:before {
202
+ top: 3px;
203
+ }
204
+
205
+ /* Vertically center rsssl-tooltip content for left/right rsssl-tooltips */
206
+ .rsssl-tooltip-left:after,
207
+ .rsssl-tooltip-right:after {
208
+ margin-left: 0;
209
+ margin-bottom: -25px;
210
+ }
class-admin.php CHANGED
@@ -15,7 +15,7 @@ class rsssl_admin extends rsssl_front_end
15
  public $ssl_enabled = FALSE;
16
 
17
  //multisite variables
18
- public $sites = Array(); //for multisite, list of all activated sites.
19
 
20
  //general settings
21
  public $capability = 'activate_plugins';
@@ -236,9 +236,8 @@ class rsssl_admin extends rsssl_front_end
236
 
237
  //when configuration should run again
238
  if ($this->clicked_activate_ssl() || !$this->ssl_enabled || !$this->site_has_ssl || $is_on_settings_page || is_network_admin() || defined('RSSSL_DOING_SYSTEM_STATUS') ) {
239
- if (is_multisite()) $this->build_domain_list();//has to come after clicked_activate_ssl, otherwise this domain won't get counted.
240
  $this->detect_configuration();
241
-
242
  //flush caches when just activated ssl
243
  //flush the permalinks
244
  if ($this->clicked_activate_ssl()) {
@@ -998,54 +997,46 @@ class rsssl_admin extends rsssl_front_end
998
 
999
  }
1000
 
1001
- /**
1002
- * Creates an array of all domains where the plugin is active AND SSL is active, only used for multisite.
1003
- *
1004
- * @since 2.1
1005
- *
1006
- * @access public
1007
- *
1008
- */
1009
-
1010
- public function build_domain_list()
1011
- {
1012
- if (!is_multisite()) return;
1013
-
1014
- $this->sites = get_transient('rsssl_domain_list');
1015
- if (!$this->sites) {
1016
-
1017
- //create list of all activated sites with SSL
1018
- $this->sites = array();
1019
- $nr_of_sites = RSSSL()->rsssl_multisite->get_total_blog_count();
1020
- $sites = RSSSL()->rsssl_multisite->get_sites_bw_compatible(0, $nr_of_sites);
1021
-
1022
- $this->trace_log("building domain list for multisite...");
1023
- $has_sites_with_ssl = false;
1024
- foreach ($sites as $site) {
1025
- $this->switch_to_blog_bw_compatible($site);
1026
- $options = get_option('rlrsssl_options');
1027
-
1028
- $ssl_enabled = FALSE;
1029
- if (isset($options)) {
1030
- $site_has_ssl = isset($options['site_has_ssl']) ? $options['site_has_ssl'] : FALSE;
1031
- $ssl_enabled = isset($options['ssl_enabled']) ? $options['ssl_enabled'] : $site_has_ssl;
1032
- }
1033
 
1034
- if (is_plugin_active(rsssl_plugin) && $ssl_enabled) {
1035
- $this->trace_log("- adding: " . home_url());
1036
- $this->sites[] = home_url();
1037
- $has_sites_with_ssl = true;
1038
- }
1039
- restore_current_blog(); //switches back to previous blog, not current, so we have to do it each loop
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1040
  }
1041
 
1042
- if (!$has_sites_with_ssl) $this->trace_log("- SSL not enabled on any site " );
1043
-
1044
- set_transient('rsssl_domain_list', $this->sites, HOUR_IN_SECONDS);
1045
-
1046
- $this->save_options();
1047
- }
1048
- }
1049
 
1050
  /**
1051
  * check if the plugin was upgraded to a new version
@@ -1453,7 +1444,7 @@ class rsssl_admin extends rsssl_front_end
1453
  return "";
1454
  }
1455
 
1456
- if (is_multisite() && !RSSSL()->rsssl_multisite->ssl_enabled_networkwide) {
1457
  $rule = "\n" . "//Begin Really Simple SSL Server variable fix" . "\n";
1458
  foreach ($this->sites as $domain) {
1459
  //remove http or https.
@@ -1629,7 +1620,6 @@ class rsssl_admin extends rsssl_front_end
1629
  //when on multisite, per site activation, recreate domain list for htaccess and wpconfig rewrite actions
1630
  if (is_multisite()) {
1631
  RSSSL()->rsssl_multisite->deactivate();
1632
- if (!RSSSL()->rsssl_multisite->ssl_enabled_networkwide) $this->build_domain_list();
1633
  }
1634
  do_action("rsssl_deactivate");
1635
 
@@ -2106,10 +2096,6 @@ class rsssl_admin extends rsssl_front_end
2106
  'name' => 'Referrer-Policy',
2107
  'pattern' => 'Referrer-Policy',
2108
  ),
2109
- array(
2110
- 'name' => 'Expect-CT',
2111
- 'pattern' => 'Expect-CT',
2112
- ),
2113
  array(
2114
  'name' => 'X-Frame-Options',
2115
  'pattern' => 'X-Frame-Options',
15
  public $ssl_enabled = FALSE;
16
 
17
  //multisite variables
18
+ public $sites = array(); //for multisite, list of all activated sites.
19
 
20
  //general settings
21
  public $capability = 'activate_plugins';
236
 
237
  //when configuration should run again
238
  if ($this->clicked_activate_ssl() || !$this->ssl_enabled || !$this->site_has_ssl || $is_on_settings_page || is_network_admin() || defined('RSSSL_DOING_SYSTEM_STATUS') ) {
 
239
  $this->detect_configuration();
240
+ if (is_multisite()) $this->build_domain_list();//has to come after clicked_activate_ssl, otherwise this domain won't get counted.
241
  //flush caches when just activated ssl
242
  //flush the permalinks
243
  if ($this->clicked_activate_ssl()) {
997
 
998
  }
999
 
1000
+ /**
1001
+ * Creates an array of all domains where the plugin is active AND SSL is active, only used for multisite.
1002
+ *
1003
+ * @since 2.1
1004
+ *
1005
+ * @access public
1006
+ *
1007
+ */
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1008
 
1009
+ public function build_domain_list()
1010
+ {
1011
+ if ( !is_multisite() ) return;
1012
+
1013
+ $this->sites = get_transient('rsssl_domain_list');
1014
+ if ( !$this->sites ) {
1015
+ //create list of all activated sites with SSL
1016
+ $this->sites = array();
1017
+ $nr_of_sites = RSSSL()->rsssl_multisite->get_total_blog_count();
1018
+ if ( $nr_of_sites <= 50 ) {
1019
+ $sites = RSSSL()->rsssl_multisite->get_sites_bw_compatible(0, $nr_of_sites);
1020
+ foreach ($sites as $site) {
1021
+ $this->switch_to_blog_bw_compatible($site);
1022
+ $options = get_option('rlrsssl_options');
1023
+ $ssl_enabled = FALSE;
1024
+ if (isset($options)) {
1025
+ $site_has_ssl = isset($options['site_has_ssl']) ? $options['site_has_ssl'] : FALSE;
1026
+ $ssl_enabled = isset($options['ssl_enabled']) ? $options['ssl_enabled'] : $site_has_ssl;
1027
+ }
1028
+
1029
+ if (is_plugin_active(rsssl_plugin) && $ssl_enabled) {
1030
+ $this->trace_log("- adding: " . home_url());
1031
+ $this->sites[] = home_url();
1032
+ }
1033
+ restore_current_blog(); //switches back to previous blog, not current, so we have to do it each loop
1034
+ }
1035
  }
1036
 
1037
+ set_transient('rsssl_domain_list', $this->sites, HOUR_IN_SECONDS);
1038
+ }
1039
+ }
 
 
 
 
1040
 
1041
  /**
1042
  * check if the plugin was upgraded to a new version
1444
  return "";
1445
  }
1446
 
1447
+ if ( is_multisite() && !RSSSL()->rsssl_multisite->ssl_enabled_networkwide ) {
1448
  $rule = "\n" . "//Begin Really Simple SSL Server variable fix" . "\n";
1449
  foreach ($this->sites as $domain) {
1450
  //remove http or https.
1620
  //when on multisite, per site activation, recreate domain list for htaccess and wpconfig rewrite actions
1621
  if (is_multisite()) {
1622
  RSSSL()->rsssl_multisite->deactivate();
 
1623
  }
1624
  do_action("rsssl_deactivate");
1625
 
2096
  'name' => 'Referrer-Policy',
2097
  'pattern' => 'Referrer-Policy',
2098
  ),
 
 
 
 
2099
  array(
2100
  'name' => 'X-Frame-Options',
2101
  'pattern' => 'X-Frame-Options',
class-multisite.php CHANGED
@@ -338,11 +338,9 @@ if (!class_exists('rsssl_multisite')) {
338
  add_settings_section('rsssl_network_settings', __("Settings", "really-simple-ssl"), array($this, 'section_text'), "really-simple-ssl");
339
  $help = rsssl_help::this()->get_help_tip(__("Select to enable SSL networkwide or per site.", "really-simple-ssl"), true );
340
  add_settings_field('id_ssl_enabled_networkwide', $help.__("Enable SSL", "really-simple-ssl"), array($this, 'get_option_enable_multisite'), "really-simple-ssl", 'rsssl_network_settings');
341
-
342
  $help = rsssl_help::this()->get_help_tip(__("Enable this option to permanently dismiss all +1 notices in the 'Your progress' tab", "really-simple-ssl"), true );
343
  add_settings_field('id_dismiss_all_notices', $help.__("Dismiss all Really Simple SSL notices", "really-simple-ssl"), array($this, 'get_option_dismiss_all_notices'), "really-simple-ssl", 'rsssl_network_settings');
344
-
345
- add_submenu_page('settings.php', "SSL", "SSL", 'manage_options', "really-simple-ssl", array(&$this, 'settings_tab'));
346
  }
347
 
348
  /**
@@ -353,19 +351,32 @@ if (!class_exists('rsssl_multisite')) {
353
 
354
  public function get_option_enable_multisite()
355
  {
356
-
357
  ?>
358
  <select name="rlrsssl_network_options[ssl_enabled_networkwide]">
359
  <?php if (!$this->selected_networkwide_or_per_site) { ?>
360
  <option value="-1" <?php if (!$this->selected_networkwide_or_per_site) echo "selected"; ?>><?php _e("Choose option", "really-simple-ssl") ?>
361
  <?php } ?>
362
  <option value="1" <?php if ($this->selected_networkwide_or_per_site && $this->ssl_enabled_networkwide) echo "selected"; ?>><?php _e("networkwide", "really-simple-ssl") ?>
363
- <option value="0" <?php if ($this->selected_networkwide_or_per_site && !$this->ssl_enabled_networkwide) echo "selected"; ?>><?php _e("per site", "really-simple-ssl") ?>
364
  </select>
365
  <?php
366
  }
367
 
368
  /**
 
 
 
 
 
 
 
 
 
 
 
 
 
369
  *
370
  * Get the option to dismiss all Really Simple SSL notices
371
  *
@@ -499,7 +510,7 @@ if (!class_exists('rsssl_multisite')) {
499
  public function update_network_options()
500
  {
501
  if (!isset($_POST['rsssl_ms_nonce']) || !wp_verify_nonce($_POST['rsssl_ms_nonce'], 'rsssl_ms_settings_update')) return;
502
- if (!current_user_can('manage_options')) return;
503
 
504
  do_action('rsssl_process_network_options');
505
 
@@ -567,6 +578,8 @@ if (!class_exists('rsssl_multisite')) {
567
  if ( $screen->base === 'post' ) return;
568
 
569
  if (is_network_admin() && RSSSL()->really_simple_ssl->wpconfig_ok()) {
 
 
570
  $class = "updated notice activate-ssl really-simple-plugins";
571
  $title = __("Setup", "really-simple-ssl");
572
  $content = '<h2>' . __("Some things can't be done automatically. Before you migrate, please check for: ", "really-simple-ssl") . '</h2>';
@@ -578,20 +591,22 @@ if (!class_exists('rsssl_multisite')) {
578
  . '<a target="_blank"
579
  href="https://really-simple-ssl.com/pro-multisite">' . __("Check out Really Simple SSL Premium", "really-simple-ssl") . '</a>' . "<br>";
580
 
581
- $footer = '<form action="" method="post">
582
- '. wp_nonce_field('rsssl_nonce', 'rsssl_nonce').'
583
- <input type="submit" class="button button-primary"
584
- value="'. __("Activate SSL networkwide", "really-simple-ssl").'"
585
- id="rsssl_do_activate_ssl_networkwide" name="rsssl_do_activate_ssl_networkwide">
586
- <input type="submit" class="button button-primary"
587
- value="'. __("Activate SSL per site", "really-simple-ssl").'"
588
- id="rsssl_do_activate_ssl_per_site" name="rsssl_do_activate_ssl_per_site">
589
- </form>';
590
- $content .= __("Networkwide activation does not check if a site has an SSL certificate. It just migrates all sites to SSL.", "really-simple-ssl");
591
- echo RSSSL()->really_simple_ssl->notice_html($class, $title, $content, $footer);
 
 
 
 
592
  }
593
-
594
-
595
  }
596
 
597
  /**
@@ -665,7 +680,7 @@ if (!class_exists('rsssl_multisite')) {
665
 
666
  public function save_options()
667
  {
668
- if ( ! current_user_can( 'manage_options' ) ) return;
669
 
670
  $options = get_site_option("rlrsssl_network_options");
671
  if (!is_array($options)) $options = array();
@@ -980,7 +995,7 @@ if (!class_exists('rsssl_multisite')) {
980
  //check if we are on ssl settings page
981
  if (!$this->is_settings_page()) return;
982
  //check user role
983
- if (!current_user_can('manage_options')) return;
984
  //check nonce
985
  if (!isset($_GET['token']) || (!wp_verify_nonce($_GET['token'], 'run_ssl_to_admin_init'))) return;
986
  //check for action
338
  add_settings_section('rsssl_network_settings', __("Settings", "really-simple-ssl"), array($this, 'section_text'), "really-simple-ssl");
339
  $help = rsssl_help::this()->get_help_tip(__("Select to enable SSL networkwide or per site.", "really-simple-ssl"), true );
340
  add_settings_field('id_ssl_enabled_networkwide', $help.__("Enable SSL", "really-simple-ssl"), array($this, 'get_option_enable_multisite'), "really-simple-ssl", 'rsssl_network_settings');
 
341
  $help = rsssl_help::this()->get_help_tip(__("Enable this option to permanently dismiss all +1 notices in the 'Your progress' tab", "really-simple-ssl"), true );
342
  add_settings_field('id_dismiss_all_notices', $help.__("Dismiss all Really Simple SSL notices", "really-simple-ssl"), array($this, 'get_option_dismiss_all_notices'), "really-simple-ssl", 'rsssl_network_settings');
343
+ add_submenu_page('settings.php', "SSL", "SSL", 'manage_network_options', "really-simple-ssl", array(&$this, 'settings_tab'));
 
344
  }
345
 
346
  /**
351
 
352
  public function get_option_enable_multisite()
353
  {
354
+ $disable_per_site = !$this->can_activate_per_site() ? 'disabled="disabled"':''
355
  ?>
356
  <select name="rlrsssl_network_options[ssl_enabled_networkwide]">
357
  <?php if (!$this->selected_networkwide_or_per_site) { ?>
358
  <option value="-1" <?php if (!$this->selected_networkwide_or_per_site) echo "selected"; ?>><?php _e("Choose option", "really-simple-ssl") ?>
359
  <?php } ?>
360
  <option value="1" <?php if ($this->selected_networkwide_or_per_site && $this->ssl_enabled_networkwide) echo "selected"; ?>><?php _e("networkwide", "really-simple-ssl") ?>
361
+ <option value="0" <?php echo $disable_per_site?> <?php if ($this->selected_networkwide_or_per_site && !$this->ssl_enabled_networkwide) echo "selected"; ?>><?php _e("per site", "really-simple-ssl") ?>
362
  </select>
363
  <?php
364
  }
365
 
366
  /**
367
+ * Check if the plugin can be activated per site
368
+ * @return bool|string
369
+ */
370
+ public function can_activate_per_site(){
371
+ $can_activate_per_site = true;
372
+ //only block the network wide option if it's not enabled.
373
+ if ( !$this->selected_networkwide_or_per_site || $this->ssl_enabled_networkwide) {
374
+ $can_activate_per_site = $this->get_total_blog_count()<50 || !RSSSL()->really_simple_ssl->do_wpconfig_loadbalancer_fix;
375
+ }
376
+ return $can_activate_per_site;
377
+ }
378
+
379
+ /**
380
  *
381
  * Get the option to dismiss all Really Simple SSL notices
382
  *
510
  public function update_network_options()
511
  {
512
  if (!isset($_POST['rsssl_ms_nonce']) || !wp_verify_nonce($_POST['rsssl_ms_nonce'], 'rsssl_ms_settings_update')) return;
513
+ if (!current_user_can('manage_network_options')) return;
514
 
515
  do_action('rsssl_process_network_options');
516
 
578
  if ( $screen->base === 'post' ) return;
579
 
580
  if (is_network_admin() && RSSSL()->really_simple_ssl->wpconfig_ok()) {
581
+ $disable_per_site = !$this->can_activate_per_site() ? 'disabled="disabled"':'';
582
+
583
  $class = "updated notice activate-ssl really-simple-plugins";
584
  $title = __("Setup", "really-simple-ssl");
585
  $content = '<h2>' . __("Some things can't be done automatically. Before you migrate, please check for: ", "really-simple-ssl") . '</h2>';
591
  . '<a target="_blank"
592
  href="https://really-simple-ssl.com/pro-multisite">' . __("Check out Really Simple SSL Premium", "really-simple-ssl") . '</a>' . "<br>";
593
 
594
+ $footer = '<form action="" method="post">'. wp_nonce_field('rsssl_nonce', 'rsssl_nonce').'
595
+ <input type="submit" class="button button-primary"
596
+ value="'. __("Activate SSL networkwide", "really-simple-ssl").'"
597
+ id="rsssl_do_activate_ssl_networkwide" name="rsssl_do_activate_ssl_networkwide">
598
+ <input '.$disable_per_site.' type="submit" class="button button-primary"
599
+ value="'. __("Activate SSL per site", "really-simple-ssl").'"
600
+ id="rsssl_do_activate_ssl_per_site" name="rsssl_do_activate_ssl_per_site">';
601
+ $footer .= '</form>';
602
+ $content .= '<ul>';
603
+ if ( !$this->can_activate_per_site() ) {
604
+ $content .= '<li class="rsssl-error">'.__( "Per site activation is not available above 50 sites", "really-simple-ssl" ) . '</li>';
605
+ }
606
+ $content .= '<li class="rsssl-error">'.__("Networkwide activation does not check if a site has an SSL certificate. It just migrates all sites to SSL.", "really-simple-ssl"). '</li>';
607
+ $content .= '</ul>';
608
+ echo RSSSL()->really_simple_ssl->notice_html($class, $title, $content, $footer);
609
  }
 
 
610
  }
611
 
612
  /**
680
 
681
  public function save_options()
682
  {
683
+ if ( ! current_user_can( 'manage_network_options' ) ) return;
684
 
685
  $options = get_site_option("rlrsssl_network_options");
686
  if (!is_array($options)) $options = array();
995
  //check if we are on ssl settings page
996
  if (!$this->is_settings_page()) return;
997
  //check user role
998
+ if (!current_user_can('manage_network_options')) return;
999
  //check nonce
1000
  if (!isset($_GET['token']) || (!wp_verify_nonce($_GET['token'], 'run_ssl_to_admin_init'))) return;
1001
  //check for action
functions.php ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ defined('ABSPATH') or die("you do not have access to this page!");
3
+
4
+ /**
5
+ * Get a Really Simple SSL option by name
6
+ *
7
+ * @param string $name
8
+ * @param mixed $default
9
+ *
10
+ * @return mixed
11
+ */
12
+
13
+ function rsssl_get_option( $name, $default=false ){
14
+ $name = sanitize_title($name);
15
+ $options = get_option( 'rsssl_options', array() );
16
+ return isset($options[$name]) ? $options[$name]: sanitize_title($default);
17
+ }
18
+
19
+ /**
20
+ * Get a Really Simple SSL network option by name
21
+ * @param string $name
22
+ * @param mixed $default
23
+ *
24
+ * @return mixed
25
+ */
26
+
27
+ function rsssl_get_network_option( $name, $default=false ){
28
+ $name = sanitize_title($name);
29
+ $options = get_site_option( 'rsssl_options', array() );
30
+ return isset($options[$name]) ? $options[$name]: sanitize_title($default);
31
+ }
lets-encrypt/wizard/assets/css/help.css ADDED
File without changes
lets-encrypt/wizard/assets/css/help.css.map ADDED
File without changes
lets-encrypt/wizard/assets/css/help.less ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .rsssl-help-warning-wrap {
2
+ .rsssl-help-modal {
3
+ h2 {
4
+ margin-top: -5px;
5
+ }
6
+
7
+ .rsssl-pointer;
8
+ position: absolute;
9
+ z-index: 99;
10
+
11
+ &.rsssl-notice {
12
+ background-color: @brand-primary;
13
+
14
+ &:after {
15
+ border-right: 15px solid @brand-primary;
16
+ top: calc(50% - 15px);
17
+ }
18
+
19
+ color: black;
20
+ padding: @green-gap;
21
+ }
22
+
23
+ &.rsssl-success {
24
+ background-color: white;
25
+ color: #61ce70;
26
+ border: none;
27
+ padding: 0;
28
+ }
29
+
30
+ &.rsssl-warning {
31
+ &:after {
32
+ border-right: 15px solid #f8be2e;
33
+ }
34
+
35
+ color: #333333;
36
+ background-color: #f8be2e;
37
+ border-color: #f8be2e;
38
+ }
39
+
40
+ margin: 0 0 0 @green-gap;
41
+ padding: 10px 15px;
42
+ color: #fff;
43
+ background-color: @brand-primary;
44
+ text-align: left;
45
+
46
+ &:empty {
47
+ background-color: #f1f1f1;
48
+ }
49
+
50
+ a {
51
+ color: #333;
52
+ }
53
+ }
54
+ }
lets-encrypt/wizard/assets/css/help.min.css ADDED
File without changes
lets-encrypt/wizard/assets/css/menu.less ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ .rsssl-wizard-menu {
3
+ background-color: white;
4
+ margin: 0.5 * @green-gap;
5
+ margin-bottom: 0;
6
+ padding-bottom: @green-gap;
7
+ box-shadow: 0 0 5px 5px rgba(222, 222, 222, 0.2);
8
+
9
+ .rsssl-wizard-menu h1 {
10
+ font-weight: bold;
11
+ }
12
+
13
+ .rsssl-wizard-progress-bar {
14
+ margin: @green-gap;
15
+ }
16
+
17
+ .rsssl-icon {
18
+ margin: 4px 0 0 0;
19
+ }
20
+
21
+
22
+ .rsssl-step {
23
+ .rsssl-step-header {
24
+ &.incomplete a h2 {
25
+ color: @gray;
26
+ }
27
+
28
+ text-decoration: none;
29
+
30
+ a {
31
+ display: inline-block;
32
+ padding: 5px @green-gap;
33
+ text-decoration: none;
34
+ width: calc(100% - (@green-gap + @green-gap));
35
+
36
+ h2 {
37
+ font-size: 15px;
38
+ margin: 0;
39
+ }
40
+ }
41
+
42
+ &.active a h2 {
43
+ color: @gray !important;
44
+ }
45
+
46
+ &:hover a {
47
+ h2 {
48
+ text-decoration: underline;
49
+ }
50
+ }
51
+
52
+ &.active:hover a {
53
+ background: white;
54
+ pointer-events: none;
55
+ }
56
+ }
57
+
58
+ .rsssl-section {
59
+ display: grid;
60
+ grid-template-columns: @green-gap 1fr;
61
+
62
+ span {
63
+ align-self: center;
64
+ justify-self: center;
65
+ }
66
+
67
+ margin: 0 @green-gap;
68
+
69
+ a {
70
+ h3 {
71
+ color: @gray;
72
+ }
73
+
74
+ &:visited h3 {
75
+ color: initial;
76
+ }
77
+
78
+ display: inline-block;
79
+ text-decoration: none;
80
+ padding: 3px 5px;
81
+
82
+ h3 {
83
+ font-size: 12px;
84
+ font-weight: normal;
85
+ margin: 0;
86
+ }
87
+ }
88
+
89
+ &.active a h3 {
90
+ color: grey;
91
+ }
92
+
93
+ &:hover a {
94
+ h3 {
95
+ text-decoration: underline;
96
+ }
97
+ }
98
+
99
+ &.active:hover a {
100
+ background: white;
101
+ pointer-events: none;
102
+ }
103
+ }
104
+ }
105
+
106
+ }
lets-encrypt/wizard/assets/css/tooltips.css ADDED
File without changes
lets-encrypt/wizard/assets/css/tooltips.css.map ADDED
File without changes
lets-encrypt/wizard/assets/css/tooltips.less ADDED
@@ -0,0 +1,152 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ /* START TOOLTIP STYLES */
3
+ [rsssl-tooltip] {
4
+ position: relative; /* opinion 1 */
5
+ margin-left: 5px;
6
+ }
7
+
8
+ /* Applies to all tooltips */
9
+ [rsssl-tooltip]::before,
10
+ [rsssl-tooltip]::after {
11
+ text-transform: none; /* opinion 2 */
12
+ font-size: 1em; /* opinion 3 */
13
+ line-height: 1;
14
+ user-select: none;
15
+ pointer-events: none;
16
+ position: absolute;
17
+ display: none;
18
+ opacity: 0;
19
+ }
20
+
21
+ [rsssl-tooltip]::before {
22
+ content: '';
23
+ border: 5px solid transparent; /* opinion 4 */
24
+ z-index: 1001; /* absurdity 1 */
25
+ }
26
+
27
+ [rsssl-tooltip]::after {
28
+ content: attr(rsssl-tooltip); /* magic! */
29
+ min-width: 3em;
30
+ font-weight:normal;
31
+ overflow: hidden;
32
+ text-overflow: ellipsis;
33
+ padding: 1ch 1.5ch;
34
+ border-radius: .3ch;
35
+ box-shadow: 0 1em 2em -.5em rgba(0, 0, 0, 0.35);
36
+ background: #333;
37
+ color: #fff;
38
+ z-index: 1000; /* absurdity 2 */
39
+ }
40
+
41
+ /* Make the tooltips respond to hover */
42
+ [rsssl-tooltip]:hover::before,
43
+ [rsssl-tooltip]:hover::after {
44
+ display: block;
45
+ }
46
+
47
+ /* don't show empty tooltips */
48
+ [rsssl-tooltip='']::before,
49
+ [rsssl-tooltip='']::after {
50
+ display: none !important;
51
+ }
52
+
53
+ /* FLOW: UP */
54
+ [rsssl-tooltip]:not([flow])::before,
55
+ [rsssl-tooltip][flow^="up"]::before {
56
+ bottom: 100%;
57
+ border-bottom-width: 0;
58
+ border-top-color: #333;
59
+ }
60
+
61
+ [rsssl-tooltip]:not([flow])::after,
62
+ [rsssl-tooltip][flow^="up"]::after {
63
+ bottom: calc(100% + 5px);
64
+ }
65
+
66
+ [rsssl-tooltip]:not([flow])::before,
67
+ [rsssl-tooltip]:not([flow])::after,
68
+ [rsssl-tooltip][flow^="up"]::before,
69
+ [rsssl-tooltip][flow^="up"]::after {
70
+ left: 50%;
71
+ transform: translate(-50%, -.5em);
72
+ }
73
+
74
+ /* FLOW: DOWN */
75
+ [rsssl-tooltip][flow^="down"]::before {
76
+ top: 100%;
77
+ border-top-width: 0;
78
+ border-bottom-color: #333;
79
+ }
80
+
81
+ [rsssl-tooltip][flow^="down"]::after {
82
+ top: calc(100% + 5px);
83
+ }
84
+
85
+ [rsssl-tooltip][flow^="down"]::before,
86
+ [rsssl-tooltip][flow^="down"]::after {
87
+ left: 50%;
88
+ transform: translate(-50%, .5em);
89
+ }
90
+
91
+ /* FLOW: LEFT */
92
+ [rsssl-tooltip][flow^="left"]::before {
93
+ top: 50%;
94
+ border-right-width: 0;
95
+ border-left-color: #333;
96
+ left: calc(0em - 5px);
97
+ transform: translate(-.5em, -50%);
98
+ }
99
+
100
+ [rsssl-tooltip][flow^="left"]::after {
101
+ top: 50%;
102
+ right: calc(100% + 5px);
103
+ transform: translate(-.5em, -50%);
104
+ }
105
+
106
+ /* FLOW: RIGHT */
107
+ [rsssl-tooltip][flow^="right"]::before {
108
+ top: 50%;
109
+ border-left-width: 0;
110
+ border-right-color: #333;
111
+ right: calc(0em - 19px);
112
+ transform: translate(.5em, -50%);
113
+ }
114
+
115
+ [rsssl-tooltip][flow^="right"]::after {
116
+ top: 50%;
117
+ left: calc(100% + 19px);
118
+ transform: translate(.5em, -50%);
119
+ min-width:300px;
120
+ }
121
+
122
+ /* KEYFRAMES */
123
+ @keyframes tooltips-vert {
124
+ to {
125
+ opacity: .9;
126
+ transform: translate(-50%, 0);
127
+ }
128
+ }
129
+
130
+ @keyframes tooltips-horz {
131
+ to {
132
+ opacity: .9;
133
+ transform: translate(0, -50%);
134
+ }
135
+ }
136
+
137
+ /* FX All The Things */
138
+ [rsssl-tooltip]:not([flow]):hover::before,
139
+ [rsssl-tooltip]:not([flow]):hover::after,
140
+ [rsssl-tooltip][flow^="up"]:hover::before,
141
+ [rsssl-tooltip][flow^="up"]:hover::after,
142
+ [rsssl-tooltip][flow^="down"]:hover::before,
143
+ [rsssl-tooltip][flow^="down"]:hover::after {
144
+ animation: tooltips-vert 300ms ease-out forwards;
145
+ }
146
+
147
+ [rsssl-tooltip][flow^="left"]:hover::before,
148
+ [rsssl-tooltip][flow^="left"]:hover::after,
149
+ [rsssl-tooltip][flow^="right"]:hover::before,
150
+ [rsssl-tooltip][flow^="right"]:hover::after {
151
+ animation: tooltips-horz 300ms ease-out forwards;
152
+ }
lets-encrypt/wizard/assets/css/tooltips.min.css ADDED
File without changes
lets-encrypt/wizard/assets/select2/css/select2.min.css CHANGED
@@ -1 +1 @@
1
- .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button,.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--multiple,.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--classic .select2-selection--single .select2-selection__arrow b,.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b,.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:0}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:gray}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
1
+ .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:0;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:0;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,white 50%,#eee 100%);background-image:-o-linear-gradient(top,white 50%,#eee 100%);background-image:linear-gradient(to bottom,white 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:0;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:0;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:0}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:0;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,white 0,#eee 50%);background-image:-o-linear-gradient(top,white 0,#eee 50%);background-image:linear-gradient(to bottom,white 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,white 100%);background-image:-o-linear-gradient(top,#eee 50%,white 100%);background-image:linear-gradient(to bottom,#eee 50%,white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:0;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:white;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:0}.select2-container--classic .select2-dropdown--below{border-top:0}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:white}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
multisite-cron.php CHANGED
@@ -18,7 +18,7 @@ function rsssl_schedule_cron()
18
  {
19
  if (get_site_option('rsssl_ssl_activation_active') || get_site_option('rsssl_ssl_deactivation_active')) {
20
  if (!wp_next_scheduled('rsssl_ssl_process_hook')) {
21
- wp_schedule_event(time(), 'oneminute', 'rsssl_ssl_process_hook');
22
  }
23
  } else {
24
  wp_clear_scheduled_hook('rsssl_ssl_process_hook');
18
  {
19
  if (get_site_option('rsssl_ssl_activation_active') || get_site_option('rsssl_ssl_deactivation_active')) {
20
  if (!wp_next_scheduled('rsssl_ssl_process_hook')) {
21
+ wp_schedule_event( time(), 'oneminute', 'rsssl_ssl_process_hook');
22
  }
23
  } else {
24
  wp_clear_scheduled_hook('rsssl_ssl_process_hook');
readme.txt CHANGED
@@ -4,9 +4,9 @@ Donate link: https://www.paypal.me/reallysimplessl
4
  Tags: SSL, https, force SSL, mixed content, insecure content, secure website, website security, TLS, security, secure socket layers, HSTS
5
  Requires at least: 4.9
6
  License: GPL2
7
- Tested up to: 5.9
8
  Requires PHP: 5.6
9
- Stable tag: 5.3.1
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
@@ -90,6 +90,11 @@ The plugin checks your certificate before enabling, but if, for example, you mig
90
  If you can't deactivate, do not just remove the plugin folder to uninstall! Follow these [instructions](https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/) instead.
91
 
92
  == Changelog ==
 
 
 
 
 
93
  = 5.3.1 =
94
  * Improvement: updated other plugins section
95
  * Improvement: added space in .htaccess comment for redirects
4
  Tags: SSL, https, force SSL, mixed content, insecure content, secure website, website security, TLS, security, secure socket layers, HSTS
5
  Requires at least: 4.9
6
  License: GPL2
7
+ Tested up to: 6.0
8
  Requires PHP: 5.6
9
+ Stable tag: 5.3.2
10
 
11
  No setup required! You only need an SSL certificate, and this plugin will do the rest.
12
 
90
  If you can't deactivate, do not just remove the plugin folder to uninstall! Follow these [instructions](https://really-simple-ssl.com/knowledge-base/uninstall-websitebackend-not-accessible/) instead.
91
 
92
  == Changelog ==
93
+ = 5.3.2 =
94
+ * Fix: limit domain list generation function, preventing issues on large multisite installations
95
+ * Fix: Non-network admins can alter network settings props @madtownlems
96
+ * Improvement: drop Expect-CT from recommended headers
97
+
98
  = 5.3.1 =
99
  * Improvement: updated other plugins section
100
  * Improvement: added space in .htaccess comment for redirects
rlrsssl-really-simple-ssl.php CHANGED
@@ -3,14 +3,14 @@
3
  * Plugin Name: Really Simple SSL
4
  * Plugin URI: https://really-simple-ssl.com
5
  * Description: Lightweight plugin without any setup to make your site SSL proof
6
- * Version: 5.3.1
7
  * Author: Really Simple Plugins
8
  * Author URI: https://really-simple-plugins.com
9
  * License: GPL2
10
  * Text Domain: really-simple-ssl
11
  * Domain Path: /languages
12
  */
13
- /* Copyright 2020 Really Simple Plugins BV (email : support@really-simple-ssl.com)
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
16
  published by the Free Software Foundation.
3
  * Plugin Name: Really Simple SSL
4
  * Plugin URI: https://really-simple-ssl.com
5
  * Description: Lightweight plugin without any setup to make your site SSL proof
6
+ * Version: 5.3.2
7
  * Author: Really Simple Plugins
8
  * Author URI: https://really-simple-plugins.com
9
  * License: GPL2
10
  * Text Domain: really-simple-ssl
11
  * Domain Path: /languages
12
  */
13
+ /* Copyright 2022 Really Simple Plugins BV (email : support@really-simple-ssl.com)
14
  This program is free software; you can redistribute it and/or modify
15
  it under the terms of the GNU General Public License, version 2, as
16
  published by the Free Software Foundation.
system-status.php CHANGED
@@ -18,8 +18,6 @@ require_once( BASE_PATH . 'wp-admin/includes/plugin.php');
18
 
19
  //by deleting these we make sure these functions run again
20
  delete_transient('rsssl_testpage');
21
- delete_transient('rsssl_domain_list');
22
-
23
  if ( current_user_can( 'manage_options' ) ) {
24
 
25
  ob_start();
18
 
19
  //by deleting these we make sure these functions run again
20
  delete_transient('rsssl_testpage');
 
 
21
  if ( current_user_can( 'manage_options' ) ) {
22
 
23
  ob_start();