Umstyling der Navbar im Kundenbereich
This commit is contained in:
@@ -104,7 +104,10 @@
|
||||
}
|
||||
#flex-container{
|
||||
width:1800px;
|
||||
}
|
||||
}
|
||||
#containerinnavbar{
|
||||
width:60%;
|
||||
}
|
||||
@media (max-width: 575px){
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
@@ -214,7 +217,10 @@
|
||||
<link rel="stylesheet" type="text/css" href="../css/status.css"/>
|
||||
<link rel="SHORTCUT ICON" href="../images/Icons/favicon/favicon.ico" />
|
||||
<!-- <link rel="stylesheet" type="text/css" href="css/edit_main.css"> -->
|
||||
|
||||
<style>
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="containerall">
|
||||
@@ -286,11 +292,12 @@
|
||||
<!-- </div> -->
|
||||
<div class="container">
|
||||
<!-- Navigation Bar-->
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<li class="nav-item" style="list-style:none;">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
</li>
|
||||
<div class="dropdown">
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx"><img src="../images/Logo_small.png" style:"width:120px" alt="Schriftzug: Verag AG Blaue Schrift: Verag Spedition Graue Schrift: AG" data-toggle="tooltip" data-placement="top" title="https://www.verag.ag"/></a>
|
||||
<div class="mx-auto" style="width: 700px;">
|
||||
|
||||
|
||||
<div class="dropdown">
|
||||
<li class="nav-item dropdown" style="background-color:#fff; color:#043381;list-style:none;">
|
||||
<a class="nav-link dropdown-toggle" href="Welcome.aspx" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="background-color:#fff; color:#043381;">
|
||||
Startseite
|
||||
@@ -320,7 +327,7 @@
|
||||
<div class="dropdown-divider"></div>
|
||||
<li><a class="dropdown-item" href="#">Lorem Lipsum</a></li>
|
||||
</ul>
|
||||
</li></div>
|
||||
</li></div> </div>
|
||||
</nav>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user