Handle resource limits in the Web interface

See @d7b010
This commit is contained in:
Francis Lachapelle
2016-02-16 12:40:59 -05:00
parent 3d7192ffef
commit 4c01417690
5 changed files with 73 additions and 31 deletions
@@ -19,6 +19,22 @@ body.popup {
}
}
md-dialog {
md-dialog-content {
&.sg-dialog-message {
// Prepare content to receive a "close" button on the right
align-items: flex-start;
display: flex;
flex-shrink: 0;
transition: background-color $swift-ease-in-duration $swift-ease-in-timing-function;
&.ng-hide {
background-color: white !important;
transition-duration: 0s;
}
}
}
}
@media (max-width: $layout-breakpoint-xs) {
md-dialog {
&[flex-xs="100"],