egroupware_official/addressbook/templates/default/app.css

86 lines
1.7 KiB
CSS
Raw Normal View History

2006-12-07 20:11:39 +01:00
.cursorHand { cursor: hand; }
.countrySelect select { width: 150px; }
.custom_country input {display: none; }
.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, .iphoto img {
width: 60px;
}
.photo img {
2006-12-07 20:11:39 +01:00
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; }
2006-12-07 20:11:39 +01:00
.editphones,.editname{
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;
}
.windowheader{
2006-07-01 07:10:07 +02:00
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;
}
fieldset.phoneGroup {
margin-top: 14px;
font-size: 110%;
height: 140px;
border: solid black 2px;
margin-bottom: 0px;
}
.phoneGroup table{
height: 122px;
}
fieldset.emailGroup {
margin-top: 4px;
font-size: 110%;
height: 112px;
border: solid black 2px;
margin-bottom: 0px;
}
.emailGroup table{
height: 87px;
}
.space{
width: 80px;
}
.noWrap{
white-space: nowrap;
}
.customfields{
}
.customfields td{
white-space: nowrap;
line-height: 12px;
}
.image16 img {
height: 16px;
}