aboutsummaryrefslogtreecommitdiffstats
path: root/view/css
diff options
context:
space:
mode:
Diffstat (limited to 'view/css')
-rw-r--r--view/css/widgets.css14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/css/widgets.css b/view/css/widgets.css
index 326dfa0a1..493c83d97 100644
--- a/view/css/widgets.css
+++ b/view/css/widgets.css
@@ -1,8 +1,22 @@
+
.widget {
padding: 8px;
margin-top: 5px;
}
+/* Easiest way to indent the widget body - indent the entire widget and then shift the header label back to the left */
+
+.widget {
+ margin-left: 10px;
+}
+
+.widget h3 {
+ margin-left: -10px;
+}
+
+
+
+
/* suggest */
.suggest-widget-more {