Allow to resize switch with a font setting

This commit is contained in:
Piotr Sarnacki 2014-08-20 11:17:26 +02:00
parent 6aa9771170
commit 9aa3513766
2 changed files with 8 additions and 11 deletions

View File

@ -23,6 +23,7 @@ LabelView = Ember.View.extend(
tagName: 'label' tagName: 'label'
attributeBindings: ['for', 'accesskey', 'form'] attributeBindings: ['for', 'accesskey', 'form']
classNameBindings: ['class']
) )
Ember.Handlebars.registerHelper('label', (options) -> Ember.Handlebars.registerHelper('label', (options) ->

View File

@ -11,15 +11,15 @@ p.settings-row
position: relative position: relative
display: inline-block display: inline-block
float: left float: left
width: 60px width: 5em
height: 18px height: 1.52em
margin: 20px 0 50px 0 margin: 20px 0 50px 0
padding: 5px 18px 5px 18px padding: 0.42em 1.5em
background-color: #F5F5F5 background-color: #F5F5F5
border: 1px solid #E3E1E1 border: 1px solid #E3E1E1
border-radius: 4px border-radius: 4px
line-height: 19px line-height: 1.58em
font-size: 11px font-size: 12px
color: #999999 color: #999999
cursor: pointer cursor: pointer
text-align: right text-align: right
@ -28,15 +28,13 @@ p.settings-row
position: absolute position: absolute
top: 1px top: 1px
left: 1px left: 1px
width: 42px width: 3.5em
height: 24px height: 2em
background: #e9e9e7 background: #e9e9e7
border: 1px solid #d7d4d4 border: 1px solid #d7d4d4
border-radius: 2px border-radius: 2px
.travis-switch.active .travis-switch.active
width: 60px
padding: 5px 18px 5px 18px
background-color: #607A83 background-color: #607A83
border-radius: 4px border-radius: 4px
color: #ffffff color: #ffffff
@ -45,8 +43,6 @@ p.settings-row
&:before &:before
left: auto left: auto
right: 1px right: 1px
width: 42px
height: 24px
border: 1px solid #9cafb5 border: 1px solid #9cafb5
span.on span.on