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
f95ea56b
Commit
f95ea56b
authored
Feb 16, 2016
by
Олег Гиммельшпах
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix css
parent
0e95a7ea
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
31 additions
and
0 deletions
+31
-0
frontend/web/css/custom.css
frontend/web/css/custom.css
+31
-0
No files found.
frontend/web/css/custom.css
View file @
f95ea56b
...
@@ -97,3 +97,34 @@ section.reviews-block .row {
...
@@ -97,3 +97,34 @@ section.reviews-block .row {
.keys_small_title
:hover
{
.keys_small_title
:hover
{
text-decoration
:
none
;
text-decoration
:
none
;
}
}
a
.toggle_bottom
{
display
:
block
;
font-size
:
20px
;
color
:
#fff
;
width
:
201px
;
height
:
47px
;
border
:
2px
solid
#fff
;
text-align
:
center
;
line-height
:
40px
;
border-radius
:
50px
;
-moz-border-radius
:
50px
;
-webkit-border-radius
:
50px
;
-o-border-radius
:
50px
;
-ms-border-radius
:
50px
;
display
:
block
;
font-size
:
20px
;
color
:
#fff
;
-moz-transition
:
all
0.3s
linear
0.1s
;
-o-transition
:
all
0.3s
linear
0.1s
;
-webkit-transition
:
all
0.3s
linear
0.1s
;
-ms-transition
:
all
0.3s
linear
0.1s
;
transition
:
all
0.3s
linear
0.1s
;
}
a
.toggle_bottom
:hover
,
a
.toggle_bottom
:active
,
a
.toggle_bottom
:focus
{
color
:
#000
;
text-decoration
:
none
;
background
:
#fff
;
}
a
.toggle_bottom
:hover
.icon-arrowDown2
:after
,
a
.toggle_bottom
:active
.icon-arrowDown2
:after
,
a
.toggle_bottom
:focus
.icon-arrowDown2
:after
{
background
:
url(../images/icon/arrow_down_black.png)
no-repeat
;
}
\ 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