summaryrefslogtreecommitdiff
path: root/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css')
-rw-r--r--assets/css/app.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index 0bb25740..a4d71cb4 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -1119,6 +1119,22 @@ tr td.task-orange,
color: #555;
}
+/* dashboard */
+#dashboard table {
+ font-size: 0.95em;
+}
+
+.dashboard-left-column {
+ width: 55%;
+ float: left;
+}
+
+.dashboard-right-column {
+ margin-left: 5%;
+ width: 40%;
+ float: left;
+}
+
/* confirmation box */
.confirm {
max-width: 700px;