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
33111aad
Commit
33111aad
authored
Jun 15, 2016
by
andre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
перенос модуля faq с task-on.ru. правки css
parent
087a3298
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
50 additions
and
8 deletions
+50
-8
common/modules/faq/assets/src/css/generator.css
common/modules/faq/assets/src/css/generator.css
+0
-3
common/modules/faq/assets/src/css/style.css
common/modules/faq/assets/src/css/style.css
+48
-3
common/modules/faq/views/faq/_yes_no_form.php
common/modules/faq/views/faq/_yes_no_form.php
+2
-2
No files found.
common/modules/faq/assets/src/css/generator.css
View file @
33111aad
...
...
@@ -31,6 +31,3 @@
background
:
#fff
;
}
.icon_video
,
.icon_info_2
{
float
:
left
;
}
\ No newline at end of file
common/modules/faq/assets/src/css/style.css
View file @
33111aad
...
...
@@ -990,13 +990,13 @@ textarea {
.radio_wr
:last-child
{
margin-right
:
0
;
}
.radio
{
.radio
_2
{
vertical-align
:
top
;
width
:
17px
;
height
:
17px
;
margin
:
0
3px
0
0
;
}
.radio
+
label
{
.radio
_2
+
label
{
cursor
:
pointer
;
height
:
52px
;
background-color
:
#67ac1d
;
...
...
@@ -2112,6 +2112,47 @@ footer .phone_hover_head {
padding-right
:
45px
;
}
::-webkit-input-placeholder
{
color
:
#8d8d8d
;
-webkit-transition
:
text-indent
.5s
ease
,
color
.5s
ease
;
transition
:
text-indent
.5s
ease
,
color
.5s
ease
;
}
input
::-moz-placeholder
{
color
:
#8d8d8d
;
opacity
:
1
;
}
textarea
::-moz-placeholder
{
color
:
#8d8d8d
;
opacity
:
1
;
}
::ms-input-placeholder
{
color
:
#8d8d8d
;
}
[
placeholder
]
:focus::-webkit-input-placeholder
{
text-indent
:
10em
;
color
:
transparent
;
}
.has-error
input
,
.has-error
textarea
{
background-image
:
none
!important
;
box-shadow
:
inset
0
0
5px
1px
#d10000
!important
;
border
:
none
!important
;
}
.has-error
.help-block
{
color
:
#d10000
;
font-size
:
12px
;
line-height
:
12px
;
font-style
:
italic
;
margin-top
:
-18px
;
font-weight
:
bold
;
}
/*ol {*/
/*counter-reset:li; !* Инициализируем счетчик *!*/
/*padding:0; !* Удаляем установленное по умолчанию левое поле*!*/
...
...
@@ -2607,4 +2648,8 @@ footer .phone_hover_head {
/*.has-error label {*/
/*color: inherit !important;*/
/*}*/
\ No newline at end of file
/*}*/
.icon_video
,
.icon_info_2
{
float
:
left
;
}
\ No newline at end of file
common/modules/faq/views/faq/_yes_no_form.php
View file @
33111aad
...
...
@@ -8,12 +8,12 @@ use yii\helpers\Url;
<form
action=
"
<?=
Url
::
toRoute
([
'/faq/faq/vote-faq'
,
'content_id'
=>
$model
->
content_id
])
?>
"
>
<div
class=
"radio_wr"
>
<input
type=
"radio"
class=
"radio radio_like"
id=
"radio-1"
name=
"radio"
checked
>
<input
type=
"radio"
class=
"radio
_2
radio_like"
id=
"radio-1"
name=
"radio"
checked
>
<label
for=
"radio-1"
><span
class=
"icon_like"
></span>
Да
</label>
</div>
<div
class=
"radio_wr"
>
<input
type=
"radio"
class=
"radio radio_not_like"
id=
"radio-2"
name=
"radio"
>
<input
type=
"radio"
class=
"radio
_2
radio_not_like"
id=
"radio-2"
name=
"radio"
>
<label
for=
"radio-2"
><span
class=
"icon_not_like"
></span>
Нет
</label>
</div>
...
...
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