aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/ventanas.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-27 22:02:38 -0300
committerLibravatar junk 2021-03-28 05:37:20 -0300
commitaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (patch)
tree55b2fd7647cecd08996034ea6f335fef7ec6f9ed /static/css/txt/ventanas.css
parent9b039e42df4eefb7971a2cfa19bce260ab4ef08f (diff)
downloadweabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.gz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.tar.xz
weabot-aa8a6056f4c3cd8c6663d1714782f972bcb87b8f.zip
Arreglando lista de hilos
Diffstat (limited to 'static/css/txt/ventanas.css')
-rw-r--r--static/css/txt/ventanas.css19
1 files changed, 6 insertions, 13 deletions
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 {