Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
schedules
Commits
040cd13f
Commit
040cd13f
authored
Oct 11, 2018
by
Zach Perkins
Browse files
Made the search bar full-width
parent
d2dd1444
Pipeline
#3214
passed with stage
in 2 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
schedules/app/views/shared/_navbar.html.erb
View file @
040cd13f
...
...
@@ -31,17 +31,16 @@
</div>
<div
class=
"col order-1 order-sm-0"
>
<form
action=
"/search"
class=
"form
-inline
"
>
<form
action=
"/search"
class=
"form"
>
<div
class=
"form-group"
>
<input
name=
"query"
type=
"text"
class=
"form-control"
placeholder=
"Search by CRN, course, professor..."
aria-describedby=
"basic-addon2"
>
<div
class=
"input-group"
style=
"width:100%;"
>
<input
name=
"query"
type=
"text"
class=
"form-control"
placeholder=
"Search by CRN, course, professor..."
aria-describedby=
"basic-addon2"
>
<div
class=
"input-group-append"
>
<button
class=
"btn btn-secondary"
type=
"button"
>
<i
class=
"fas fa-search"
></i>
</button>
</div>
</div>
<div
class=
"input-group"
style=
"width:100%;"
>
<input
name=
"query"
type=
"text"
class=
"form-control"
placeholder=
"Search by CRN, course, professor..."
aria-describedby=
"basic-addon2"
>
<div
class=
"input-group-append"
>
<button
class=
"btn btn-secondary"
type=
"button"
>
<i
class=
"fas fa-search"
></i>
</button>
</div>
</div>
</div>
</form>
</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