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
467b8c08
Commit
467b8c08
authored
Jun 15, 2016
by
andre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
перенос модуля faq с task-on.ru. правки css
parent
2f9e2fb3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
5 deletions
+13
-5
common/modules/faq/assets/GeneratorAsset.php
common/modules/faq/assets/GeneratorAsset.php
+0
-1
common/modules/faq/assets/src/css/reset.css
common/modules/faq/assets/src/css/reset.css
+0
-3
common/modules/faq/assets/src/css/style.css
common/modules/faq/assets/src/css/style.css
+10
-0
common/modules/faq/views/faq/view.php
common/modules/faq/views/faq/view.php
+3
-1
No files found.
common/modules/faq/assets/GeneratorAsset.php
View file @
467b8c08
...
...
@@ -9,7 +9,6 @@ class GeneratorAsset extends AssetBundle
public
$sourcePath
=
'@common/modules/faq/assets/src'
;
public
$css
=
[
// 'css/reset.css',
'css/generator.css'
,
'css/style.css'
,
];
...
...
common/modules/faq/assets/src/css/reset.css
deleted
100644 → 0
View file @
2f9e2fb3
a
,
abbr
,
acronym
,
address
,
applet
,
article
,
aside
,
audio
,
b
,
blockquote
,
big
,
body
,
center
,
canvas
,
caption
,
cite
,
code
,
command
,
datalist
,
dd
,
del
,
details
,
dfn
,
dl
,
div
,
dt
,
em
,
embed
,
fieldset
,
figcaption
,
figure
,
font
,
footer
,
form
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
header
,
hgroup
,
html
,
i
,
iframe
,
img
,
ins
,
kbd
,
keygen
,
label
,
legend
,
li
,
meter
,
nav
,
object
,
ol
,
output
,
p
,
pre
,
progress
,
q
,
s
,
samp
,
section
,
small
,
span
,
source
,
strike
,
strong
,
sub
,
sup
,
table
,
tbody
,
tfoot
,
thead
,
th
,
tr
,
tdvideo
,
tt
,
u
,
ul
,
var
{
background
:
transparent
;
border
:
0
none
;
font-size
:
100%
;
margin
:
0
;
padding
:
0
;
border
:
0
;
outline
:
0
;
vertical-align
:
top
;}
ol
,
ul
{
list-style
:
none
;}
blockquote
,
q
{
quotes
:
none
;}
table
,
table
td
{
padding
:
0
;
border
:
none
;
border-collapse
:
collapse
;}
img
{
vertical-align
:
top
;}
embed
{
vertical-align
:
top
;}
input
[
type
=
text
],
textarea
{
outline
:
none
;
border-radius
:
0
;}
article
,
aside
,
audio
,
canvas
,
command
,
datalist
,
details
,
embed
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
keygen
,
meter
,
nav
,
output
,
progress
,
section
,
source
,
video
{
display
:
block
}
mark
,
rp
,
rt
,
ruby
,
summary
,
time
{
display
:
inline
}
\ No newline at end of file
common/modules/faq/assets/src/css/style.css
View file @
467b8c08
...
...
@@ -2666,3 +2666,13 @@ textarea::-moz-placeholder{
width
:
100%
;
outline
:
none
;
}
.faq-text
{
color
:
rgb
(
10
,
10
,
10
);
margin-bottom
:
40px
;
line-height
:
26px
;
}
.reference_list
{
line-height
:
26px
;
}
\ No newline at end of file
common/modules/faq/views/faq/view.php
View file @
467b8c08
...
...
@@ -31,7 +31,9 @@ GeneratorAsset::register($this);
<div
class=
"reference_left_box"
>
<h2>
<?=
$model
->
lang
->
title
;
?>
</h2>
<div
class=
"faq-text"
>
<?=
$model
->
lang
->
text
?>
</div>
<?
if
(
!
$model
->
alreadyVoted
())
:
?>
<?php
echo
$this
->
render
(
'_yes_no_form'
,
[
'model'
=>
$form
])
?>
...
...
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