comparison css/core.css @ 2339:42f4d06fa98a

allow arbitrary line-breaks in popup
author Giulio Moro <giuliomoro@yahoo.it>
date Tue, 10 May 2016 18:30:23 +0100
parents b0b4d264d9a8
children 9978360ade43
comparison
equal deleted inserted replaced
2337:d347dbab980d 2339:42f4d06fa98a
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: 10; 44 z-index: 10;
45 position: fixed; 45 position: fixed;
46 } 46 }
47 47
48 div#popupContent { 48 div#popupContent {
49 margin-top: 20px; 49 margin-top: 20px;
50 margin-bottom: 35px; 50 margin-bottom: 35px;
51 overflow: auto;
51 } 52 }
52 53
53 div#popupTitleHolder { 54 div#popupTitleHolder {
54 width: inherit; 55 width: inherit;
55 min-height: 25px; 56 min-height: 25px;
56 max-height: 250px; 57 max-height: 250px;
57 overflow: auto; 58 overflow: auto;
58 margin-bottom: 5px; 59 margin-bottom: 5px;
59 text-align: center; 60 padding: 8px;
61 }
62
63 #popupTitle {
64 white-space: pre-line;
60 } 65 }
61 66
62 div#popupResponse { 67 div#popupResponse {
63 width: inherit; 68 width: inherit;
64 min-height: 50px; 69 min-height: 50px;