* VRFS-2780 - finish styling loop checkbox

This commit is contained in:
Seth Call 2015-02-16 10:32:23 -06:00
parent bdc1b898b4
commit bfc03fba48
3 changed files with 7 additions and 9 deletions

View File

@ -473,14 +473,7 @@
"FW AP Multi_2_10200",
"FW AP Multi_3_10500",
"User@208.191.152.98#",
"User@208.191.152.98_*",
"",
"",
"",
"",
"",
"",
"",
"User@208.191.152.98_*"
];
}

View File

@ -538,13 +538,17 @@ table.vu td {
cursor: pointer;
position:absolute;
top:250px;
left:9px;
left:11px;
width: 20px;
height: 18px;
text-align: center;
font-size: 8pt;
font-weight: bold;
.icheckbox_minimal {
top:5px;
margin-right:5px;
}
}
.metronome-selects {

View File

@ -112,6 +112,7 @@ describe "In a Session", :js => true, :type => :feature, :capybara_feature => tr
end
specify "metronome" do
pending "working through issue with fake media tracks"
user = FactoryGirl.create(:user)
invitee = FactoryGirl.create(:user)
FactoryGirl.create(:friendship, :user => user, :friend => invitee)