From aa8a6056f4c3cd8c6663d1714782f972bcb87b8f Mon Sep 17 00:00:00 2001 From: junk Date: Sat, 27 Mar 2021 22:02:38 -0300 Subject: Arreglando lista de hilos --- static/css/txt/ventanas.css | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) (limited to 'static/css/txt/ventanas.css') diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css index 6b12281..6ca4e1a 100644 --- a/static/css/txt/ventanas.css +++ b/static/css/txt/ventanas.css @@ -2,8 +2,7 @@ body, textarea { color: #000; } -body.mainpage, -body.threads { +body.mainpage { background: #008081; } body.threadpage, @@ -127,7 +126,6 @@ button:active { input[type="text"], textarea, .innerbox, -#content, #threadlist, select { border-width: 2px; @@ -233,20 +231,15 @@ form .msg { margin: 0; padding: 0; } -#content { +#threads { background: #fff; + border-collapse: collapse; } -#content.list #header div { +#threads th { background: #ccc; } -#content.list .row div, -#content.grid .row { - border-width: 0 1px 1px 0; - border-style: solid; - border-color: #000; -} -#content .row:hover { - background: #eee; +#threads td, #threads th { + border: 1px solid #000; } @media (max-width: 600px) { #createbox form { -- cgit v1.2.1-18-gbd029