summaryrefslogtreecommitdiff
path: root/public/assets/css
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-09-07 08:49:07 -0400
committerJules Laplace <jules@okfoc.us>2015-09-07 08:49:07 -0400
commitda67b1e03f953e66f8f1d480a778a1ab8066ed26 (patch)
tree85ad68179bd9916a6b7fbcdf47ee1598c6b26862 /public/assets/css
parentbfa91e95e7092c07046ef9e6f0460a3fd7d58b7f (diff)
centering
Diffstat (limited to 'public/assets/css')
-rw-r--r--public/assets/css/bucky.css19
1 files changed, 17 insertions, 2 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index f05b0ea..787d209 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -235,6 +235,18 @@ tr:nth-child(even) td.black:hover { background-color: #f8f8f8; color: #000000;
.older { color: #5D6464; }
.quiet { color: #787878; }
+#details .left, #details .right {
+ float: left;
+ padding-right: 20px;
+}
+#details_rapper {
+ width: 100%;
+ text-align: center;
+}
+#details {
+ display: inline-block;
+ text-align: left;
+}
#comments, #comments tr {
margin: 0; padding: 0;
@@ -281,6 +293,7 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; }
}
#files td {
padding: 3px 3px;
+ font-size: 11px;
}
#files .user a {
text-decoration: none;
@@ -296,7 +309,9 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; }
text-align: right;
border-top: 1px dotted #888;
}
-
+#files .playing:before {
+ content: "> ";
+}
@media (max-width: 1024px) {
.threads td:nth-child(3) small {
@@ -308,4 +323,4 @@ tr:nth-child(odd) td.comment { background-color: #fcf8f8; }
.threads .size {
display: none;
}
-} \ No newline at end of file
+}