Design Auftrags-Button geändert
This commit is contained in:
@@ -125,6 +125,15 @@
|
||||
color:#043381;
|
||||
background-color:#fff;
|
||||
}
|
||||
#btn_Auftraege {
|
||||
|
||||
border:none;
|
||||
}
|
||||
#btn_Auftraege:hover {
|
||||
color: #043381;
|
||||
background-color: #fff;
|
||||
border: 2px solid #043381;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" type="text/css" href="../css/style.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../css/Dropdown.css"/>
|
||||
@@ -387,7 +396,7 @@
|
||||
<div class="d-none d-md-block">
|
||||
<nav class="navbar fixed-top navbar-expand-lg navbar-light" style="background-color:#fff" data-spy="affix" data-offset-top="197">
|
||||
<a class="navbar-brand" href="../newpageJulius_Sidebar.aspx?lan2=DE&lan3=0"><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 style="margin-left:25%;margin-right:-25%">
|
||||
<div style="margin-left:30%;margin-right:-30%">
|
||||
<div class="btn-group">
|
||||
<%If Me.Page.User.Identity.Name = "test" Then %>
|
||||
<a type="button" class="btn btn-primary" href="Welcome.aspx">Startseite</a>
|
||||
|
||||
Reference in New Issue
Block a user