comparison interfaces/AB.css @ 1202:27be75c51b5c

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 a4ad9e55b5b8
children 124e6c702845
comparison
equal deleted inserted replaced
1201:5e2e3becc292 1202:27be75c51b5c
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 }