fix code climate popup overflow bug

This commit is contained in:
Lisa Passing 2015-04-21 14:13:18 +02:00
parent 9e7af7eaad
commit 6367f1882b
4 changed files with 12 additions and 14 deletions

View File

@ -15,7 +15,7 @@ $top-height: 55px
p
position: relative
margin: 0
margin: auto
padding: 0
.arrow
@ -92,7 +92,7 @@ $top-height: 55px
position: relative
a,
.navigation-handle span
.navigation-handle span:not(.sync-spinner)
display: block
color: #898989
border-bottom: solid 1px #eff0ec
@ -127,7 +127,7 @@ $top-height: 55px
margin-right: 0
a,
.navigation-handle span
.navigation-handle span:not(.sync-spinner)
padding: 0 .2em
.navigation--profile

View File

@ -14,7 +14,6 @@
background-color: $cream-light
p
margin: 0
white-space: nowrap
.icon
vertical-align: middle
.icon--lang
@ -133,10 +132,6 @@
position: absolute
bottom: 0
// repo header
.tile--repo
// build history etc
.tile--build
.tile-main
@ -151,10 +146,12 @@
&:after
@include fadeOut(right, -90deg, $cream-light)
@media #{$xlarge-up}
@include grid-column(8)
@include grid-column(7)
.tile-additional
p
white-space: nowrap
@media #{$xlarge-up}
@include grid-column(4)
@include grid-column(5)
p.tile-single-line
padding: .7em 0

View File

@ -42,6 +42,7 @@
p
font-size: $font-size-normal
word-wrap: normal
pre
background-color: $color-bg-pre

View File

@ -7,7 +7,7 @@
<p>
Integrating <a href="https://codeclimate.com">Code Climate's test coverage</a> reporting with your test
suite on Travis CI allows to track changes in coverage over time. If you haven't tried it out already, <a
{{bind-attr href=config.codeClimateUrl}}" target="_blank">sign
{{bind-attr href="config.codeClimateUrl"}} target="_blank">sign
up today</a> to improve your code's quality. New customers get 20% off for the first three months!
</p>
@ -17,14 +17,14 @@
<ol>
<li>
Add the `code-climate-reporter` gem to your Gemfile:<br/>
<p>Add the `code-climate-reporter` gem to your Gemfile:</p>
<pre>
gem "codeclimate-test-reporter", group: :test, require: nil
</pre>
</li>
<li>
Load the reporter in your `test_helper` or `spec_helper`, putting it at the very top:
<p>Load the reporter in your `test_helper` or `spec_helper`, putting it at the very top:</p>
<pre>
require "codeclimate-test-reporter"
@ -32,7 +32,7 @@ CodeClimate::TestReporter.start
</pre>
</li>
<li>
Add the Code Climate token to your .travis.yml:
<p>Add the Code Climate token to your .travis.yml:</p>
<pre>
addons: