diff --git a/Padel/padel/static/styles.css b/Padel/padel/static/styles.css index dc486d5..2a3456a 100644 --- a/Padel/padel/static/styles.css +++ b/Padel/padel/static/styles.css @@ -10,9 +10,9 @@ } li { - list-style: square inside; + list-style: square ; border: 1px solid #ccc; - + text-align: left; } a, @@ -89,3 +89,33 @@ vertical-align: top; padding: 0px; } + + table { + text-align: left; + min-width: 200px; + padding: 20px; + margin-bottom: 20px; + box-shadow: 0px 0px 10px #ccc; + vertical-align: top; + } + + .columnid { + width: 10px; + } + + .columnname { + width: 300px; + } + + #tablareservas td:nth-child(1) { + width: 10px; + } + + #tablareservas td:nth-child(2) { + width: 200px; + } + + #tablareservas td:nth-child(5) { + width: 100px; + text-align: center; + } \ No newline at end of file diff --git a/Padel/padel/templates/reservas/misreservas.html b/Padel/padel/templates/reservas/misreservas.html index d948284..b2c741e 100644 --- a/Padel/padel/templates/reservas/misreservas.html +++ b/Padel/padel/templates/reservas/misreservas.html @@ -5,13 +5,27 @@ {% endblock header %} {% block content %} -