Fix display of dialog in RO appointment editor

This commit is contained in:
Francis Lachapelle
2014-12-16 10:07:08 -05:00
parent fb6ef3aa8a
commit e040805e0d
2 changed files with 9 additions and 6 deletions

View File

@@ -7,7 +7,11 @@ DIV.appointmentLabel
DIV#eventView
{ overflow: hidden;
padding: .5em; }
position: absolute;
top: 0; bottom: 0; left: 0; right: 0; }
DIV#eventView > DIV
{ padding: .5em; }
DIV.appointmentRightLabel
{ display: inline;