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
b65679d3
Commit
b65679d3
authored
Feb 18, 2016
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
neue Icons + buttons rechts
parent
911e868e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
style.css
webapp/css/style.css
+1
-1
ic_compare_arrows_black_24dp_1x.png
webapp/images/icons/ic_compare_arrows_black_24dp_1x.png
+0
-0
ic_sync_black_24dp_1x.png
webapp/images/icons/ic_sync_black_24dp_1x.png
+0
-0
index.php
webapp/index.php
+5
-5
No files found.
webapp/css/style.css
View file @
b65679d3
...
...
@@ -167,7 +167,7 @@ border-top-right-radius: 3px;
background-size
:
100%
100%
;
}
.nav
li
:nth-child
(
7
)
a
{
background
:
url(../images/icons/ic_
sync
_black_24dp_1x.png)
;
background
:
url(../images/icons/ic_
compare_arrows
_black_24dp_1x.png)
;
background-size
:
100%
100%
;
}
.nav
li
:nth-child
(
8
)
a
{
...
...
webapp/images/icons/ic_compare_arrows_black_24dp_1x.png
0 → 100644
View file @
b65679d3
123 Bytes
webapp/images/icons/ic_sync_black_24dp_1x.png
deleted
100644 → 0
View file @
911e868e
250 Bytes
webapp/index.php
View file @
b65679d3
...
...
@@ -230,7 +230,7 @@ License URL: http://creativecommons.org/licenses/by/3.0/
<div
class=
"col-sm-3 logo"
>
<a
href=
"index.php"
><img
src=
"images/logo.png"
alt=
""
/></a>
</div>
<div
class=
"col-sm-6 nav"
>
<div
class=
"col-sm-6 nav
header_right
"
>
<ul>
<li><span
class=
"simptip-position-bottom simptip-movable"
data-tooltip=
"Startseite"
><a
href=
"index.php"
>
</a></span></li>
...
...
@@ -251,16 +251,16 @@ License URL: http://creativecommons.org/licenses/by/3.0/
<!-- <li><span class="simptip-position-bottom simptip-movable" data-tooltip="more"><a href="movie.html"> </a></span></li> -->
</ul>
</div>
<div
class=
"col-sm-3 header_right"
>
<
!-- <
div class="col-sm-3 header_right">
<ul class="header_right_box">
<!-- <li><img src="images/p1.png" alt=""/></li>--
>
<li><img src="images/p1.png" alt=""/></li
>
<li><p>
<a href="index.php?logoff">Abmelden</a>
</p></li>
<
!-- <li class="last"><i class="edit"> </i></li> --
>
<
li class="last"><i class="edit"> </i></li
>
<div class="clearfix"></div>
</ul>
</div>
</div>
-->
<div
class=
"clearfix"
></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