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
2f9e2fb3
Commit
2f9e2fb3
authored
Jun 15, 2016
by
andre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
перенос модуля faq с task-on.ru. правки css
parent
33111aad
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
10 deletions
+23
-10
common/modules/faq/assets/src/css/generator.css
common/modules/faq/assets/src/css/generator.css
+3
-3
common/modules/faq/assets/src/css/style.css
common/modules/faq/assets/src/css/style.css
+20
-7
No files found.
common/modules/faq/assets/src/css/generator.css
View file @
2f9e2fb3
...
@@ -16,9 +16,9 @@
...
@@ -16,9 +16,9 @@
padding
:
0
20px
;
padding
:
0
20px
;
}
}
.form_wr.radio_like_result.hidden
{
/*.form_wr.radio_like_result.hidden{*/
display
:
none
;
/*display: none;*/
}
/*}*/
.keys_list_bl
{
.keys_list_bl
{
...
...
common/modules/faq/assets/src/css/style.css
View file @
2f9e2fb3
...
@@ -1007,7 +1007,7 @@ textarea {
...
@@ -1007,7 +1007,7 @@ textarea {
color
:
#fff
;
color
:
#fff
;
line-height
:
32px
;
line-height
:
32px
;
}
}
.radio
:checked
+
label
{
.radio
_2
:checked
+
label
{
cursor
:
pointer
;
cursor
:
pointer
;
height
:
52px
;
height
:
52px
;
background-color
:
#67ac1d
;
background-color
:
#67ac1d
;
...
@@ -1015,11 +1015,11 @@ textarea {
...
@@ -1015,11 +1015,11 @@ textarea {
color
:
#fff
;
color
:
#fff
;
}
}
.radio
:not
(
checked
)
{
.radio
_2
:not
(
checked
)
{
position
:
absolute
;
position
:
absolute
;
opacity
:
0
;
opacity
:
0
;
}
}
.radio
:not
(
checked
)
+
label
{
.radio
_2
:not
(
checked
)
+
label
{
position
:
relative
;
position
:
relative
;
background-color
:
#f4f4f4
;
background-color
:
#f4f4f4
;
color
:
#7d7d7d
;
color
:
#7d7d7d
;
...
@@ -1044,24 +1044,24 @@ textarea {
...
@@ -1044,24 +1044,24 @@ textarea {
height
:
32px
;
height
:
32px
;
background
:
url(/images/icon_not_like.png)
0
center
no-repeat
;
background
:
url(/images/icon_not_like.png)
0
center
no-repeat
;
}
}
.radio.radio_like
+
label
{
.radio
_2
.radio_like
+
label
{
background-color
:
#67ac1d
;
background-color
:
#67ac1d
;
color
:
#fff
;
color
:
#fff
;
-webkit-transition
:
all
0.5s
;
-webkit-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
transition
:
all
0.5s
;
transition
:
all
0.5s
;
}
}
.radio.radio_like
+
label
:hover
{
.radio
_2
.radio_like
+
label
:hover
{
box-shadow
:
2px
2px
8px
2px
#7fd028
;
box-shadow
:
2px
2px
8px
2px
#7fd028
;
}
}
.radio.radio_not_like
+
label
{
.radio
_2
.radio_not_like
+
label
{
background-color
:
#f4f4f4
;
background-color
:
#f4f4f4
;
color
:
#7d7d7d
;
color
:
#7d7d7d
;
-webkit-transition
:
all
0.5s
;
-webkit-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
-o-transition
:
all
0.5s
;
transition
:
all
0.5s
;
transition
:
all
0.5s
;
}
}
.radio.radio_not_like
+
label
:hover
{
.radio
_2
.radio_not_like
+
label
:hover
{
background-color
:
#ff5b57
;
background-color
:
#ff5b57
;
color
:
#fff
;
color
:
#fff
;
box-shadow
:
2px
2px
8px
2px
#ff5b57
;
box-shadow
:
2px
2px
8px
2px
#ff5b57
;
...
@@ -2653,3 +2653,16 @@ textarea::-moz-placeholder{
...
@@ -2653,3 +2653,16 @@ textarea::-moz-placeholder{
.icon_video
,
.icon_info_2
{
.icon_video
,
.icon_info_2
{
float
:
left
;
float
:
left
;
}
}
.reference_right_box
input
:not
([
type
=
"radio"
])
:not
([
type
=
"checkbox"
])
{
border
:
none
;
height
:
50px
;
padding
:
0
20px
;
border-radius
:
3px
;
font-size
:
20px
!important
;
font-family
:
"Open Sans"
!important
;
font-weight
:
400
!important
;
margin-bottom
:
25px
;
width
:
100%
;
outline
:
none
;
}
\ 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