Commit 97c7ca96 authored by john's avatar john

3010

parent 4c3ab8f6
......@@ -4,47 +4,3 @@
.faq_sec img {
max-width: 100%;
}
\ No newline at end of file
.pluso {
display: inline-block;
margin-top: 5px;
margin-right: 18px;
margin-bottom: 5px;
transition: color .3s;
color: #5a5a5a;
font-size: 13px;
text-decoration: none;
vertical-align: middle;
}
.pluso .pluso-wrap a, .pluso .shape-rounded, .pluso .shape-square {
width: 36px;
height: 36px;
margin-right: 8px;
border: 1px solid #e1e7ec;
line-height: 35px;
text-align: center;
border-radius: 50%;
}
.pluso :focus {
text-decoration: none;
}
.text-center .pluso {
margin-right: 9px;
margin-left: 9px;
}
.text-center .pluso .pluso-wrap a, .text-center .pluso .shape-rounded, .text-center .pluso .shape-square {
margin-right: 4px;
margin-left: 4px;
}
.text-right .pluso {
margin-right: 0;
margin-left: 18px;
}
.text-right .pluso .pluso-wrap a, .text-right .pluso .shape-rounded, .text-right .pluso .shape-square {
margin-right: 0;
margin-left: 8px;
}
......@@ -9,13 +9,15 @@ use common\modules\documentation\models\DocList;
DocumentationAsset::register($this);
$modelDocList = new DocList();
$encodedUrl= yii\helpers\Url::current([], true);
$encodedUrl= yii\helpers\Url::current([], true);
$encodedUrl = yii\helpers\Url::current([], true);
$encodedUrl = yii\helpers\Url::current([], true);
?>
<style> @font-face{ font-family:feather; src:url(/fonts/feather-webfont.eot); src:url(/fonts/feather-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/feather-webfont.woff) format("woff"), url(/fonts/feather-webfont.ttf) format("truetype"), url(/fonts/feather-webfont.svg#feather) }</style>
<style>
@font-face{ font-family:feather; src:url(/fonts/feather-webfont.eot); src:url(/fonts/feather-webfont.eot?#iefix) format("embedded-opentype"), url(/fonts/feather-webfont.woff) format("woff"), url(/fonts/feather-webfont.ttf) format("truetype"), url(/fonts/feather-webfont.svg#feather) }
@font-face{font-family:socicon;src:url(/fonts/socicon.eot);src:url(/fonts/socicon.eot?#iefix) format("embedded-opentype"),url(/fonts/socicon.woff) format("woff"),url(/fonts/socicon.ttf) format("truetype"),url(/fonts/socicon.svg#socicon) format("svg");font-weight:400;font-style:normal}
</style>
<div class="faq_sec">
<div class="top_line_inf">
<div class="container">
......@@ -69,7 +71,7 @@ $encodedUrl= yii\helpers\Url::current([], true);
<div class="share-links">
<a
class="social-button shape-circle sb-facebook"
href="https://www.facebook.com/sharer/sharer.php?u=<?=$encodedUrl?>&t=<?php echo $modelContent->name ?>"
href="https://www.facebook.com/sharer/sharer.php?u=<?= $encodedUrl ?>&t=<?php echo $modelContent->name ?>"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
target="_blank"
data-toggle="tooltip"
......@@ -78,7 +80,7 @@ $encodedUrl= yii\helpers\Url::current([], true);
><i class="socicon-facebook"></i></a>
<a
class="social-button shape-circle sb-twitter"
href="https://twitter.com/share?url=<?=$encodedUrl?>&text=<?php echo $modelContent->name ?>"
href="https://twitter.com/share?url=<?= $encodedUrl ?>&text=<?php echo $modelContent->name ?>"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
target="_blank"
data-toggle="tooltip"
......@@ -86,7 +88,7 @@ $encodedUrl= yii\helpers\Url::current([], true);
data-original-title="Twitter"><i class="socicon-twitter"></i></a>
<a
class="social-button shape-circle sb-google-plus"
href="https://plus.google.com/share?url=<?=$encodedUrl?>"
href="https://plus.google.com/share?url=<?= $encodedUrl ?>"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=350,width=480');return false;"
target="_blank"
data-toggle="tooltip"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment