cambios menu
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css" rel="stylesheet" />
|
||||
<link href="_content/Blazor.Bootstrap/blazor.bootstrap.css" rel="stylesheet" />
|
||||
<link href="_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css" rel="stylesheet" />
|
||||
<link href="Content/Site.css?v=0.50" rel="stylesheet" />
|
||||
<link href="Content/Site.css?v=0.53" rel="stylesheet" />
|
||||
<link href="Content/all.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css">
|
||||
<script src="Scripts/jquery.min.js"></script>
|
||||
|
||||
@@ -45,13 +45,19 @@
|
||||
</FooterTemplate>
|
||||
</Modal>
|
||||
<div class="container-fluid">
|
||||
<div class="d-flex mb-2 mt-2" style="width:100%">
|
||||
<div class="d-flex justify-content-between mb-2 mt-2" style="width:100%;position:relative">
|
||||
<div class="guardarNombre">
|
||||
<button @onclick="@(() => abrirPopupGuardar())" class="btnBlue d-flex align-items-center"> <i class="fas fa-save pe-2"></i>@TituloBoton</button>
|
||||
<div class="d-flex tituloSim" style="width:100%">
|
||||
<b class="Fuente2 ps-2 pe-2 nomSim">Nombre de la simulación: </b>
|
||||
<InputText @bind-Value="casa.NombreSimulacion" class="form-control inputForm formatoMoneda inputTabla " style="text-align:left;font-weight:bold;"></InputText>
|
||||
</div>
|
||||
</div>
|
||||
<div class="d-flex ml-auto impriManual">
|
||||
<button @onclick="imprimir" class="btnBlue d-flex align-items-center ms-1" style="background-color: #65b7c3 !important;"> <i class="fas fa-print pe-2"></i>Imprimir</button>
|
||||
<button @onclick="VerManual" class="btnBlue d-flex align-items-center ms-1" style="background-color: #65b7c3 !important;"> <i class="fas fa-book pe-2"></i>Manual</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@* <Button @onclick="imprimir">Imprimir</Button> *@
|
||||
|
||||
|
||||
@@ -484,7 +484,26 @@ li.nav-item.active {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.guardarNombre {
|
||||
width:100%;
|
||||
display:flex;
|
||||
}
|
||||
.impriManual {
|
||||
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
.guardarNombre {
|
||||
display:block;
|
||||
}
|
||||
.impriManual {
|
||||
height: 36px;
|
||||
position:absolute;
|
||||
right:0px;
|
||||
}
|
||||
.tituloSim {
|
||||
margin-top:8px;
|
||||
}
|
||||
.top-menu {
|
||||
top: 6px;
|
||||
right: 52px;
|
||||
|
||||
Reference in New Issue
Block a user