Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sfu
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
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Alain Takoudjou
sfu
Commits
60470cf8
Commit
60470cf8
authored
Nov 27, 2020
by
Alain Takoudjou
Committed by
Juliusz Chroboczek
Nov 29, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Simplify Settings menu icon
parent
63b460d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
6 deletions
+15
-6
static/sfu.css
static/sfu.css
+13
-3
static/sfu.html
static/sfu.html
+2
-3
No files found.
static/sfu.css
View file @
60470cf8
...
...
@@ -545,7 +545,7 @@ textarea.form-reply {
.nav-link
{
padding
:
0
;
color
:
#dbd9d9
;
min-width
:
3
2
px
;
min-width
:
3
0
px
;
display
:
block
;
text-align
:
center
;
margin
:
0
10px
;
...
...
@@ -584,6 +584,11 @@ textarea.form-reply {
font-size
:
25px
;
}
.nav-more
{
padding-top
:
5px
;
margin-left
:
0
;
}
.header-title
{
float
:
left
;
margin
:
0
;
...
...
@@ -1097,7 +1102,7 @@ header .collapse {
@media
only
screen
and
(
max-device-width
:
1024px
)
{
.nav-link
{
margin
:
0
;
margin
:
0
4px
;
line-height
:
1.5
;
}
...
...
@@ -1109,6 +1114,11 @@ header .collapse {
display
:
none
;
}
.nav-more
{
padding-top
:
0
;
margin-left
:
inherit
;
}
.full-width
{
height
:
calc
(
var
(
--vh
,
1vh
)
*
100
-
56px
);
}
...
...
@@ -1187,7 +1197,7 @@ header .collapse {
display
:
block
;
}
.sidenav
a
{
padding
:
10px
5
px
;}
.sidenav
a
{
padding
:
10px
10
px
;}
.sidenav-header
h2
{
line-height
:
36px
;
...
...
static/sfu.html
View file @
60470cf8
...
...
@@ -72,9 +72,8 @@
</div>
</li>
<li>
<div
class=
"nav-button nav-link"
id=
"openside"
>
<span><i
class=
"fas fa-cog"
aria-hidden=
"true"
></i></span>
<label>
Settings
</label>
<div
class=
"nav-button nav-link nav-more"
id=
"openside"
>
<span><i
class=
"fas fa-ellipsis-v"
aria-hidden=
"true"
></i></span>
</div>
</li>
</ul>
...
...
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