mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-25 14:59:30 +00:00
Improved event info dialog box
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
<p><span><!-- space --></span></p>
|
||||
<p><span class="label"><var:string label:value="Calendar:" /></span> <span><!-- space --></span></p>
|
||||
<p><span class="label"><var:string label:value="Location:" /></span> <span><!-- space --></span></p>
|
||||
<p><!-- space --></p>
|
||||
<p class="description"><!-- space --></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user