From aee781f31e34c71447e74e26375d2bc819aceb79 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Fri, 30 Oct 2015 14:44:46 +0100 Subject: Make the form look a bit nicer again. Made the song fields align under each other again. --- public/styles.css | 1 - spec/features/register_band_spec.rb | 2 +- spec/support/submit_form_helper.rb | 2 +- views/song.erb | 51 ++++++++++++++++++------------------- 4 files changed, 27 insertions(+), 29 deletions(-) diff --git a/public/styles.css b/public/styles.css index 3f90273..73f6530 100644 --- a/public/styles.css +++ b/public/styles.css @@ -55,7 +55,6 @@ input[type=text], textarea { } .song-details { - margin-left: 1cm; margin-top: 2mm; } diff --git a/spec/features/register_band_spec.rb b/spec/features/register_band_spec.rb index 249bf3f..a2bd454 100644 --- a/spec/features/register_band_spec.rb +++ b/spec/features/register_band_spec.rb @@ -48,7 +48,7 @@ feature "Submit registration form" do end within '#form-songs #song-1-info' do - expect(find_field('Tittel:').value).to eql(@band_params['songs']['1']['title']) + expect(find_field('Låttittel:').value).to eql(@band_params['songs']['1']['title']) expect(find_field('Lengde:').value).to eql(@band_params['songs']['1']['time']) expect(find_field('ISRC-kode:').value).to eql(@band_params['songs']['1']['isrc']) expect(find_field('Utøvere:').value).to eql(@band_params['songs']['1']['performers']) diff --git a/spec/support/submit_form_helper.rb b/spec/support/submit_form_helper.rb index 3d881cb..30816cf 100644 --- a/spec/support/submit_form_helper.rb +++ b/spec/support/submit_form_helper.rb @@ -16,7 +16,7 @@ module SubmitFormHelper if params['songs'] within '#form-songs #song-1-info' do - fill_in 'Tittel:', with: params['songs']['1']['title'] + fill_in 'Låttittel:', with: params['songs']['1']['title'] fill_in 'Lengde:', with: params['songs']['1']['time'] fill_in 'ISRC-kode:', with: params['songs']['1']['isrc'] fill_in 'Utøvere:', with: params['songs']['1']['performers'] diff --git a/views/song.erb b/views/song.erb index 5dd023a..b97ae37 100644 --- a/views/song.erb +++ b/views/song.erb @@ -1,31 +1,30 @@
- - - - - - - - - - - - - - +
+
+ + +
+
+ + +
+
+ + +