mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-21 09:26:23 +00:00
Minor web improvements in Calendar module
Monotone-Parent: d084a8dce4b609bce22f01e6482af7c505e1129b Monotone-Revision: 162b436b68eff06f343e4554025a4cd63e47fc2f Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2009-07-27T19:30:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -60,18 +60,17 @@ LABEL.titleNoSpace
|
||||
}
|
||||
|
||||
DIV#windowButtons
|
||||
{
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: 4em;
|
||||
}
|
||||
{ position: absolute;
|
||||
bottom: 2em;
|
||||
left: auto;
|
||||
right: 2em; }
|
||||
|
||||
LABEL.calendarName
|
||||
{ text-align: right;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
width: 97%;
|
||||
}
|
||||
}
|
||||
|
||||
DIV#attendeesMenu
|
||||
{ overflow: auto; }
|
||||
@@ -83,6 +82,7 @@ DIV.fakeTextArea
|
||||
border-style: inset;
|
||||
padding: 2px;
|
||||
height: 100%;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
DIV#descriptionDiv {
|
||||
@@ -90,4 +90,4 @@ DIV#descriptionDiv {
|
||||
}
|
||||
SPAN.fixedHeight {
|
||||
height: 60px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user