aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/headline.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-28 07:51:40 -0300
committerLibravatar junk 2021-03-31 05:27:26 -0300
commitf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (patch)
treef0d72c1a497f73863078f1970e3ba692ffec860d /static/css/txt/headline.css
parentaa8a6056f4c3cd8c6663d1714782f972bcb87b8f (diff)
downloadweabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.gz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.tar.xz
weabot-f7baf0c69606d49c6be86d3f27bc88d9d58cd4ba.zip
Mejor forma de ocultar posts
Diffstat (limited to 'static/css/txt/headline.css')
-rw-r--r--static/css/txt/headline.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index b09b78e..1d9b186 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -117,13 +117,14 @@ button:active {
#size {
color: #d60;
}
-.deleted {
+.deleted h4 {
color: #afafaf;
}
#q-p {
background: #fff;
border: 1px solid #bbb;
border-bottom: 2px solid #bbb;
+ padding: 0;
}
.lastposts {
padding: 8px;
@@ -152,12 +153,12 @@ form .msg {
}
@media (max-width: 600px) {
.thread .innerbox {
- padding: 8px;
+ padding: 4px;
}
.innerbox,
.postform,
.mainpage .postform {
- padding: 8px;
- padding-left: 8px;
+ padding: 4px;
+ padding-left: 4px;
}
}