Improved event info dialog box

This commit is contained in:
Francis Lachapelle
2012-09-28 14:16:58 -04:00
parent 09e0d9705c
commit 6d40f9d3ab
2 changed files with 7 additions and 3 deletions

View File

@@ -298,8 +298,12 @@ DIV#eventDialog P
DIV#eventDialog SPAN.label
{ color: #444; }
DIV#eventDialog P#description
{ margin-top: 1em; }
DIV#eventDialog .description
{ margin-top: 1em;
font-size: 11px;
max-height: 125px;
overflow: auto;
border-top: 1px solid #eee; }
._unfocused#dateSelector TD._selected,
UL._unfocused > LI._selected,