Skip to content

Commit

Permalink
#4 - design changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanstantsin Kamkou committed Feb 12, 2013
1 parent ee2dd05 commit 9f26d6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/styles.less
Expand Up @@ -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; }
2 changes: 1 addition & 1 deletion src/views/index.html
Expand Up @@ -27,7 +27,7 @@ <h6 class="fg-{{issue._colors.fg}}">{{issue.fields.reporter.displayName}}</h6>

<div class="brand">
<span class="name fg-{{issue._colors.fg}}" ng-hide="issue._timerEnabled">
{{issue.fields.issuetype.name | lowercase}}
{{issue.fields.issuetype.name}}
<sup ng-show="issue.fields.timeestimate">{{issue.fields.timeestimate}}</sup>
</span>
<span class="badge playing" ng-show="timer.isStarted(issue)"></span>
Expand Down

0 comments on commit 9f26d6b

Please sign in to comment.