Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
MediaDBViewerAPI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2
Issues
2
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BA_SI-Projekt
MediaDBViewerAPI
Commits
377b7e94
Commit
377b7e94
authored
Feb 18, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rechte und schlüssel und vergleich hinzugefügt
parent
03834135
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
1 deletion
+13
-1
style.css
webapp/css/style.css
+8
-0
ic_swap_horiz_black_24dp_1x.png
webapp/images/icons/ic_swap_horiz_black_24dp_1x.png
+0
-0
ic_vpn_key_black_24dp_1x.png
webapp/images/icons/ic_vpn_key_black_24dp_1x.png
+0
-0
index.php
webapp/index.php
+5
-1
No files found.
webapp/css/style.css
View file @
377b7e94
...
...
@@ -163,6 +163,14 @@ border-top-right-radius: 3px;
background-size
:
100%
100%
;
}
.nav
li
:nth-child
(
6
)
a
{
background
:
url(../images/icons/ic_vpn_key_black_24dp_1x.png)
;
background-size
:
100%
100%
;
}
.nav
li
:nth-child
(
7
)
a
{
background
:
url(../images/icons/ic_swap_horiz_black_24dp_1x.png)
;
background-size
:
100%
100%
;
}
.nav
li
:nth-child
(
8
)
a
{
background
:
url(../images/icons/ic_settings_black_48dp_1x.png)
;
background-size
:
100%
100%
;
}
...
...
webapp/images/icons/ic_swap_horiz_black_24dp_1x.png
0 → 100644
View file @
377b7e94
120 Bytes
webapp/images/icons/ic_vpn_key_black_24dp_1x.png
0 → 100644
View file @
377b7e94
196 Bytes
webapp/index.php
View file @
377b7e94
...
...
@@ -241,7 +241,11 @@ License URL: http://creativecommons.org/licenses/by/3.0/
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Statistik"
><a
href=
"index.php?action=statistik"
>
</a></span></li>
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Schlüssel"
><a
href=
"index.php?action=schluessel"
>
</a></span></li>
data-tooltip=
"Rechte"
><a
href=
"index.php?action=rechte"
>
</a></span></li>
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Schlüssel"
><a
href=
"index.php?action=schluessel"
>
</a></span></li>
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Vergleich"
><a
href=
"index.php?action=vergleich"
>
</a></span></li>
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Einstellungen"
><a
href=
"index.php?action=einstellungen"
>
</a></span></li>
<!-- <li><span class="simptip-position-bottom simptip-movable" data-tooltip="more"><a href="movie.html"> </a></span></li> -->
...
...
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