Mercurial > hg > webaudioevaluationtool
comparison core.css @ 856:fb41d65cc89f
Bug #1389: Popup now auto-height and auto-scrolling for long options.
author | Nicholas Jillings <n.g.r.jillings@se14.qmul.ac.uk> |
---|---|
date | Tue, 15 Sep 2015 10:13:20 +0100 |
parents | 1dc56cb86152 |
children | 2b8c36924bfd |
comparison
equal
deleted
inserted
replaced
855:1dc56cb86152 | 856:fb41d65cc89f |
---|---|
35 margin-left: 15px; | 35 margin-left: 15px; |
36 } | 36 } |
37 | 37 |
38 div.popupHolder { | 38 div.popupHolder { |
39 width: 500px; | 39 width: 500px; |
40 height: 250px; | 40 min-height: 250px; |
41 max-height: 400px; | |
41 background-color: #fff; | 42 background-color: #fff; |
42 border-radius: 10px; | 43 border-radius: 10px; |
43 box-shadow: 0px 0px 50px #000; | 44 box-shadow: 0px 0px 50px #000; |
44 z-index: 2; | 45 z-index: 2; |
45 } | 46 } |
47 button.popupButton { | 48 button.popupButton { |
48 /* Button for popup window | 49 /* Button for popup window |
49 */ | 50 */ |
50 width: 50px; | 51 width: 50px; |
51 height: 25px; | 52 height: 25px; |
52 position: absolute; | 53 position: relative; |
53 border-radius: 5px; | 54 border-radius: 5px; |
54 border: #444; | 55 border: #444; |
55 border-width: 1px; | 56 border-width: 1px; |
56 border-style: solid; | 57 border-style: solid; |
57 background-color: #fff; | 58 background-color: #fff; |