Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
taskonsite-архив-перенесен
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Packages
Packages
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dmitry Korolev
taskonsite-архив-перенесен
Commits
eb9389a1
Commit
eb9389a1
authored
May 15, 2019
by
Ruslan Karimov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#3167. Важно - Правки по /faq
parent
74a6f8b8
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
2 deletions
+8
-2
common/modules/faq/views/faq/_yes_no_form.php
common/modules/faq/views/faq/_yes_no_form.php
+1
-1
common/modules/faq/views/faq/view.php
common/modules/faq/views/faq/view.php
+1
-1
frontend/web/css/custom.css
frontend/web/css/custom.css
+6
-0
No files found.
common/modules/faq/views/faq/_yes_no_form.php
View file @
eb9389a1
<?
<?
use
yii\helpers\Url
;
use
yii\helpers\Url
;
?>
?>
<
h3>
Была ли информация на этой странице полезной?
</h3
>
<
div
class=
"faq-vote-header"
>
Была ли информация на этой странице полезной?
</div
>
<div
class=
"form_wr"
>
<div
class=
"form_wr"
>
...
...
common/modules/faq/views/faq/view.php
View file @
eb9389a1
...
@@ -39,7 +39,7 @@ GeneratorAsset::register($this);
...
@@ -39,7 +39,7 @@ GeneratorAsset::register($this);
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"col-sm-12"
>
<div
class=
"col-sm-12"
>
<div
class=
"reference_left_box"
>
<div
class=
"reference_left_box"
>
<h
2>
<?=
$model
->
lang
->
title
;
?>
</h2
>
<h
1>
<?=
$model
->
lang
->
title
;
?>
</h1
>
<div
class=
"faq-text"
>
<div
class=
"faq-text"
>
<?=
$model
->
lang
->
text
?>
<?=
$model
->
lang
->
text
?>
...
...
frontend/web/css/custom.css
View file @
eb9389a1
...
@@ -3761,6 +3761,12 @@ h3.block-chain-header {
...
@@ -3761,6 +3761,12 @@ h3.block-chain-header {
list-style
:
decimal
;
list-style
:
decimal
;
}
}
.faq-vote-header
{
font-size
:
35px
;
line-height
:
51px
;
margin-bottom
:
30px
;
}
@media
only
screen
and
(
max-width
:
1600px
)
and
(
min-width
:
1301px
){
@media
only
screen
and
(
max-width
:
1600px
)
and
(
min-width
:
1301px
){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment