summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 10:44:13 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 10:44:13 -0400
commitaa9718404cba9cf1c872b7cedded31d68d3beb54 (patch)
tree0da2739d510f164ad34632a94f375a102916ad63 /public/assets/css/bucky.css
parent3bfcb525760dff0613c7dbbf26749a2191ccc6ea (diff)
gallery
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css14
1 files changed, 13 insertions, 1 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 787d209..4d79da3 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -247,6 +247,9 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000;
display: inline-block;
text-align: left;
}
+#details .right {
+ max-width: 50vw;
+}
#comments, #comments tr {
margin: 0; padding: 0;
@@ -263,6 +266,7 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000;
padding: 0 3px 3px 0;
text-align: center;
font-size: 11px;
+ vertical-align: top;
}
#comments tr .user img {
border: 1px solid;
@@ -274,7 +278,6 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000;
font-size: 12px;
padding-top: 3px;
padding-bottom: 20px;
- min-width: 400px;
}
.comment .date {
float: right;
@@ -313,6 +316,15 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; }
content: "> ";
}
+#gallery {
+ width: 100%;
+}
+#gallery div {
+ display: inline-block;
+ text-align: center;
+ padding: 0 0 12px 0;
+}
+
@media (max-width: 1024px) {
.threads td:nth-child(3) small {
display: none;