diff --git a/view/de/jot.tpl b/view/de/jot.tpl index d86d8f8470..545bbdadd2 100644 --- a/view/de/jot.tpl +++ b/view/de/jot.tpl @@ -13,10 +13,6 @@ -
- $jotplugins -
-
@@ -37,6 +33,12 @@ + +
+ $jotplugins +
+ +
diff --git a/view/en/jot.tpl b/view/en/jot.tpl index d2a1014e72..5f99357780 100644 --- a/view/en/jot.tpl +++ b/view/en/jot.tpl @@ -15,10 +15,6 @@ -
- $jotplugins -
-
@@ -37,6 +33,10 @@ +
+ $jotplugins +
+
diff --git a/view/fr/jot.tpl b/view/fr/jot.tpl index 7c49d771da..720cb0d1bc 100644 --- a/view/fr/jot.tpl +++ b/view/fr/jot.tpl @@ -15,10 +15,6 @@ -
- $jotplugins -
-
@@ -38,6 +34,11 @@ + +
+ $jotplugins +
+
diff --git a/view/it/jot.tpl b/view/it/jot.tpl index 7153c341c7..eae3ecba8b 100644 --- a/view/it/jot.tpl +++ b/view/it/jot.tpl @@ -15,10 +15,6 @@ -
- $jotplugins -
-
@@ -37,6 +33,11 @@ + +
+ $jotplugins +
+
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index ae45a42449..a60ea9db6d 100644 --- a/view/theme/default/style.css +++ b/view/theme/default/style.css @@ -2010,7 +2010,7 @@ a.mail-list-link { .tool-wrapper { float: left; - margin-left: 5px; + margin-left: 20px; } .tool-link { cursor: pointer; diff --git a/view/theme/duepuntozero/style.css b/view/theme/duepuntozero/style.css index d6a1744a6b..d27a894b76 100644 --- a/view/theme/duepuntozero/style.css +++ b/view/theme/duepuntozero/style.css @@ -1900,8 +1900,9 @@ a.mail-list-link { .tool-wrapper { float: left; - margin-left: 5px; + margin-left: 20px; } + .tool-link { cursor: pointer; }