2006-12-07 20:11:39 +01:00
|
|
|
.cursorHand { cursor: hand; }
|
|
|
|
.countrySelect select { width: 150px; }
|
2006-06-16 06:44:58 +02:00
|
|
|
.emailCol div { width: 100%; overflow: hidden; }
|
2005-11-14 20:17:24 +01:00
|
|
|
.redItalic { color: red; font-style: italic; }
|
2006-04-23 16:40:31 +02:00
|
|
|
.fixedHeight,.telNumbers { height: 12px; }
|
|
|
|
.telNumbers { white-space: nowrap; }
|
|
|
|
.leftPad5 { padding-left: 5px; }
|
|
|
|
.bold { font-weight: bold; }
|
|
|
|
.fileas select,.fileas,.owner select,.owner {
|
|
|
|
width: 100%;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.photo img {
|
|
|
|
width: 60px;
|
2006-12-07 20:11:39 +01:00
|
|
|
cursor: hand;
|
2006-04-23 16:40:31 +02:00
|
|
|
}
|
|
|
|
.uploadphoto{
|
|
|
|
position: absolute;
|
|
|
|
top: 168px;
|
|
|
|
left: 48px;
|
|
|
|
display:none;
|
|
|
|
border: 2px solid black;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
.checkAllArrow { padding-right: 5px; }
|
|
|
|
.typeIcon { height: 16px; width: 16px; }
|
2006-12-07 20:11:39 +01:00
|
|
|
.editphones,.editname{
|
2005-11-14 20:17:24 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 10%;
|
|
|
|
left: 30%;
|
|
|
|
display:none;
|
|
|
|
border: 2px solid black;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2006-12-07 20:11:39 +01:00
|
|
|
.editname{
|
|
|
|
top: 97px;
|
|
|
|
left: 173px;
|
|
|
|
}
|
2005-11-14 20:17:24 +01:00
|
|
|
.windowheader{
|
2006-07-01 07:10:07 +02:00
|
|
|
background-image:url(../../../phpgwapi/templates/idots/images/appbox-header-background.png);
|
2005-11-14 20:17:24 +01:00
|
|
|
background-repeat:repeat-x;
|
|
|
|
height: 20px;
|
|
|
|
border-spacing: 0px;
|
|
|
|
border-collapse:collapse;
|
|
|
|
border-bottom: #9c9c9c 1px solid;
|
|
|
|
}
|
|
|
|
.phoneGroup fieldset{
|
2006-04-30 11:34:24 +02:00
|
|
|
margin-top: 14px;
|
2005-11-14 20:17:24 +01:00
|
|
|
font-size: 110%;
|
|
|
|
height: 117px;
|
|
|
|
border: solid black 2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
.phoneGroup table{
|
|
|
|
height: 102px;
|
|
|
|
}
|
|
|
|
.emailGroup fieldset{
|
|
|
|
margin-top: 0px;
|
|
|
|
font-size: 110%;
|
2006-04-23 16:40:31 +02:00
|
|
|
height: 112px;
|
2005-11-14 20:17:24 +01:00
|
|
|
border: solid black 2px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
.emailGroup table{
|
|
|
|
height: 87px;
|
|
|
|
}
|
2006-03-14 15:26:55 +01:00
|
|
|
.space{
|
|
|
|
width: 80px;
|
|
|
|
}
|
2007-03-07 13:31:48 +01:00
|
|
|
.noWrap{
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|