From f196283ca175308af8115fa89411d23bbdd1df2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20M=C3=A9ndez?= <45081533+FerMdez@users.noreply.github.com> Date: Mon, 29 Mar 2021 01:04:48 +0200 Subject: [PATCH] Add files via upload --- assets/css/main.css | 33 ++++++++++++++++++++++++++++----- 1 file changed, 28 insertions(+), 5 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 1875b45..74c15df 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -29,7 +29,7 @@ h4 { } /* Buttons */ -button { +button, .button.large { display: inline-block; margin: 10px; width: 150px; @@ -42,14 +42,16 @@ button { font-weight: bold; position: relative; } -button:hover{ +.button.large { + width: 95%; +} +button:hover, .button:hover { cursor: pointer; background-color:#d3ebff; color:#1f2c3d; border-color: #1f2c3d; } - /* Header */ .header { background-color: #1f2c3d; @@ -164,9 +166,30 @@ table a{ font-weight: 600; padding: 0 0.85em 0.85em 0.85em; } - table thead { + table thead, table tfoot { border-bottom: solid 2px #1f2c3d; } + table.alt { + border-collapse: separate; + } + table.alt tbody tr td { + border: solid 1px #1f2c3d; + border-left-width: 0; + border-top-width: 0; + } + + table.alt tbody tr td:first-child { + border-left-width: 1px; + } + + table.alt tbody tr:first-child td { + border-top-width: 1px; + } + + table.alt thead, table.alt tfoot { + border-top: 0; + } + /* Main */ .main { @@ -519,4 +542,4 @@ footer { width: 100%; height: 100%; } -} +} \ No newline at end of file