1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.title SPAN.value
{ margin-left: 2em;
font-size: 14px;
font-weight: bold; }
DIV.title LABEL
{ display: block; }
DIV.calendarUserRights,
DIV.basicUserRights
{ margin: 1em;}
DIV.buttons
{ text-align: right;
margin: 1em; }
DIV.dialog.none
{ position: absolute;
top: 0px;
left: 0px;
right: 0px;
margin: 75px auto; }
|