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
e301e072
Commit
e301e072
authored
May 31, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#1208
parent
126c0841
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
23 additions
and
4 deletions
+23
-4
frontend/views/layouts/foot.php
frontend/views/layouts/foot.php
+1
-1
frontend/web/css/custom.css
frontend/web/css/custom.css
+5
-0
frontend/web/css/new_responsive.css
frontend/web/css/new_responsive.css
+15
-2
frontend/web/css/screen.css
frontend/web/css/screen.css
+2
-1
No files found.
frontend/views/layouts/foot.php
View file @
e301e072
...
...
@@ -15,7 +15,7 @@
<?php
$this
->
registerJsFile
(
'/js/parallax.min.js'
,
[
'position'
=>
yii\web\View
::
POS_END
]);
?>
<?php
$this
->
registerJsFile
(
'/js/wow.min.js'
,
[
'position'
=>
yii\web\View
::
POS_END
]);
?>
<?php
$this
->
registerJsFile
(
'/js/jquery-validate.min.js'
,
[
'position'
=>
yii\web\View
::
POS_END
]);
?>
<?php
$this
->
registerJsFile
(
'/js/jquery.mb.YTPlayer.min.js'
,
[
'position'
=>
yii\web\View
::
POS_END
]);
?>
<?php
//
$this->registerJsFile('/js/jquery.mb.YTPlayer.min.js', ['position' => yii\web\View::POS_END ]);?>
<?
php
$this
->
registerJsFile
(
'/js/jquery.PageScroll2id.min.js'
,
[
'position'
=>
yii\web\View
::
POS_END
]);
?>
<?php
// $this->registerJsFile('/js/inputmask.js', ['position' => yii\web\View::POS_END ]);?>
...
...
frontend/web/css/custom.css
View file @
e301e072
...
...
@@ -826,6 +826,7 @@ a.toggle_bottom:hover .icon-arrowDown2:after, a.toggle_bottom:active .icon-arrow
}
.video_sec
a
.toggle_bottom
{
margin-top
:
153px
;
display
:
block
!important
;
}
.top_keys_soc
a
.toggle_bottom
{
position
:
relative
;
...
...
@@ -3319,4 +3320,8 @@ height: auto;
.blog_container
.article_short_txt
p
:not
(
.read-more
)
{
text-indent
:
30px
;
}
section
#about-image
{
background
:
white
;
}
\ No newline at end of file
frontend/web/css/new_responsive.css
View file @
e301e072
...
...
@@ -14,6 +14,9 @@
}
@media
only
screen
and
(
max-width
:
970px
)
{
.cif
{
margin-top
:
25px
;
}
.mackup_text
{
display
:
none
;
...
...
@@ -249,8 +252,18 @@ filter: progid:DXImageTransform.
}
.others_project__subtitle_a
{
display
:
block
;
}
}
.dep_sec
{
padding-top
:
20px
;
}
.dep_title
{
margin-bottom
:
30px
;
}
section
#about-image
.container
,
section
#about-image
.container
img
{
width
:
100%
!important
;
padding
:
0
;
}
}
@media
only
screen
and
(
max-width
:
480px
)
{
...
...
frontend/web/css/screen.css
View file @
e301e072
...
...
@@ -741,6 +741,7 @@ a.toggle_bottom {
@media only screen and (min-width: 320px) and (max-width: 479px) {
.green_title span {
font-size: 20px;
line-height: 37px;
}
}
...
...
@@ -4541,7 +4542,7 @@ footer {
.about_img {
margin-top: 25px;
margin-bottom
:
3
5px
;
margin-bottom:
2
5px;
}
.about_img img {
width: 100%;
...
...
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