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
12441470
Commit
12441470
authored
Mar 01, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1048 - Исправление ошибок верстки в Блоге.
parent
759f609b
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
274 additions
and
9 deletions
+274
-9
backend/web/plugins/tinymce/changelog.txt
backend/web/plugins/tinymce/changelog.txt
+250
-5
common/modules/blog/views/post/index.php
common/modules/blog/views/post/index.php
+0
-2
common/modules/blog/views/post/tag.php
common/modules/blog/views/post/tag.php
+0
-2
frontend/web/css/custom.css
frontend/web/css/custom.css
+24
-0
No files found.
backend/web/plugins/tinymce/changelog.txt
View file @
12441470
This diff is collapsed.
Click to expand it.
common/modules/blog/views/post/index.php
View file @
12441470
...
@@ -30,8 +30,6 @@ use common\modules\blog\models\Post;
...
@@ -30,8 +30,6 @@ use common\modules\blog\models\Post;
<div
class=
"loading-post"
></div>
<div
class=
"loading-post"
></div>
</div>
</div>
<br><br><br>
<?php
endif
;
?>
<?php
endif
;
?>
<?=
$this
->
render
(
'_subscribe'
,
[
'title'
=>
'Страница Блог'
])
?>
<?=
$this
->
render
(
'_subscribe'
,
[
'title'
=>
'Страница Блог'
])
?>
...
...
common/modules/blog/views/post/tag.php
View file @
12441470
...
@@ -30,8 +30,6 @@ use common\modules\blog\models\Post;
...
@@ -30,8 +30,6 @@ use common\modules\blog\models\Post;
<div
class=
"loading-post"
></div>
<div
class=
"loading-post"
></div>
</div>
</div>
<br><br><br>
<?php
endif
;
?>
<?php
endif
;
?>
<?=
$this
->
render
(
'_subscribe'
,
[
'title'
=>
'Тег: '
.
$model
->
name
])
?>
<?=
$this
->
render
(
'_subscribe'
,
[
'title'
=>
'Тег: '
.
$model
->
name
])
?>
...
...
frontend/web/css/custom.css
View file @
12441470
...
@@ -263,6 +263,9 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
...
@@ -263,6 +263,9 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
.sidebar_btn
{
.sidebar_btn
{
margin
:
15px
0px
5px
;
margin
:
15px
0px
5px
;
}
}
.subsc_blog
{
margin-top
:
50px
;
}
/* ------------ BLOG MODAL ------------------ */
/* ------------ BLOG MODAL ------------------ */
...
@@ -489,6 +492,27 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
...
@@ -489,6 +492,27 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
top
:
0px
;
top
:
0px
;
margin
:
30px
auto
;
margin
:
30px
auto
;
}
}
.article_short
{
margin-bottom
:
30px
;
}
.subsc_blog
{
margin-top
:
25px
;
}
.sidebar_module
h2
{
margin-bottom
:
15px
;
}
.sidebar_module_body
a
.cat_link_mod
{
margin-bottom
:
11px
;
}
.sidebar_btn
{
margin
:
5px
0
;
}
.sidebar_btn
:last-child
{
margin-bottom
:
18px
;
}
.subsc_form
input
,
.subsc_blog_form
input
{
width
:
100%
;
}
}
}
@media
only
screen
and
(
max-width
:
479px
)
and
(
min-width
:
320px
)
{
@media
only
screen
and
(
max-width
:
479px
)
and
(
min-width
:
320px
)
{
...
...
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