Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Hodor Web Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Akash Ravi
Hodor Web Frontend
Commits
8288aa2c
Commit
8288aa2c
authored
7 years ago
by
Sachin Prakash
Browse files
Options
Downloads
Patches
Plain Diff
Smoothing out the UI
parent
7ecfa9ec
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
css/la.css
+16
-1
16 additions, 1 deletion
css/la.css
land.html
+44
-31
44 additions, 31 deletions
land.html
with
60 additions
and
32 deletions
css/la.css
+
16
−
1
View file @
8288aa2c
...
...
@@ -73,7 +73,22 @@ body :-ms-input-placeholder {
z-index
:
2
;
}
.form-group1
,
.form-group2
{
label
{
display
:
inline-block
;
width
:
150px
;
}
.form-group1
{
display
:
inline-block
;
width
:
450px
;
color
:
black
;
}
.form-group2
{
display
:
inline-block
;
width
:
450px
;
color
:
black
;
}
...
...
This diff is collapsed.
Click to expand it.
land.html
+
44
−
31
View file @
8288aa2c
...
...
@@ -18,7 +18,9 @@
<h1>
Welcome to Hodor!
</h1>
<div
class=
"loginform"
>
<form
class=
"login"
>
<button
type=
"button"
id=
"login-button"
data-toggle=
"modal"
data-target=
"#login-modal"
>
Sign-in/Sign-up
</button>
<button
type=
"button"
id=
"login-button"
data-toggle=
"modal"
data-target=
"#login-modal"
>
Log in
</button>
<button
type=
"button"
id=
"signup-button"
data-toggle=
"modal"
data-target=
"#login-modal"
>
Register
</button>
</form>
</div>
<ul
class=
"bg-bubbles"
>
...
...
@@ -40,23 +42,27 @@
<div
id=
"login-modal"
class=
"modal fade"
role=
"dialog"
>
<div
class=
"modal-dialog"
>
<div
class=
"modal-content"
>
<div
class=
"modal-
body
"
>
<div
class=
"modal-
header
"
>
<ul
class=
"nav nav-pills nav-justified"
>
<li
class=
"active"
><a
data-toggle=
"pill"
href=
"#login"
>
Login
</a></li>
<li><a
data-toggle=
"pill"
href=
"#register"
>
Register
</a></li>
</ul>
</div>
<div
class=
"modal-body"
>
<div
id=
"login"
class=
"tab-pane fade"
>
<form
class=
"form1"
>
<div
class=
"form-group1"
>
<label
for=
"usrname"
>
Username
</label>
<input
type=
"text"
class=
"form-control"
id=
"usrname"
>
<input
type=
"text"
class=
"form-control"
id=
"usrname"
>
</br>
</div>
<div
class=
"form-group1"
>
<label
for=
"pword"
>
Password
:
</label>
<input
type=
"password"
class=
"form-control"
id=
"pword"
>
<label
for=
"pword"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"pword"
>
</br>
</div>
<button
type=
"submit"
class=
"btn btn-success"
style=
"align-self: center"
>
Login
</button>
<!--<div class="modal-footer">
<button type="submit" class="btn btn-success" style="align-self: center">Submit</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div> -->
</form>
</div>
...
...
@@ -64,31 +70,38 @@
<form
class=
"form2"
>
<div
class=
"form-group2"
>
<label
for=
"name"
>
Name
</label>
<input
type=
"text"
class=
"form-control"
id=
"name"
>
</div>
<div
class=
"form-group2"
>
<input
type=
"text"
class=
"form-control"
id=
"name"
>
</br>
<label
for=
"uname"
>
Username
</label>
<input
type=
"text"
class=
"form-control"
id=
"uname"
>
</div>
<div
class=
"form-group2"
>
<label
for=
"email"
>
Email address:
</label>
<input
type=
"email"
class=
"form-control"
id=
"email"
>
</div>
<div
class=
"form-group2"
>
<label
for=
"pwd"
>
Password:
</label>
<input
type=
"password"
class=
"form-control"
id=
"pwd"
>
<label
for=
"rpwd"
>
Re-enter Password:
</label>
<input
type=
"password"
class=
"form-control"
id=
"rpwd"
>
<input
type=
"text"
class=
"form-control"
id=
"uname"
>
</br>
<label
for=
"email"
>
Email address
</label>
<input
type=
"email"
class=
"form-control"
id=
"email"
>
</br>
<label
for=
"pwd"
>
Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"pwd"
>
</br>
<label
for=
"rpwd"
>
Re-enter Password
</label>
<input
type=
"password"
class=
"form-control"
id=
"rpwd"
>
</br>
</div>
<!--<div class="modal-footer">
<button type="submit" class="btn btn-success" style="align-self: center">Submit</button>
<button type="button" class="btn btn-danger" data-dismiss="modal">Close</button>
</div> -->
</form>
<!-- </div> -->
</div>
<div
class=
"modal-footer"
>
<button
type=
"submit"
class=
"btn btn-success"
>
Submit
</button>
<button
type=
"button"
class=
"btn btn-danger"
data-dismiss=
"modal"
>
Close
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!--
</div>
</div>
-->
</body>
</html>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment