| changeset 984 | e034099276f6 |
| parent 983 | 97fef7a4b189 |
| child 988 | eefd336335f9 |
--- a/src/widgets/Annotation.css Wed Nov 21 16:33:51 2012 +0100 +++ b/src/widgets/Annotation.css Thu Nov 29 17:11:23 2012 +0100 @@ -19,8 +19,6 @@ background: url(img/pinstripe.png); padding: 5px; margin: 0; - max-height: 300px; - overflow: auto; } .Ldt-Annotation-Inner h3 { @@ -29,6 +27,11 @@ font-weight: bold; } +.Ldt-Annotation-Description { + max-height: 150px; + overflow: auto; +} + .Ldt-Annotation-Cleared { clear: both; }