summaryrefslogtreecommitdiffstats
path: root/extensions/MyDashboard/web/styles
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/MyDashboard/web/styles')
-rw-r--r--extensions/MyDashboard/web/styles/mydashboard.css11
1 files changed, 11 insertions, 0 deletions
diff --git a/extensions/MyDashboard/web/styles/mydashboard.css b/extensions/MyDashboard/web/styles/mydashboard.css
index dc253c0d1..253e60d42 100644
--- a/extensions/MyDashboard/web/styles/mydashboard.css
+++ b/extensions/MyDashboard/web/styles/mydashboard.css
@@ -51,3 +51,14 @@
padding: 20px !important;
height: 40px;
}
+
+#last_changes_header {
+ font-size: 12px;
+ font-weight: bold;
+ padding-bottom: 5px;
+ border-bottom: 1px solid rgb(200, 200, 186);
+}
+
+#last_changes .field_label {
+ text-align: left;
+}