comparison core.css @ 1179:c2e19bc54c3c

Bug #1564: index.html is blank, the links are included in demo.html. Popup now created in index.html rather than generated.
author Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk>
date Thu, 11 Feb 2016 16:54:33 +0000
parents 9131490d80a3
children b7bf91ac6d01
comparison
equal deleted inserted replaced
1178:9131490d80a3 1179:c2e19bc54c3c
40 max-height: 400px; 40 max-height: 400px;
41 background-color: #fff; 41 background-color: #fff;
42 border-radius: 10px; 42 border-radius: 10px;
43 box-shadow: 0px 0px 50px #000; 43 box-shadow: 0px 0px 50px #000;
44 z-index: 2; 44 z-index: 2;
45 position: absolute;
46 }
47
48 div#popupContent {
49 margin-top: 20px;
50 margin-bottom: 5px;
51 }
52
53 div#popupTitle {
54 width: inherit;
55 min-height: 25px;
56 max-height: 250px;
57 overflow: auto;
58 margin-bottom: 5px;
59 }
60
61 div#popupResponse {
62 width: inherit;
63 min-height: 50px;
64 max-height: 320px;
65 overflow: auto;
45 } 66 }
46 67
47 button.popupButton { 68 button.popupButton {
48 /* Button for popup window 69 /* Button for popup window
49 */ 70 */