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 32 33 34 35 36 37 38 39
|
DIV.title
{ color: #000;
vertical-align: bottom;
padding-top: 8px;
padding-left: 1em;
padding: 5px;
background-color: #fff;
border-bottom: 1px solid #555; }
DIV.calendarUserRights,
DIV.basicUserRights
{ margin: 1em;}
DIV.title SPAN
{ float: left;
line-height: 14px;
text-align: right;
width: 120px; }
DIV.title SPAN.value
{ float: none;
margin-left: 1em;
font-size: 14px;
font-weight: bold; }
DIV.title LABEL
{ display: block;
clear: both; }
DIV.buttons
{ text-align: right;
margin: 1em; }
DIV.dialog.none
{ position: absolute;
top: 0px;
left: 0px;
right: 0px;
margin: 10px auto; }
|