Fix img admin
This commit is contained in:
@@ -32,9 +32,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6 text-center">
|
||||
<asp:Image ID="Image1" runat="server" src="../images/LogoMapoNoText.png" CssClass="img-fluid" Height="1.5em" />
|
||||
<asp:Image ID="Image1" runat="server" src="Images/LogoMapoNoText.png" CssClass="img-fluid" Height="1.5em" />
|
||||
<asp:HyperLink runat="server" is="hlHome" CssClass="btn btn-outline-info" NavigateUrl="~/menu"><i class="fa fa-home" aria-hidden="true"></i> MAPO ADMIN - Menu generale </asp:HyperLink>
|
||||
<asp:Image ID="Image2" runat="server" src="../images/LogoMapoNoText.png" CssClass="img-fluid" Height="1.5em" />
|
||||
<asp:Image ID="Image2" runat="server" src="Images/LogoMapoNoText.png" CssClass="img-fluid" Height="1.5em" />
|
||||
</div>
|
||||
<div class="col-3 text-right">
|
||||
<asp:HyperLink runat="server" ID="hlGuida" NavigateUrl="~/help/index.html" Target="_blank" Style="text-decoration: none; color: White; font-size: small;" Visible="false" >
|
||||
|
||||
Reference in New Issue
Block a user