Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dex
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
hdacloud
dex
Commits
372e4a05
Commit
372e4a05
authored
8 years ago
by
Eric Chiang
Committed by
GitHub
8 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #581 from squat/revert_btn_fix
frontend: revert button fix
parents
f1f7d1c4
f6762fd3
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/html/header.html
+6
-6
6 additions, 6 deletions
static/html/header.html
static/html/reset-password.html
+1
-1
1 addition, 1 deletion
static/html/reset-password.html
with
7 additions
and
7 deletions
static/html/header.html
+
6
−
6
View file @
372e4a05
...
@@ -89,14 +89,14 @@
...
@@ -89,14 +89,14 @@
}
}
.btn
{
.btn
{
border
:
none
;
border-radius
:
4px
;
box-shadow
:
inset
0
1px
0px
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
),
0
0px
1px
rgba
(
0
,
0
,
0
,
0.25
);
box-shadow
:
inset
0
1px
0px
rgba
(
255
,
255
,
255
,
0.2
),
0
1px
2px
rgba
(
0
,
0
,
0
,
0.25
),
0
0px
1px
rgba
(
0
,
0
,
0
,
0.25
);
cursor
:
pointer
;
padding
:
0
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
1
;
border-radius
:
4px
;
padding
:
6px
12px
;
border
:
none
;
cursor
:
pointer
;
font-size
:
16px
;
}
.btn
:focus
{
.btn
:focus
{
outline
:
none
;
outline
:
none
;
}
}
...
...
This diff is collapsed.
Click to expand it.
static/html/reset-password.html
+
1
−
1
View file @
372e4a05
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</div>
</div>
{{ end }}
{{ end }}
<button
type=
"submit"
class=
"btn btn-
tec
"
>
Reset
</button>
<button
type=
"submit"
class=
"btn btn-
primary
"
>
Reset
</button>
<input
type=
"hidden"
name=
"token"
value=
"{{ .Token }}"
/>
<input
type=
"hidden"
name=
"token"
value=
"{{ .Token }}"
/>
</form>
</form>
{{ end }}
{{ end }}
...
...
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