summaryrefslogtreecommitdiffhomepage
path: root/apioforum/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'apioforum/static/style.css')
-rw-r--r--apioforum/static/style.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/apioforum/static/style.css b/apioforum/static/style.css
index 2ec7d20..d66a639 100644
--- a/apioforum/static/style.css
+++ b/apioforum/static/style.css
@@ -55,15 +55,19 @@ nav a { color: blue; text-decoration: none }
.threadlisting:nth-child(odd) { background-color: #ddd }
.threadlisting { display: flex; flex-flow: row wrap; text-align: center }
-.threadlisting-part { flex: 1 0px; display: table-cell; vertical-align: middle; }
+.threadlisting-part { flex: 1 0px; display: table-cell; vertical-align: middle; padding: 3px}
.threadlisting-part-title { flex: 3 0px }
+.threadlisting-header { font-weight: bold }
@media all and (max-width: 800px) {
.threadlisting-part-title { flex: 2 100%; }
.threadlisting { margin-bottom: 5px; }
}
-.threadlisting-part-id { flex: 0.4 0px; }
+@media all and (min-width: 1200px) {
+ .threadlisting { width: 1200px }
+}
+.threadlisting-part-id { flex: 0.4 0px; }
.threadlisting-part { border: 1px solid black }
.actionbutton::before {