Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
venjob_nth
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ngô Trung Hưng
venjob_nth
Commits
698e9a5d
Commit
698e9a5d
authored
Aug 21, 2020
by
Ngô Trung Hưng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix css list favorite
parent
5464c652
Pipeline
#985
canceled with stages
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
app/assets/stylesheets/favorite.scss
+5
-5
app/views/job/_block_job_mini.html.erb
+2
-2
No files found.
app/assets/stylesheets/favorite.scss
View file @
698e9a5d
...
@@ -41,11 +41,6 @@
...
@@ -41,11 +41,6 @@
}
}
@media
only
screen
and
(
max-width
:
992px
)
{
@media
only
screen
and
(
max-width
:
992px
)
{
.container
{
.btn_apply_job.in_favorite
{
display
:
none
;
}
}
.link_favorite.in_block
{
.link_favorite.in_block
{
right
:
30px
;
right
:
30px
;
}
}
...
@@ -54,6 +49,11 @@
...
@@ -54,6 +49,11 @@
.link_favorite.in_block
{
.link_favorite.in_block
{
right
:
15px
;
right
:
15px
;
}
}
.container
{
.btn_apply_job.in_favorite
{
display
:
none
;
}
}
}
}
@media
only
screen
and
(
max-width
:
576px
)
{
@media
only
screen
and
(
max-width
:
576px
)
{
.link_favorite.in_block
{
.link_favorite.in_block
{
...
...
app/views/job/_block_job_mini.html.erb
View file @
698e9a5d
...
@@ -4,12 +4,12 @@
...
@@ -4,12 +4,12 @@
<div
class=
"col-sm-12"
>
<div
class=
"col-sm-12"
>
<div
class=
"box_jobs mini"
>
<div
class=
"box_jobs mini"
>
<div
class=
"row"
>
<div
class=
"row"
>
<div
class=
"d-none d-lg-block col-lg-1"
>
<div
class=
"d-none d-lg-block col-lg-1
d-md-block col-md-1
"
>
<div
class=
"box_radio"
>
<div
class=
"box_radio"
>
<%=
form
.
radio_button
(
:job_id
,
data
.
id
)
%>
<%=
form
.
radio_button
(
:job_id
,
data
.
id
)
%>
</div>
</div>
</div>
</div>
<div
class=
"col-lg-10 col-md-1
1
col-sm-11"
>
<div
class=
"col-lg-10 col-md-1
0
col-sm-11"
>
<div
class=
"box_info"
>
<div
class=
"box_info"
>
<div
class=
"lol"
>
<div
class=
"lol"
>
<%=
link_to
data
.
name
,
detail_job_path
(
id:
data
.
id
),
class:
'job_name'
%>
<%=
link_to
data
.
name
,
detail_job_path
(
id:
data
.
id
),
class:
'job_name'
%>
...
...
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