Fine tuning for branch name and subject.

In Chrome, it looked slightly off, the line-height adjustment
seems to fix it.
This commit is contained in:
Mathias Meyer 2014-05-09 10:28:35 +02:00
parent 2bc3d4d488
commit 49c794c533
3 changed files with 8 additions and 6 deletions

View File

@ -19,9 +19,9 @@
<div class="branch" {{bind-attr title="build.commit.branch"}}>
{{build.commit.branch}}
</div>
-
<div class="subject">
{{formatMessage build.commit.subject repoBinding=build.repo}}
- {{formatMessage build.commit.subject repoBinding=build.repo}}
</div>
<pre class="body">

View File

@ -18,9 +18,9 @@
<div class="branch" {{bind-attr title="job.commit.branch"}}>
{{job.commit.branch}}
</div>
-
<div class="subject">
{{formatMessage job.commit.subject repoBinding=job.repo}}
- {{formatMessage job.commit.subject repoBinding=job.repo}}
</div>
<pre class="body">

View File

@ -31,10 +31,12 @@
white-space: nowrap
.subject
display: inline
display: inline-block
font-size: 15px
overflow: hide
margin-top: 10px
overflow: hidden
margin-right: 2px
line-height: 20px
.body
min-width: 500px