Skip to content

Commit 38f20cd

Browse files
authored
Merge pull request #643 from CleanTalk/beta
Beta 2.177
2 parents 46444be + da1c25e commit 38f20cd

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+1728
-1084
lines changed

css/spbc-admin.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/spbc-settings.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/spbc-timeline-widget.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/src/spbc-admin.css

Lines changed: 121 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,3 +287,124 @@ span.green_dot{
287287
z-index: 9990 !important;
288288
left: 160px !important;
289289
}
290+
291+
td.column-spbc_pass_check {
292+
display: flex;
293+
flex-direction: column;
294+
}
295+
296+
.row-spbc_pass_check {
297+
margin: 5px 0;
298+
}
299+
300+
/*long desc module*/
301+
.spbc_long_description__show:hover{
302+
color: #aaaaaa;
303+
cursor: pointer;
304+
}
305+
306+
.spbc_long_desc{
307+
position: absolute;
308+
background: #5a5a5a;
309+
min-width: 80px; min-height: 80px;
310+
max-width: 500px;
311+
padding: 10px;
312+
color: white;
313+
z-index: 10;
314+
}
315+
316+
@media screen and (max-width: 900px) {
317+
.spbc_long_desc {
318+
left: inherit !important;
319+
}
320+
.spbc_long_desc__angle_top_left {
321+
display: none;
322+
}
323+
}
324+
.spbc_long_desc p{
325+
color: white !important;
326+
}
327+
i.animate-spin{
328+
-moz-animation: spin 2s infinite linear;
329+
-o-animation: spin 2s infinite linear;
330+
-webkit-animation: spin 2s infinite linear;
331+
animation: spin 2s infinite linear;
332+
display: inline-block;
333+
margin: 0 auto;
334+
font-size: 25px;
335+
line-height: 20px;
336+
color: rgba(120,200,230,1);
337+
margin: 25px;
338+
}
339+
@keyframes spin {
340+
to{transform: rotate(359deg);}
341+
}
342+
.spbc_long_desc__cancel{
343+
position: absolute;
344+
top: 5px; right: 5px;
345+
color: rgba(255,255,255,0.5);
346+
}
347+
.spbc_long_desc__cancel:hover{
348+
color: white;
349+
}
350+
.spbc_long_desc__angle{
351+
position: absolute;
352+
top: 5px; left: -17px;
353+
width: 10px; height: 10px;
354+
background: #5a5a5a;
355+
-webkit-transform: rotate(135deg);
356+
-ms-transform: rotate(135deg);
357+
transform: rotate(135deg);
358+
-webkit-transform-origin: 100% 100%;
359+
-ms-transform-origin: 100% 100%;
360+
transform-origin: 100% 100%;
361+
}
362+
363+
.spbc_long_desc__angle_top_left{
364+
position: absolute;
365+
top: -10px; left: -9px;
366+
width: 10px; height: 10px;
367+
background: #5a5a5a;
368+
-webkit-transform: rotate(135deg);
369+
-ms-transform: rotate(135deg);
370+
transform: rotate(135deg);
371+
-webkit-transform-origin: 100% 100%;
372+
-ms-transform-origin: 100% 100%;
373+
transform-origin: 100% 100%;
374+
}
375+
376+
.spbc_long_desc__angle_top_right{
377+
position: absolute;
378+
top: -10px; right: 14px;
379+
width: 10px; height: 10px;
380+
background: #5a5a5a;
381+
-webkit-transform: rotate(135deg);
382+
-ms-transform: rotate(135deg);
383+
transform: rotate(135deg);
384+
-webkit-transform-origin: 100% 100%;
385+
-ms-transform-origin: 100% 100%;
386+
transform-origin: 100% 100%;
387+
}
388+
389+
.spbc_long_desc__title{
390+
color: rgba(120,200,230,1);
391+
margin: 0;
392+
}
393+
.spbc_long_desc__link{
394+
color: rgba(120,200,230,1);
395+
}
396+
.spbc_long_desc__link:hover{
397+
color: rgba(140,220,250,1);
398+
}
399+
.spbc_long_desc h4{
400+
color: rgb(80,160,190);
401+
margin: 10px 0 3px 0;
402+
}
403+
.spbc_long_desc span{
404+
margin: 0 0 0 10px;
405+
display: inline-block;
406+
}
407+
408+
.spbc_long_desc img{
409+
width: 300px;
410+
}

0 commit comments

Comments
 (0)