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
3ef389bc
Commit
3ef389bc
authored
Feb 18, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neuer Abmelden Button
parent
69bc594d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
0 deletions
+6
-0
style.css
webapp/css/style.css
+4
-0
ic_close_black_24dp_1x.png
webapp/images/icons/ic_close_black_24dp_1x.png
+0
-0
index.php
webapp/index.php
+2
-0
No files found.
webapp/css/style.css
View file @
3ef389bc
...
@@ -174,6 +174,10 @@ border-top-right-radius: 3px;
...
@@ -174,6 +174,10 @@ border-top-right-radius: 3px;
background
:
url(../images/icons/ic_settings_black_48dp_1x.png)
;
background
:
url(../images/icons/ic_settings_black_48dp_1x.png)
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
.nav
li
:nth-child
(
8
)
a
{
background
:
url(../images/icons/ic_close_black_24dp_1x.png)
;
background-size
:
100%
100%
;
}
ul
.header_right_box
{
ul
.header_right_box
{
padding
:
0
;
padding
:
0
;
margin
:
0
0
0
65%
;
margin
:
0
0
0
65%
;
...
...
webapp/images/icons/ic_close_black_24dp_1x.png
0 → 100644
View file @
3ef389bc
164 Bytes
webapp/index.php
View file @
3ef389bc
...
@@ -248,6 +248,8 @@ License URL: http://creativecommons.org/licenses/by/3.0/
...
@@ -248,6 +248,8 @@ License URL: http://creativecommons.org/licenses/by/3.0/
data-tooltip=
"Vergleich"
><a
href=
"index.php?action=vergleich"
>
</a></span></li>
data-tooltip=
"Vergleich"
><a
href=
"index.php?action=vergleich"
>
</a></span></li>
<li><span
class=
"simptip-position-bottom simptip-movable"
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Einstellungen"
><a
href=
"index.php?action=einstellungen"
>
</a></span></li>
data-tooltip=
"Einstellungen"
><a
href=
"index.php?action=einstellungen"
>
</a></span></li>
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Abmelden"
><a
href=
"index.php?logoff"
>
</a></span></li>
<!-- <li><span class="simptip-position-bottom simptip-movable" data-tooltip="more"><a href="movie.html"> </a></span></li> -->
<!-- <li><span class="simptip-position-bottom simptip-movable" data-tooltip="more"><a href="movie.html"> </a></span></li> -->
</ul>
</ul>
</div>
</div>
...
...
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