fix help/close icon on popups
This commit is contained in:
parent
34759558dd
commit
f1f5d26a51
|
@ -6,7 +6,12 @@
|
||||||
width: 16px
|
width: 16px
|
||||||
margin: -4px 0 0 3px
|
margin: -4px 0 0 3px
|
||||||
vertical-align: middle
|
vertical-align: middle
|
||||||
background: inline-image('ui/help.svg') no-repeat scroll 0 3px transparent
|
background:
|
||||||
|
image: inline-image('ui/help.svg')
|
||||||
|
repeat: no-repeat
|
||||||
|
position: 0 1px
|
||||||
|
color: transparent
|
||||||
|
size: 100%
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
|
|
||||||
.popup
|
.popup
|
||||||
|
@ -25,7 +30,10 @@
|
||||||
top: 10px
|
top: 10px
|
||||||
width: 16px
|
width: 16px
|
||||||
height: 16px
|
height: 16px
|
||||||
background: inline-image('ui/close.svg') no-repeat 0 0
|
background:
|
||||||
|
image: inline-image('ui/close.svg')
|
||||||
|
repeat: no-repeat
|
||||||
|
size: 100%
|
||||||
|
|
||||||
h4
|
h4
|
||||||
margin-top: 0
|
margin-top: 0
|
||||||
|
@ -89,12 +97,14 @@
|
||||||
width: 400px
|
width: 400px
|
||||||
|
|
||||||
#code-climate
|
#code-climate
|
||||||
margin: -150px 0 0 -200px
|
|
||||||
width: 500px
|
width: 500px
|
||||||
padding: 5px 20px
|
padding: 5px 20px
|
||||||
|
margin-left: -250px
|
||||||
|
|
||||||
pre
|
pre
|
||||||
padding: 5px 10px
|
padding: 5px 10px
|
||||||
|
|
||||||
ol
|
ol
|
||||||
padding-left: 15px
|
padding-left: 15px
|
||||||
|
img#code-climate-logo
|
||||||
|
margin-right: 50px
|
||||||
|
|
|
@ -10,7 +10,7 @@ module Travis
|
||||||
VENDOR_ORDER = %w(jquery.min minispade handlebars ember)
|
VENDOR_ORDER = %w(jquery.min minispade handlebars ember)
|
||||||
PRODUCTION_VENDOR_ORDER = %w(jquery.min minispade handlebars ember.prod)
|
PRODUCTION_VENDOR_ORDER = %w(jquery.min minispade handlebars ember.prod)
|
||||||
SPEC_VENDOR_ORDER = %w(jasmine jasmine-html jasmine-runner sinon)
|
SPEC_VENDOR_ORDER = %w(jasmine jasmine-html jasmine-runner sinon)
|
||||||
STYLES_ORDER = %w()
|
STYLES_ORDER = %w(main/tools)
|
||||||
|
|
||||||
attr_reader :roots, :env
|
attr_reader :roots, :env
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user