fixed explore maps floating left issue

This commit is contained in:
Connor Turland 2014-02-26 12:00:18 -08:00
parent 4362e4f126
commit c9aea733ad
2 changed files with 4 additions and 1 deletions

View file

@ -92,6 +92,9 @@ body,
}
/* scrollbar override */
.maps > div > div.mCS_no_scrollbar {
padding-right: 0px !important;
}
.mCSB_container {
margin-right: 15px !important;
}

View file

@ -236,7 +236,7 @@ class MapsController < ApplicationController
@map.delete
respond_to do |format|
format.html { redirect_to "/maps/mappers/" + @current.id.to_s }
format.html { redirect_to "/maps/mappers/" + @current.id.to_s, notice: "Map deleted." }
end
end
end