Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
df82e4e5
Commit
df82e4e5
authored
Dec 12, 2017
by
Luke Bennett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
move .project-mirror-settings to ee namepsace
parent
8d717e94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
71 additions
and
73 deletions
+71
-73
app/assets/stylesheets/pages/projects.scss
app/assets/stylesheets/pages/projects.scss
+0
-73
ee/app/assets/stylesheets/pages/projects.scss
ee/app/assets/stylesheets/pages/projects.scss
+71
-0
No files found.
app/assets/stylesheets/pages/projects.scss
View file @
df82e4e5
...
@@ -1186,76 +1186,3 @@ a.allowed-to-push {
...
@@ -1186,76 +1186,3 @@ a.allowed-to-push {
padding-top
:
$gl-padding
;
padding-top
:
$gl-padding
;
padding-bottom
:
37px
;
padding-bottom
:
37px
;
}
}
/* EE-specific styles */
.project-mirror-settings
{
.fingerprint-verified
{
color
:
$green-500
;
}
.ssh-public-key
,
.btn-copy-ssh-public-key
{
float
:
left
;
}
.ssh-public-key
{
width
:
95%
;
word-wrap
:
break-word
;
word-break
:
break-all
;
}
.btn-copy-ssh-public-key
{
margin-left
:
5px
;
}
.known-hosts
{
font-family
:
$monospace_font
;
}
.btn-show-advanced
{
min-width
:
135px
;
.label-show
{
display
:
none
;
}
.label-hide
{
display
:
inline
;
}
.
fa
.
fa-chevron
:
:
before
{
content
:
"\f077"
;
}
&
.show-advanced
{
.label-show
{
display
:
inline
;
}
.label-hide
{
display
:
none
;
}
.
fa
.
fa-chevron
:
:
before
{
content
:
"\f078"
;
}
}
}
.fingerprints-list
{
code
{
display
:
block
;
padding
:
8px
;
margin-bottom
:
5px
;
}
&
.invalidate
{
text-decoration
:
line-through
;
}
}
.changing-auth-method
{
display
:
flex
;
justify-content
:
center
;
}
}
ee/app/assets/stylesheets/pages/projects.scss
0 → 100644
View file @
df82e4e5
.project-mirror-settings
{
.fingerprint-verified
{
color
:
$green-500
;
}
.ssh-public-key
,
.btn-copy-ssh-public-key
{
float
:
left
;
}
.ssh-public-key
{
width
:
95%
;
word-wrap
:
break-word
;
word-break
:
break-all
;
}
.btn-copy-ssh-public-key
{
margin-left
:
5px
;
}
.known-hosts
{
font-family
:
$monospace_font
;
}
.btn-show-advanced
{
min-width
:
135px
;
.label-show
{
display
:
none
;
}
.label-hide
{
display
:
inline
;
}
.
fa
.
fa-chevron
:
:
before
{
content
:
"\f077"
;
}
&
.show-advanced
{
.label-show
{
display
:
inline
;
}
.label-hide
{
display
:
none
;
}
.
fa
.
fa-chevron
:
:
before
{
content
:
"\f078"
;
}
}
}
.fingerprints-list
{
code
{
display
:
block
;
padding
:
8px
;
margin-bottom
:
5px
;
}
&
.invalidate
{
text-decoration
:
line-through
;
}
}
.changing-auth-method
{
display
:
flex
;
justify-content
:
center
;
}
}
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