From 2a4d1fa858bcab0c7e54c1c0a847537cacbed168 Mon Sep 17 00:00:00 2001 From: Friendika Date: Wed, 2 Feb 2011 23:07:01 -0800 Subject: [PATCH] append jotplugin tools to current toolbar row --- view/de/jot.tpl | 10 ++++++---- view/en/jot.tpl | 8 ++++---- view/fr/jot.tpl | 9 +++++---- view/it/jot.tpl | 9 +++++---- view/theme/default/style.css | 2 +- view/theme/duepuntozero/style.css | 3 ++- 6 files changed, 23 insertions(+), 18 deletions(-) diff --git a/view/de/jot.tpl b/view/de/jot.tpl index d86d8f84..545bbdad 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 d2a1014e..5f993577 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 7c49d771..720cb0d1 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 7153c341..eae3ecba 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 ae45a424..a60ea9db 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 d6a1744a..d27a894b 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; }