From 1ef263d03372212d1e6d24cff2e794ad599c64ae Mon Sep 17 00:00:00 2001 From: Welton Moura Date: Fri, 27 Jun 2025 10:40:27 -0300 Subject: [PATCH] style: size navbar desktop --- gestaoRaul/db.sqlite3 | Bin 348160 -> 348160 bytes .../__pycache__/settings.cpython-312.pyc | Bin 4405 -> 4405 bytes gestaoRaul/home/templates/home.html | 3 + gestaoRaul/templates/base.html | 94 +++++++++--------- gestaoRaul/templates/static/base.css | 21 +++- gestaoRaul/templates/static/home/css/home.css | 2 +- 6 files changed, 69 insertions(+), 51 deletions(-) diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3 index faf0e9f0506e2763214a05c4de31c1c13c3a8b3a..70969da9cdf62a8ebe11ca28a1bcbabb7fe7caab 100644 GIT binary patch delta 262 zcmZozAlk4%bb>Tv(nJ|&#-xo2`Ff0X%@_3AFX%CDzo5rtIFXH~jbS?X_37*fnEtWX z^HlJx1af!|GHEm3+ir1?X+9S_8#5!50c+j#d#9OJurn|)fbjO-Gfbt-tad=HozvMb zFg0^=U*X=$J)e69kU!-D(_+R6+bu3K1wwR-19eZh&9si4rw**U-SrL=5HoLgy~DCc zn2qfUgDdN~>Fgg^!lx&EU@>B0J;!=(`;-qXR;(IIU3F{>jtq>9Mg~Tvx&~&tM&=5J z##V-=Rz~J}7M7;w#uf(R%3Zb79lx=NOqY{kWuGqijpZ;4(2c4SCn|3L`Hh7=5&$4C BP|E-S delta 293 zcmZozAlk4%bb>Tv!bBNo#)ORt`Ff1C%@_3AFX%CDzo5rtIFXHkfnhrLz3J=+nEtW1 z@znEF@T{E9bC5}!@%na)gG}?e*ntYzRanKR-#g8;f}M?-k;#BHX?yP(rc!3sI-u4G z)7dXDHFNRUabMxy$~~WZ#`Gx{m=-f0*=})>DUgeunN^lgmw|oygxgH(z`Dg*liFSH zFaa_1cGo*BdxSwQaAo~Go&5t#I1}5I>2V)ejF_0Jwom!MV#TT<&c?ZeVG4sI10$o6 zfsv`MfiVy%7#Ufa8d@2f>seTu8kiU>chydJ{Kg_OT~3CTeY)T`mcyz_T}f<6x=eHp eEENn*t&B{q3@!CcjSb8!Obx`h|NO?n9ti-C4OCA6 diff --git a/gestaoRaul/gestaoRaul/__pycache__/settings.cpython-312.pyc b/gestaoRaul/gestaoRaul/__pycache__/settings.cpython-312.pyc index 694a69b6b2da002da3d36727d5fde7637444b59d..0ea64b8859ac840bd7a294afd797e5bcea169ee2 100644 GIT binary patch delta 20 acmdn0v{i}wG%qg~0}zByirdJoB?tgH69ne~ delta 20 acmdn0v{i}wG%qg~0}!yq$8O}-5(EG>r37LC diff --git a/gestaoRaul/home/templates/home.html b/gestaoRaul/home/templates/home.html index ad4948b..3a578b1 100644 --- a/gestaoRaul/home/templates/home.html +++ b/gestaoRaul/home/templates/home.html @@ -35,6 +35,7 @@ RRB&C - DashBoard +

Ticket médio

@@ -42,10 +43,12 @@ RRB&C - DashBoard
+

Mais vendidos

+

Tempo médio na cozinha

diff --git a/gestaoRaul/templates/base.html b/gestaoRaul/templates/base.html index 2080a6b..ee58c79 100644 --- a/gestaoRaul/templates/base.html +++ b/gestaoRaul/templates/base.html @@ -11,10 +11,7 @@ {% load pwa %} {% progressive_web_app_meta %} - + {% block 'head' %} @@ -22,12 +19,13 @@ {% block 'title' %}{% endblock %} -
-
+ +
+
-
+
+
- - -
+ + + +
-
+
- + {% block 'body' %} {% endblock %} @@ -127,7 +125,7 @@

- + diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css index 8b1ee66..55ad690 100644 --- a/gestaoRaul/templates/static/base.css +++ b/gestaoRaul/templates/static/base.css @@ -58,7 +58,7 @@ body { - margin: 70px 0px 0px 0px; + margin-top: 70px; } h1{ @@ -172,6 +172,9 @@ input, textarea, select { position: fixed; top: 0; min-width: 100%; + height: 60px; + align-items: center; + align-content: center; z-index: 100; } @@ -179,6 +182,7 @@ input, textarea, select { display: flex; justify-content: space-between; padding: 0.1rem 1rem; + align-self: center; } @@ -186,6 +190,7 @@ input, textarea, select { display: flex; margin-top: 5px; align-items: center; + height: 60px; } @@ -217,9 +222,18 @@ input, textarea, select { grid-template-columns: repeat(2, 0.5fr); border: none; border-radius: 5px; - margin-top: 10px; + margin-top: 0px; + height: 60px; + width: 180px; gap: 10px;} +#user-info { +width: 120px; +overflow: hidden; +text-overflow: ellipsis; +white-space: nowrap; +} + .logout-button button a { text-decoration: none; color: #fff; @@ -413,6 +427,9 @@ input, textarea, select { .nav-bar { display:none; } + header .p-header { + display: none; + } body { margin: 8px 0px 0px 0px; diff --git a/gestaoRaul/templates/static/home/css/home.css b/gestaoRaul/templates/static/home/css/home.css index 6c479a0..0b68d87 100644 --- a/gestaoRaul/templates/static/home/css/home.css +++ b/gestaoRaul/templates/static/home/css/home.css @@ -7,7 +7,7 @@ grid-template-columns: repeat(3, 2fr); gap: 30px; max-width: 1200px; - margin: 0px 0px 20px 0px; + margin: 0px 0px 30px 0px; padding: 10px; }