* VRFS-1815 - remove dead space from friends dialog

This commit is contained in:
Seth Call 2014-06-30 16:34:00 -05:00
parent 1e2aa7f552
commit eccd166a47
3 changed files with 3 additions and 4 deletions

View File

@ -70,7 +70,6 @@
newSelections = {};
loadFriends();
// HACK TO OVERRIDE PADDING SET SOMEWHERE ELSE
$('.choosefriends-overlay').css({"padding":"8px"});
}
this.initialize = function() {

View File

@ -434,13 +434,13 @@
.choosefriends-overlay {
width:384px;
height:344px;
padding:8px;
background-color:#787878;
position:fixed;
top:20%;
left:50%;
margin-left:-200px;
padding:8px 8px 15px !important;
min-height:initial !important;
}
.choosefriends-inner {

View File

@ -28,7 +28,7 @@ describe "Create Session Flow", :js => true, :type => :feature, :capybara_featur
page.should have_css(".session-stepnumber", :count => 2)
page.should have_css(".session-stepnumber.session-stepactive", :count => 1)
page.should_not have_css(".btn-back")
page.should have_css(".btn-next.button-grey")
page.should have_css(".btn-next.disabled")
page.should have_css(".btn-help")
end
end