diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/default/style.css | 2 | ||||
-rw-r--r-- | view/theme/duepuntozero/style.css | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/view/theme/default/style.css b/view/theme/default/style.css index ae45a4244..a60ea9db6 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 d6a1744a6..d27a894b7 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; } |