Mercurial > hg > webaudioevaluationtool
comparison interfaces/AB.css @ 543:f81c46b294a9 Dev_main
Bug #1607, #1608 and #1610 fixes.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Mon, 22 Feb 2016 14:38:45 +0000 |
parents | e3ff10a1ebc5 |
children | 5968678fb4fa |
comparison
equal
deleted
inserted
replaced
542:e23de2023941 | 543:f81c46b294a9 |
---|---|
35 width: 250px; | 35 width: 250px; |
36 height: 40px; | 36 height: 40px; |
37 font-size: 1.2em; | 37 font-size: 1.2em; |
38 } | 38 } |
39 | 39 |
40 div.comparitor-holder { | 40 div.comparator-holder { |
41 width: 260px; | 41 width: 260px; |
42 height: 300px; | 42 height: 300px; |
43 border: black 1px solid; | 43 border: black 1px solid; |
44 float: left; | 44 float: left; |
45 padding-top: 5px; | 45 padding-top: 5px; |
46 margin: 25px; | 46 margin: 25px; |
47 } | 47 } |
48 | 48 |
49 div.comparitor-selector { | 49 div.comparator-selector { |
50 width: 248px; | 50 width: 248px; |
51 height: 250px; | 51 height: 250px; |
52 border: black 1px solid; | 52 border: black 1px solid; |
53 position: relative; | 53 position: relative; |
54 background-color: #FF0000; | 54 background-color: #FF0000; |
61 | 61 |
62 div.selected { | 62 div.selected { |
63 background-color: #008000; | 63 background-color: #008000; |
64 } | 64 } |
65 | 65 |
66 div.comparitor-selector span { | 66 div.comparator-selector span { |
67 font-size: 4em; | 67 font-size: 4em; |
68 } | 68 } |
69 | 69 |
70 button.comparitor-button { | 70 button.comparator-button { |
71 width: 250px; | 71 width: 250px; |
72 height: 38px; | 72 height: 38px; |
73 position: relative; | 73 position: relative; |
74 margin-top: 5px; | 74 margin-top: 5px; |
75 } | 75 } |