comparison core.css @ 1171:e49c4eeb4fb2

Popup/Survey buttons now fixed position rather than calculated.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Wed, 10 Feb 2016 12:14:25 +0000
parents c0022a09c4f6
children 9131490d80a3
comparison
equal deleted inserted replaced
1170:2cd9f09455a5 1171:e49c4eeb4fb2
48 button.popupButton { 48 button.popupButton {
49 /* Button for popup window 49 /* Button for popup window
50 */ 50 */
51 width: 50px; 51 width: 50px;
52 height: 25px; 52 height: 25px;
53 position: relative; 53 position: absolute;
54 border-radius: 5px; 54 border-radius: 5px;
55 border: #444; 55 border: #444;
56 border-width: 1px; 56 border-width: 1px;
57 border-style: solid; 57 border-style: solid;
58 background-color: #fff; 58 background-color: #fff;
59 }
60
61 button#popup-proceed {
62 bottom: 10px;
63 right: 10px;
64 }
65
66 button#popup-previous {
67 bottom: 10px;
68 left: 10px;
59 } 69 }
60 70
61 div.testHalt { 71 div.testHalt {
62 /* Specify any colouring during the test halt for pre/post questions */ 72 /* Specify any colouring during the test halt for pre/post questions */
63 background-color: rgba(0,0,0,0.5); 73 background-color: rgba(0,0,0,0.5);