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
overflow-x: scroll
#status-images
.status-images
width: 100%
@media #{$medium-up}
width: 600px
@ -99,7 +99,7 @@
strong
color: $red
#status-images, #regenerate-key
.status-images, #regenerate-key
input
border: 1px solid $color-border-light
width: 505px

View File

@ -3,8 +3,7 @@
View = Ember.View.extend
templateName: 'status_images'
elementId: 'status-images'
classNames: ['popup']
classNames: ['popup', 'status-images']
classNameBindings: ['display']
repoBinding: 'toolsView.repo'