Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Krish Moodbidri
self-reg-form
Commits
8c81a52e
Commit
8c81a52e
authored
Apr 09, 2021
by
Krish Moodbidri
Browse files
changed button color
parent
fd371ca9
Pipeline
#4475
canceled with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
app/templates/auth/SignUp.html
View file @
8c81a52e
...
@@ -46,6 +46,9 @@
...
@@ -46,6 +46,9 @@
<style>
<style>
.navbar-inverse
{
.navbar-inverse
{
background-color
:
rgb
(
0
,
99
,
65
);
background-color
:
rgb
(
0
,
99
,
65
);
button{
margin
:
13px
;
}
}
</style>
</style>
...
@@ -109,11 +112,11 @@
...
@@ -109,11 +112,11 @@
<textarea
class=
"form-control"
id=
"reason"
name=
"reason"
placeholder=
"Enter Reason for Account Request"
required
></textarea>
<textarea
class=
"form-control"
id=
"reason"
name=
"reason"
placeholder=
"Enter Reason for Account Request"
required
></textarea>
</div>
</div>
<input
class=
"btn btn-primary btn-block"
id=
"cancel"
name=
"cancel"
type=
"button"
value=
"Cancel"
onclick=
"location.href = 'https://docs.uabgrid.uab.edu/wiki/cheaha'"
>
<input
class=
"btn btn-primary btn-block"
id=
"submit"
name=
"submit"
type=
"button"
value=
"Submit"
onclick=
"displayloading1()
"
>
<div
class=
"row
"
>
<div
>
<button
class=
"btn btn-danger btn-md"
id=
"cancel"
name=
"cancel"
type=
"button"
onClick=
"location.href='https://docs.uabgrid.uab.edu/wiki/cheaha'"
>
Cancel
</button
>
<strong
id=
"error
"
s
ty
l
e=
"
color: #be051b; text-align: center;"
></str
on
g
>
<button
class=
"btn btn-primary btn-md"
id=
"submit"
name=
"submit
"
ty
p
e=
"
button"
value=
"Submit"
onclick=
"displayloading1()"
>
Create Account
</butt
on>
</div>
</div>
</form>
</form>
</div>
</div>
...
...
Write
Preview
Supports
Markdown
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