From 9f26d6b06d38b599e5eef29318ff6bd6c73e74b9 Mon Sep 17 00:00:00 2001 From: Kanstantsin Kamkou Date: Tue, 12 Feb 2013 21:57:01 +0100 Subject: [PATCH] #4 - design changes --- src/app/styles.less | 2 +- src/views/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles.less b/src/app/styles.less index 726f0df..8f20f91 100644 --- a/src/app/styles.less +++ b/src/app/styles.less @@ -33,7 +33,7 @@ div.tile .progress-bar{ .tile .toolbar{ display: none; position: absolute; bottom: 0; background-color: rgba(0,0,0,0.6); width: 100%; height: 32px; } .tile .badge{ z-index: 1; } -.tile .issue-icon{ position: absolute; left: 0; bottom: 9px; width: 12px; height: 12px; } +.tile .issue-icon{ position: absolute; right: 0; top: 0; width: 13px; height: 13px; text-align: center; } .tile .issue-icon img{ vertical-align: top; width: 12px; height: 12px; } #home-workspaces{ position: absolute; right: 0; } diff --git a/src/views/index.html b/src/views/index.html index 449c1fb..b515eb3 100644 --- a/src/views/index.html +++ b/src/views/index.html @@ -27,7 +27,7 @@
{{issue.fields.reporter.displayName}}
- {{issue.fields.issuetype.name | lowercase}} + {{issue.fields.issuetype.name}} {{issue.fields.timeestimate}}