lib/assets/stylesheets/outpost/aggregator.css.scss in outpost-aggregator-1.1.2 vs lib/assets/stylesheets/outpost/aggregator.css.scss in outpost-aggregator-1.1.3

- old
+ new

@@ -16,19 +16,27 @@ } .drop-zone.empty { position: relative; color: $grayLight; + h1 { + z-index: 0; position: absolute; top: 60px; left: 50px; } } .drop-zone { max-height: 500px; overflow: auto; + + .alert { + // Make alerts show in front of "Empty Message" + z-index: 1; + position: relative; + } } .content-list, .help-content { max-height: 455px; overflow: auto;