Skip to content

Commit

Permalink
mobile view changed
Browse files Browse the repository at this point in the history
  • Loading branch information
therajibhossain committed Jun 18, 2019
1 parent 0e0cf9c commit a1cf4ae
Show file tree
Hide file tree
Showing 8 changed files with 268 additions and 100 deletions.
164 changes: 112 additions & 52 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 15 additions & 2 deletions assets/css/style-mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ body {
counter-reset: step;
height: auto;
padding: 0;
margin-left:0
}
.res-progress #progressbar li {
width: auto;
Expand All @@ -182,7 +183,6 @@ body {
display: block;
font-size: 14px;
color: #fff;
background: #27ae5f;
margin: 0 auto 5px auto;
height: 40px;
border-radius: 50%;
Expand All @@ -207,4 +207,17 @@ body {
.none{
display: none;
}
}
}
.res-progress #progressbar {
margin-left: 0;
}

/*rhossain start*/
.res-progress #progressbar li span{
float: left;
}
.res-progress #progressbar li span.active{
background: #27ae5f;
}

/*rhossain end*/
43 changes: 42 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,45 @@ body {
}
#titlebar.single.submit-page h2, .submit-page {
padding: 0;
}
}
@media only screen and (max-width: 1300px) {
#progressbar li::before {
width: 40px;
height: 40px;
line-height: 40px;
top: 80px;
}
#post-job, #checkout-job {
width: 60%;
margin-left: 10%;
}
#progressbar-div {
width: 60%;
}
}
@media only screen and (max-width: 991px) {
#progressbar li::before {
width: 40px;
height: 40px;
line-height: 40px;
top: 80px;
}
#post-job, #checkout-job {
width: 60%;
margin-left: 10%;
}
#progressbar::after {
left: -4px;
}
#progressbar-div {
width: 60%;
}
#progressbar:before {
left: -5px;
}
}
/*rhossain start*/
#titlebar h1, #titlebar h2 {
margin-top: 65px !important;
}
/*rhossain end*/
Loading

0 comments on commit a1cf4ae

Please sign in to comment.