diff --git a/gestaoRaul/db.sqlite3 b/gestaoRaul/db.sqlite3
index 55e01fb..e534b8c 100644
Binary files a/gestaoRaul/db.sqlite3 and b/gestaoRaul/db.sqlite3 differ
diff --git a/gestaoRaul/mesas/templates/mesas_map.html b/gestaoRaul/mesas/templates/mesas_map.html
index 9141d86..cf986c5 100644
--- a/gestaoRaul/mesas/templates/mesas_map.html
+++ b/gestaoRaul/mesas/templates/mesas_map.html
@@ -19,12 +19,17 @@ RRB&C - Mapa de Mesas
#mapa {
width: 1400px;
height: 800px;
+ border-radius: 15px;
+ /* margin: 15; */
+
background-image: url("{% static 'midia/mapMesa.webp' %}" );
background-size: cover;
position: relative;
}
+
Mapa de Mesas
+
{% for eixo in eixosXY %}
diff --git a/gestaoRaul/templates/base.html b/gestaoRaul/templates/base.html
index eef0a34..d0e12e4 100644
--- a/gestaoRaul/templates/base.html
+++ b/gestaoRaul/templates/base.html
@@ -9,6 +9,7 @@
+
{% block 'head' %}
{% endblock %}
diff --git a/gestaoRaul/templates/static/base.css b/gestaoRaul/templates/static/base.css
index dbd327f..786ba75 100644
--- a/gestaoRaul/templates/static/base.css
+++ b/gestaoRaul/templates/static/base.css
@@ -1,9 +1,10 @@
body {
- margin: 0;
+ margin: 15px;
+ padding: 15px;
font-family: Arial, sans-serif;
}
-.sidebar {
+/* .sidebar {
height: 100vh;
width: 200px;
background-color: #f1f1f1;
@@ -14,7 +15,7 @@ body {
}
.content {
- margin-left: 220px; /* Ajustar para a largura da sidebar + padding */
+ margin-left: 220px;
padding: 20px;
}
@@ -32,4 +33,4 @@ li a {
li a:hover {
background-color: #ccc;
-}
\ No newline at end of file
+} */
diff --git a/gestaoRaul/templates/static/mesas/css/mesas.css b/gestaoRaul/templates/static/mesas/css/mesas.css
index c837761..210ed56 100644
--- a/gestaoRaul/templates/static/mesas/css/mesas.css
+++ b/gestaoRaul/templates/static/mesas/css/mesas.css
@@ -62,7 +62,6 @@
background-color: rgb(75, 75, 75);
border-radius: 15px;
padding: 15px;
- margin: 15px;
min-height: 300px;
- max-width: 1370px;
+ max-width: 1400px;
}
\ No newline at end of file
diff --git a/gestaoRaul/templates/static/mesas/js/mesas_map.js b/gestaoRaul/templates/static/mesas/js/mesas_map.js
index d05f3e7..ac26583 100644
--- a/gestaoRaul/templates/static/mesas/js/mesas_map.js
+++ b/gestaoRaul/templates/static/mesas/js/mesas_map.js
@@ -68,6 +68,7 @@ var resposta = fetch(url, {method: 'POST',
});
}else{
alert('Aqui não pode!!!')
+ location.reload();
}
}