Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
persona
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hexang 息壤平台
persona
Commits
b33e9a5c
Commit
b33e9a5c
authored
13 years ago
by
Shane Tomlinson
Browse files
Options
Downloads
Patches
Plain Diff
Removing the "need help?" SUMO link from the dialog and adding it to the main site.
issue #533
parent
ef0336d9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
resources/static/css/style.css
+24
-19
24 additions, 19 deletions
resources/static/css/style.css
resources/views/dialog_layout.ejs
+0
-1
0 additions, 1 deletion
resources/views/dialog_layout.ejs
resources/views/layout.ejs
+1
-1
1 addition, 1 deletion
resources/views/layout.ejs
with
25 additions
and
21 deletions
resources/static/css/style.css
+
24
−
19
View file @
b33e9a5c
...
...
@@ -830,34 +830,34 @@ a.forgot {
}
#
header
{
header
{
position
:
absolute
;
top
:
0
;
font-weight
:
bold
;
}
#
header
ul
{
header
ul
{
display
:
inline-block
;
}
#
header
ul
.nav
{
header
ul
.nav
{
float
:
right
;
}
#
header
ul
li
{
header
ul
li
{
display
:
inline-block
;
float
:
left
;
}
#
header
ul
.nav
li
{
header
ul
.nav
li
{
margin
:
0
0
0
10px
;
}
#
header
a
{
header
a
{
color
:
#222
;
}
#
header
a
.home
{
header
a
.home
{
width
:
80px
;
height
:
21px
;
background-image
:
url('/i/icon.png')
;
...
...
@@ -866,7 +866,7 @@ a.forgot {
background-repeat
:
no-repeat
;
}
#
header
a
.signIn
,
#
header
a
.signOut
{
header
a
.signIn
,
header
a
.signOut
{
background-color
:
rgba
(
0
,
0
,
0
,
0.1
);
padding
:
4px
8px
;
...
...
@@ -876,7 +876,7 @@ a.forgot {
border-radius
:
3px
;
}
#
header
a
.signIn
:hover
,
#
header
a
.signOut
:hover
{
header
a
.signIn
:hover
,
header
a
.signOut
:hover
{
background-color
:
rgba
(
0
,
0
,
0
,
0.25
);
text-decoration
:
none
;
}
...
...
@@ -889,26 +889,31 @@ a.forgot {
display
:
inline
;
}
#
header
,
#
footer
{
header
,
footer
{
display
:
block
;
width
:
100%
;
padding
:
20px
0
;
}
#footer
ul
li
{
display
:
inline-block
;
float
:
left
;
margin
:
0
10px
0
0
;
}
#footer
{
footer
{
position
:
absolute
;
bottom
:
0
;
color
:
#aaa
;
}
#
footer
a
{
footer
a
{
color
:
#aaa
;
}
footer
ul
li
{
display
:
inline-block
;
float
:
left
;
margin
:
0
10px
0
0
;
}
footer
ul
li
.help
{
float
:
right
;
}
This diff is collapsed.
Click to expand it.
resources/views/dialog_layout.ejs
+
0
−
1
View file @
b33e9a5c
...
...
@@ -40,7 +40,6 @@
BrowserID is the fast and secure way to sign in
—
<a
target=
"_blank"
href=
"/about"
>
learn more
</a>
</div>
<a
class=
"help"
href=
"https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work"
target=
"_blank"
>
need help?
</a>
</footer>
</div>
...
...
This diff is collapsed.
Click to expand it.
resources/views/layout.ejs
+
1
−
1
View file @
b33e9a5c
...
...
@@ -76,7 +76,7 @@
<li>
—
</li>
<li><a
href=
"/privacy"
>
Privacy
</a></li>
<li><a
href=
"/tos"
>
TOS
</a></li>
<
!--<li>Copyright © 2011 Mozilla. All rights reserved
</li>
-->
<
li
class=
"help"
><a
href=
"https://support.mozilla.com/en-US/kb/what-browserid-and-how-does-it-work"
target=
"_blank"
>
Need Help?
</a>
</li>
</ul>
</footer>
...
...
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