* VRFS-1815 - remove dead space from friends dialog
This commit is contained in:
parent
1e2aa7f552
commit
eccd166a47
|
|
@ -70,7 +70,6 @@
|
|||
newSelections = {};
|
||||
loadFriends();
|
||||
// HACK TO OVERRIDE PADDING SET SOMEWHERE ELSE
|
||||
$('.choosefriends-overlay').css({"padding":"8px"});
|
||||
}
|
||||
|
||||
this.initialize = function() {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue