aboutsummaryrefslogtreecommitdiff
path: root/static/css/ib.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/ib.css')
-rw-r--r--static/css/ib.css14
1 files changed, 9 insertions, 5 deletions
diff --git a/static/css/ib.css b/static/css/ib.css
index b5e3c97..e56c4b6 100644
--- a/static/css/ib.css
+++ b/static/css/ib.css
@@ -155,7 +155,9 @@ textarea {
#catalog .hidden {
display: none;
}
-.res .thread.hidden > div, .res .thread.hidden > blockquote, #catalog .hidden a {
+.res .thread.hidden > div,
+.res .thread.hidden > blockquote,
+#catalog .hidden a {
display: block;
}
.res .thread.hidden > a {
@@ -216,13 +218,13 @@ textarea {
#cat-srch {
border: 1px inset gray;
padding: 0;
- width: 126px;
+ width: 100px;
}
#catalog .thread {
display: inline-block;
font-size: 14px;
line-height: 16px;
- margin: 0 .25em .5em;
+ margin: 0 0 .5em;
overflow: hidden;
padding: .2em;
position: relative;
@@ -231,13 +233,14 @@ textarea {
width: 165px;
}
#catalog.enlarged .thread {
- margin: 0 .5em 1em;
+ margin: 0 .25em 1em;
max-height: 350px;
width: 265px;
}
#catalog .thread a img {
border-radius: 4px;
margin-bottom: 4px;
+ box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
#catalog.enlarged .thread a img {
min-width: 128px;
@@ -331,6 +334,7 @@ textarea {
width: 100%;
margin: 0;
padding: 2px;
+ z-index: 9;
}
.postarea table {
border-spacing: 1px;
@@ -407,4 +411,4 @@ textarea {
#search span {
display: inline-block;
}
-} \ No newline at end of file
+}