Mercurial > hg > webaudioevaluationtool
comparison AB.css @ 1130:c75d2ac7f45e
Added AB test interface
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 11 Jan 2016 16:32:26 +0000 |
parents | c1c696ccd6f9 |
children | 0db687b660f1 |
comparison
equal
deleted
inserted
replaced
1129:c1c696ccd6f9 | 1130:c75d2ac7f45e |
---|---|
29 /* Specify any button structure or style */ | 29 /* Specify any button structure or style */ |
30 min-width: 20px; | 30 min-width: 20px; |
31 background-color: #ddd | 31 background-color: #ddd |
32 } | 32 } |
33 | 33 |
34 button.big-button { | |
35 width: 250px; | |
36 height: 40px; | |
37 font-size: 1.2em; | |
38 } | |
39 | |
34 div.comparitor-holder { | 40 div.comparitor-holder { |
35 width: 260px; | 41 width: 260px; |
36 height: 300px; | 42 height: 300px; |
37 border: black 1px solid; | 43 border: black 1px solid; |
38 position: absolute; | 44 position: absolute; |
45 padding-top: 5px; | |
39 } | 46 } |
40 | 47 |
41 div.comparitor-selector { | 48 div.comparitor-selector { |
42 width: 250px; | 49 width: 248px; |
43 height: 250px; | 50 height: 250px; |
44 border: black 1px solid; | 51 border: black 1px solid; |
45 position: relative; | 52 position: relative; |
53 background-color: #FF0000; | |
46 } | 54 } |
47 | 55 |
48 div.comparitor-button { | 56 div.selected { |
57 background-color: #008000; | |
58 } | |
59 | |
60 div.comparitor-selector span { | |
61 font-size: 4em; | |
62 } | |
63 | |
64 button.comparitor-button { | |
49 width: 250px; | 65 width: 250px; |
50 height: 50px; | 66 height: 38px; |
51 position: relative; | 67 position: relative; |
52 background-color: #FF0000; | 68 margin-top: 5px; |
53 } | 69 } |