Fix status images popup
This commit is contained in:
parent
6529449617
commit
8ebd644485
|
@ -61,7 +61,7 @@
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
overflow-x: scroll
|
overflow-x: scroll
|
||||||
|
|
||||||
#status-images
|
.status-images
|
||||||
width: 100%
|
width: 100%
|
||||||
@media #{$medium-up}
|
@media #{$medium-up}
|
||||||
width: 600px
|
width: 600px
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
strong
|
strong
|
||||||
color: $red
|
color: $red
|
||||||
|
|
||||||
#status-images, #regenerate-key
|
.status-images, #regenerate-key
|
||||||
input
|
input
|
||||||
border: 1px solid $color-border-light
|
border: 1px solid $color-border-light
|
||||||
width: 505px
|
width: 505px
|
||||||
|
|
|
@ -3,8 +3,7 @@
|
||||||
|
|
||||||
View = Ember.View.extend
|
View = Ember.View.extend
|
||||||
templateName: 'status_images'
|
templateName: 'status_images'
|
||||||
elementId: 'status-images'
|
classNames: ['popup', 'status-images']
|
||||||
classNames: ['popup']
|
|
||||||
classNameBindings: ['display']
|
classNameBindings: ['display']
|
||||||
|
|
||||||
repoBinding: 'toolsView.repo'
|
repoBinding: 'toolsView.repo'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user