From 36b5b4c30cbe3718c1882e66220e5d8036b33d9a Mon Sep 17 00:00:00 2001 From: Sergio Date: Thu, 25 Sep 2025 13:01:25 +0200 Subject: [PATCH] cambios menu --- .../Components/Layout/MainLayout.razor | 2 +- .../Components/Pages/HerramientaCASAS.razor | 18 ++++++++++++------ HerramientaCASA/wwwroot/Content/Site.css | 19 +++++++++++++++++++ 3 files changed, 32 insertions(+), 7 deletions(-) diff --git a/HerramientaCASA/Components/Layout/MainLayout.razor b/HerramientaCASA/Components/Layout/MainLayout.razor index e82f1ad..cfb3815 100644 --- a/HerramientaCASA/Components/Layout/MainLayout.razor +++ b/HerramientaCASA/Components/Layout/MainLayout.razor @@ -13,7 +13,7 @@ - + diff --git a/HerramientaCASA/Components/Pages/HerramientaCASAS.razor b/HerramientaCASA/Components/Pages/HerramientaCASAS.razor index b631234..7f81dcf 100644 --- a/HerramientaCASA/Components/Pages/HerramientaCASAS.razor +++ b/HerramientaCASA/Components/Pages/HerramientaCASAS.razor @@ -45,12 +45,18 @@
-
- - Nombre de la simulación: - - - +
+
+ +
+ Nombre de la simulación: + +
+
+
+ + +
@* *@ diff --git a/HerramientaCASA/wwwroot/Content/Site.css b/HerramientaCASA/wwwroot/Content/Site.css index f1e518c..05abebb 100644 --- a/HerramientaCASA/wwwroot/Content/Site.css +++ b/HerramientaCASA/wwwroot/Content/Site.css @@ -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;