diff -r 4b6e154ae8de -r f56199193fad src/widgets/CreateAnnotation.css --- a/src/widgets/CreateAnnotation.css Tue May 22 16:49:48 2012 +0200 +++ b/src/widgets/CreateAnnotation.css Wed May 30 17:07:01 2012 +0200 @@ -14,7 +14,6 @@ background: url(img/pinstripe.png); padding: 5px; margin: 0; - min-height: 150px; } .Ldt-CreateAnnotation-Inner h3 { @@ -23,6 +22,10 @@ font-weight: bold; } +.Ldt-CreateAnnotation-Main { + min-height: 150px; +} + .Ldt-CreateAnnotation-Title { margin-right: 2px; font-size: 14px; @@ -133,4 +136,23 @@ li.Ldt-CreateAnnotation-PolemicLi.selected { background-position: 0 -46px; +} + +.Ldt-CreateAnnotation-InnerBox { + margin: 20px 50px; + border: 1px solid #CCCCCC; + padding: 20px; + background: #FFFFFF; + color: #FF3B77; text-align: center; + font-size: 13px; font-weight: bold; +} + +a.Ldt-CreateAnnotation-Close { + position: absolute; top: 2px; right: 2px; + display: inline-block; width: 17px; height: 17px; margin: 2px; + background: url(img/widget-control.png); +} + +a.Ldt-CreateAnnotation-Close:hover { + background-position: -17px 0; } \ No newline at end of file