Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
5760fa10
Commit
5760fa10
authored
Jan 21, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
trying to cleanup login page
parent
3bf7f6ed
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
25 deletions
+29
-25
src/app/partials/login.html
+29
-10
src/css/less/p_pro.less
+0
-15
No files found.
src/app/partials/login.html
View file @
5760fa10
...
@@ -10,13 +10,32 @@
...
@@ -10,13 +10,32 @@
<div
class=
"login-inner-box"
>
<div
class=
"login-inner-box"
>
<form
name=
"loginForm"
>
<form
name=
"loginForm"
>
<input
type=
"text"
required
ng-model=
"loginModel.email"
id=
"inputEmail"
placeholder=
"Email"
>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<input
type=
"password"
required
ng-model=
"loginModel.password"
id=
"inputPassword"
placeholder=
"Password"
>
<li
class=
"tight-form-item"
style=
"width: 80px"
>
User
<label
class=
"checkbox"
>
</li>
<input
type=
"checkbox"
ng-model=
"loginModel.remember"
ng-checked=
"login.remember"
>
Remember me
<li>
</label>
<input
type=
"text"
class=
"input-large tight-form-input"
ng-model=
'login.email'
placeholder=
"email or username"
></input>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
<div
class=
"tight-form"
>
<ul
class=
"tight-form-list"
>
<li
class=
"tight-form-item"
style=
"width: 80px"
>
Password
</li>
<li>
<input
type=
"password"
class=
"input-large tight-form-input"
required
ng-model=
"loginModel.password"
id=
"inputPassword"
>
</li>
<li
class=
"tight-form-item"
>
<a
href=
"asd"
>
Forgotten password?
</a>
</li>
</ul>
<div
class=
"clearfix"
></div>
</div>
</div>
<button
type=
"submit"
ng-click=
"login()"
class=
"btn btn-success"
style=
"margin-bottom: 20px"
>
<button
type=
"submit"
ng-click=
"login()"
class=
"btn btn-success"
style=
"margin-bottom: 20px"
>
Sign in
Sign in
...
@@ -43,14 +62,14 @@
...
@@ -43,14 +62,14 @@
</div>
</div>
<div
class=
"clearfix"
></div>
<div
class=
"clearfix"
></div>
</div>
</div>
<div
class=
"row"
style=
"margin-top: 100px"
>
<div
class=
"row"
style=
"margin-top: 100px"
>
<div
class=
"version-footer text-center small"
>
<div
class=
"version-footer text-center small"
>
Grafana version: {{buildInfo.version}}, commit: {{buildInfo.commit}},
Grafana version: {{buildInfo.version}}, commit: {{buildInfo.commit}},
build date: {{buildInfo.buildstamp | date: 'yyyy-MM-dd HH:mm:ss' }}
build date: {{buildInfo.buildstamp | date: 'yyyy-MM-dd HH:mm:ss' }}
</div>
</div>
</div>
</div>
</div>
</div>
...
...
src/css/less/p_pro.less
View file @
5760fa10
...
@@ -74,21 +74,6 @@
...
@@ -74,21 +74,6 @@
float: left;
float: left;
margin-left: 25%;
margin-left: 25%;
margin-right: 25%;
margin-right: 25%;
input, .btn {
margin-bottom: 10px;
width: 100%;
font-size: 1.2em;
box-sizing: border-box;
}
input[type=text], input[type=password] {
padding: 17px;
}
input[type=checkbox] {
width: auto;
}
}
}
.login-box {
.login-box {
...
...
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