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
d10454b1
Commit
d10454b1
authored
Mar 13, 2019
by
john
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
3026
parent
06857fbb
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
3 deletions
+12
-3
common/modules/documentation/assets/DocumentationAsset.php
common/modules/documentation/assets/DocumentationAsset.php
+1
-0
common/modules/documentation/assets/src/css/styles.css
common/modules/documentation/assets/src/css/styles.css
+0
-3
common/modules/documentation/assets/src/js/tooltip_up.js
common/modules/documentation/assets/src/js/tooltip_up.js
+10
-0
frontend/web/css/style_add_06.06.16.css
frontend/web/css/style_add_06.06.16.css
+1
-0
No files found.
common/modules/documentation/assets/DocumentationAsset.php
View file @
d10454b1
...
...
@@ -27,6 +27,7 @@ class DocumentationAsset extends AssetBundle
'js/vendor.min.js'
,
'js/scripts.min.js'
,
'js/accordion.js'
,
'js/tooltip_up.js'
,
];
public
$depends
=
[
'yii\web\YiiAsset'
,
...
...
common/modules/documentation/assets/src/css/styles.css
View file @
d10454b1
...
...
@@ -7006,9 +7006,6 @@ video {
max-width
:
100%
;
padding
:
10px
15px
;
}
.tooltip
{
left
:
9px
!important
;
}
.user-info-wrapper
.info-label
{
display
:
block
;
...
...
common/modules/documentation/assets/src/js/tooltip_up.js
0 → 100644
View file @
d10454b1
$
(
"
[data-toggle]
"
).
hover
(
function
()
{
$
(
'
body
'
).
css
({
position
:
'
static
'
});
},
function
(){
$
(
'
body
'
).
css
({
position
:
'
relative
'
});
}
);
frontend/web/css/style_add_06.06.16.css
View file @
d10454b1
...
...
@@ -248,6 +248,7 @@
.btn_land_green_2
span
{
margin-right
:
13px
;
}
.btn_land_green_2
:focus
,
.btn_land_green_2
:hover
{
background-color
:
#5ca604
;
color
:
#fff
;
...
...
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