Redesign - gumb help na desni strani (zacasno)
This commit is contained in:
parent
e3c018d83f
commit
9e8b98b9b8
@ -2066,8 +2066,12 @@ class SurveyAdmin
|
||||
}
|
||||
else{
|
||||
// Slovenski jezik
|
||||
if ($lang['id'] == 1)
|
||||
if ($lang['id'] == 1){
|
||||
echo '<a href="https://www.1ka.si/a/72864?Q1=292032" target="_blank"><span class="faicon inline_comment"></span> '.$lang['srv_footer_reportabug'].'</a>';
|
||||
|
||||
// Zacasen gumb na desni
|
||||
echo '<a href="https://www.1ka.si/a/72864?Q1=292032"><div class="right_help_button">'.$lang['srv_footer_reportabug'].'</div></a>';
|
||||
}
|
||||
// Angleski jezik
|
||||
else
|
||||
echo '<a href="https://www.1ka.si/a/72864?Q1=292032&language=2" target="_blank"><span class="faicon inline_comment"></span> '.$lang['srv_footer_reportabug'].'</a>';
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -54,5 +54,34 @@ footer#srv_footer{
|
||||
font-size: 14px !important;
|
||||
margin-right: 3px;
|
||||
}
|
||||
|
||||
.right_help_button{
|
||||
position: fixed;
|
||||
right: -121px;
|
||||
top: calc(50%);
|
||||
|
||||
width: 250px;
|
||||
padding: 4px 8px;
|
||||
border: 1px $blue solid;
|
||||
|
||||
text-align: center;
|
||||
font-weight: 600;
|
||||
font-size: 15px;
|
||||
|
||||
background-color: $white;
|
||||
|
||||
-webkit-transform: rotate(-90deg);
|
||||
-moz-transform: rotate(-90deg);
|
||||
-o-transform: rotate(-90deg);
|
||||
-ms-transform: rotate(-90deg);
|
||||
transform: rotate(-90deg);
|
||||
|
||||
transition: 0.3s;
|
||||
|
||||
&:hover{
|
||||
color: $white;
|
||||
background-color: $blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user