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
7e407406
Commit
7e407406
authored
Mar 02, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1048 - Исправление ошибок верстки в Блоге.
parent
b80abb90
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
3 deletions
+15
-3
common/modules/blog/views/post/_load.php
common/modules/blog/views/post/_load.php
+1
-1
common/modules/blog/views/post/view.php
common/modules/blog/views/post/view.php
+1
-1
frontend/web/css/custom.css
frontend/web/css/custom.css
+13
-1
No files found.
common/modules/blog/views/post/_load.php
View file @
7e407406
...
@@ -23,7 +23,7 @@ use yii\helpers\Url;
...
@@ -23,7 +23,7 @@ use yii\helpers\Url;
<?php
foreach
(
$model
->
postTags
as
$tag
)
:
?>
<?php
foreach
(
$model
->
postTags
as
$tag
)
:
?>
<a
href=
"
<?=
$tag
->
url
;
?>
"
>
#
<?=
$tag
->
name
?>
</a>
<a
href=
"
<?=
$tag
->
url
;
?>
"
>
#
<?=
$tag
->
name
?>
</a>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
...
...
common/modules/blog/views/post/view.php
View file @
7e407406
...
@@ -30,7 +30,7 @@ use yii\helpers\Url;
...
@@ -30,7 +30,7 @@ use yii\helpers\Url;
<?php
foreach
(
$model
->
postTags
as
$tag
)
:
?>
<?php
foreach
(
$model
->
postTags
as
$tag
)
:
?>
<a
href=
"
<?=
$tag
->
url
;
?>
"
>
#
<?=
$tag
->
name
?>
</a>
<a
href=
"
<?=
$tag
->
url
;
?>
"
>
#
<?=
$tag
->
name
?>
</a>
<?php
endforeach
;
?>
<?php
endforeach
;
?>
...
...
frontend/web/css/custom.css
View file @
7e407406
...
@@ -266,7 +266,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
...
@@ -266,7 +266,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.subsc_blog
{
.subsc_blog
{
margin-top
:
50px
;
margin-top
:
50px
;
}
}
.language-markup
{
pre
code
{
font-size
:
14px
;
font-size
:
14px
;
}
}
...
@@ -516,6 +516,9 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
...
@@ -516,6 +516,9 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.subsc_form
input
,
.subsc_blog_form
input
{
.subsc_form
input
,
.subsc_blog_form
input
{
width
:
100%
;
width
:
100%
;
}
}
pre
code
{
font-size
:
12px
;
}
}
}
@media
only
screen
and
(
max-width
:
479px
)
and
(
min-width
:
320px
)
{
@media
only
screen
and
(
max-width
:
479px
)
and
(
min-width
:
320px
)
{
...
@@ -528,4 +531,13 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
...
@@ -528,4 +531,13 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.calk_form
.file-upload_block
{
.calk_form
.file-upload_block
{
display
:
none
;
display
:
none
;
}
}
}
@media
only
screen
and
(
max-width
:
479px
)
{
.article_short_view
{
display
:
none
;
}
.article_short_tags
{
margin-top
:
0
;
}
}
}
\ No newline at end of file
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