Fix status images popup

This commit is contained in:
Piotr Sarnacki 2015-06-30 10:27:51 +02:00
parent 6529449617
commit 8ebd644485
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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'