comparison css/core.css @ 2285:e59327ebdb15

Fix for #27. Further improvements for #22. APE no longer blocks if outside-reference defined and check all moved selected.
author Nicholas Jillings <nicholas.jillings@mail.bcu.ac.uk>
date Fri, 22 Apr 2016 10:15:12 +0100
parents 760719986df3
children b0b4d264d9a8
comparison
equal deleted inserted replaced
2284:29e754aca00f 2285:e59327ebdb15
48 div#popupContent { 48 div#popupContent {
49 margin-top: 20px; 49 margin-top: 20px;
50 margin-bottom: 35px; 50 margin-bottom: 35px;
51 } 51 }
52 52
53 div#popupTitle { 53 div#popupTitleHolder {
54 width: inherit; 54 width: inherit;
55 min-height: 25px; 55 min-height: 25px;
56 max-height: 250px; 56 max-height: 250px;
57 overflow: auto; 57 overflow: auto;
58 margin-bottom: 5px; 58 margin-bottom: 5px;
59 text-align: center;
59 } 60 }
60 61
61 div#popupResponse { 62 div#popupResponse {
62 width: inherit; 63 width: inherit;
63 min-height: 50px; 64 min-height: 50px;