mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
74 lines
1.5 KiB
CSS
74 lines
1.5 KiB
CSS
.cursorHand { cursor: hand; }
|
|
.countrySelect select { width: 150px; }
|
|
.emailCol div { width: 100%; overflow: hidden; }
|
|
.redItalic { color: red; font-style: italic; }
|
|
.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;
|
|
cursor: hand;
|
|
}
|
|
.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; }
|
|
.editphones,.editname{
|
|
position: absolute;
|
|
top: 10%;
|
|
left: 30%;
|
|
display:none;
|
|
border: 2px solid black;
|
|
background-color: #ffffff;
|
|
padding: 4px;
|
|
}
|
|
.editname{
|
|
top: 97px;
|
|
left: 173px;
|
|
}
|
|
.windowheader{
|
|
background-image:url(../../../phpgwapi/templates/idots/images/appbox-header-background.png);
|
|
background-repeat:repeat-x;
|
|
height: 20px;
|
|
border-spacing: 0px;
|
|
border-collapse:collapse;
|
|
border-bottom: #9c9c9c 1px solid;
|
|
}
|
|
.phoneGroup fieldset{
|
|
margin-top: 14px;
|
|
font-size: 110%;
|
|
height: 117px;
|
|
border: solid black 2px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.phoneGroup table{
|
|
height: 102px;
|
|
}
|
|
.emailGroup fieldset{
|
|
margin-top: 0px;
|
|
font-size: 110%;
|
|
height: 112px;
|
|
border: solid black 2px;
|
|
margin-bottom: 0px;
|
|
}
|
|
.emailGroup table{
|
|
height: 87px;
|
|
}
|
|
.space{
|
|
width: 80px;
|
|
}
|
|
.noWrap{
|
|
white-space: nowrap;
|
|
} |