Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
StrandLab2.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Strand Lab
StrandLab2.net
Commits
f242168b
Commit
f242168b
authored
5 years ago
by
Nicole Finks
Browse files
Options
Downloads
Patches
Plain Diff
[fixed css]
parent
3731574f
2 merge requests
!9
Develop
,
!8
Repository
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/custom/repository.html
+5
-61
5 additions, 61 deletions
layouts/custom/repository.html
static/css/sidenavRepository.css
+5
-4
5 additions, 4 deletions
static/css/sidenavRepository.css
with
10 additions
and
65 deletions
layouts/custom/repository.html
+
5
−
61
View file @
f242168b
...
...
@@ -6,61 +6,13 @@
</div>
<div
class=
"content"
>
{{ .Content }}
</div>
<p>
Hello testing
</p>
<!--{{ partial "footer.html" . }}-->
<!-- cuts off anything after it-->
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/static/css/sidenavRepository.css"
/>
<p>
hello testing head
</p>
<!--style type="text/css">
.sidenav {
width: 130px;
position: fixed;
z-index: 1;
top : 0;
right: 0;
background: #eee;
padding-top: 20px;
}
.sidenav a {
padding: 6px 8px 6px 16px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}
.sidenav a:hover{
color: #f1f1f1;
}
@media screen and (max-height:450px){
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}
</style-->
</head>
<body>
<!-- Sidebar for Filters -->
<div
class=
"sidenav"
>
<a
href=
"#"
>
Example
</a>
<a
href=
"#"
>
Example
</a>
</div>
...
...
@@ -81,22 +33,14 @@
</div>
</div>
<head>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/css/sidenavRepository.css"
/>
</head>
</body>
{{ partial "footer.html" . }}
This diff is collapsed.
Click to expand it.
static/css/sidenavRepository.css
+
5
−
4
View file @
f242168b
/* the sidebar menu */
.sidenav
{
width
:
130px
;
position
:
fixed
;
/* stay in place on scroll */
z-index
:
1
;
/* sta
u
on top*/
position
:
fixed
/* stay in place on scroll */
/*
z-index:1; /* sta
y
on top*/
top
:
0
;
/* stay on top*/
right
:
0
;
/* on left side of screen */
left
:
0
;
/* on left side of screen */
background
:
#eee
;
padding-top
:
20px
;
}
...
...
@@ -12,7 +13,7 @@
/* Sidenav filters */
.sidenav
a
{
padding
:
6px
8px
6px
16px
;
padding
:
6px
8px
6px
16px
;
text-decoration
:
none
;
font-size
:
25px
;
color
:
#818181
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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