summaryrefslogtreecommitdiff
path: root/public/assets/css/bucky.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-12-15 05:36:50 +0100
committerJules Laplace <julescarbon@gmail.com>2017-12-15 05:36:50 +0100
commit7ad469291c015b33a2d20587db26b9621ed82d00 (patch)
tree83e2a56822033a638d03ff7ddf4bfee3181631e6 /public/assets/css/bucky.css
parentcc585396a85e3107bb7b4298098b84b738919c8f (diff)
sort file list by name or date, updates audio player
Diffstat (limited to 'public/assets/css/bucky.css')
-rw-r--r--public/assets/css/bucky.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/public/assets/css/bucky.css b/public/assets/css/bucky.css
index 03cb81d..e915ded 100644
--- a/public/assets/css/bucky.css
+++ b/public/assets/css/bucky.css
@@ -556,6 +556,8 @@ pre br {
display: block;
}
+/* FILES */
+
#files,
#files tr {
margin: 0; padding: 0;
@@ -599,6 +601,20 @@ pre br {
#files tr.total td:first-child {
padding: 5px;
}
+.bold {
+ font-weight: bold;
+}
+.italic {
+ font-style: italic;
+}
+.total div {
+ display: flex;
+ flex-direction: row;
+ justify-content: space-between;
+}
+#files .total td a {
+ display: inline;
+}
#gallery {
width: 100%;
@@ -688,6 +704,21 @@ pre br {
.desktop button.thread_delete:hover {
background: #ff8288;
}
+.allowed_field_container,
+.allowed_names {
+ display: none;
+}
+#thread_controls .allowed_names div {
+ display: inline-block;
+ white-space: nowrap;
+ margin-right: 10px;
+}
+#thread_controls .allowed_names label {
+ min-width: auto;
+ padding-right: 2px;
+ width: auto;
+ display: inline-block;
+}
/* SEARCH */