From 71281c87f8750e7fd2db90aa5b83d2865d35768d Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 12 Feb 2015 12:47:05 -0200 Subject: #239 Fixing tag display and menu expansion slide width --- web-ui/app/templates/tags/tag.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/templates') diff --git a/web-ui/app/templates/tags/tag.hbs b/web-ui/app/templates/tags/tag.hbs index a7b02e21..0d21cfde 100644 --- a/web-ui/app/templates/tags/tag.hbs +++ b/web-ui/app/templates/tags/tag.hbs @@ -1,3 +1,3 @@
  • - {{> tag_inner }} + {{> tag_inner }}
  • -- cgit v1.2.3 From 1e42c85ed0e0af4181dfe1b66d1c6445975bea10 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 12 Feb 2015 16:25:22 -0200 Subject: #239 Adding extra padding to tag labels --- web-ui/app/templates/tags/tag.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web-ui/app/templates') diff --git a/web-ui/app/templates/tags/tag.hbs b/web-ui/app/templates/tags/tag.hbs index 0d21cfde..5df67513 100644 --- a/web-ui/app/templates/tags/tag.hbs +++ b/web-ui/app/templates/tags/tag.hbs @@ -1,3 +1,3 @@
  • - {{> tag_inner }} + {{> tag_inner }}
  • -- cgit v1.2.3 From 90f4555ff85bd802f678805068f1776b6804a242 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Wed, 18 Feb 2015 16:45:48 -0200 Subject: #239 Removing function that dynamically sets a margin-top to the full email view body according to the message header size. This *should* work as the message header is no longer fixed (position:fixed) --- web-ui/app/templates/mails/full_view.hbs | 6 ------ 1 file changed, 6 deletions(-) (limited to 'web-ui/app/templates') diff --git a/web-ui/app/templates/mails/full_view.hbs b/web-ui/app/templates/mails/full_view.hbs index d05537f3..c72b3af9 100644 --- a/web-ui/app/templates/mails/full_view.hbs +++ b/web-ui/app/templates/mails/full_view.hbs @@ -81,9 +81,3 @@ {{/if}} - -- cgit v1.2.3 From 80ad3d158cb4dfe9c4ea8a28a563f8e95c1fba50 Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Thu, 19 Feb 2015 16:21:44 -0200 Subject: #239 Fixing logout style and removing duplicated styling --- web-ui/app/templates/page/logout.hbs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'web-ui/app/templates') diff --git a/web-ui/app/templates/page/logout.hbs b/web-ui/app/templates/page/logout.hbs index a17b3b7e..dd931274 100644 --- a/web-ui/app/templates/page/logout.hbs +++ b/web-ui/app/templates/page/logout.hbs @@ -1,8 +1,8 @@ -- cgit v1.2.3