Red Hat DIRECTORY SERVER 7.1 - GATEWAY CUSTOMIZATION Informações Técnicas Página 109

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 186
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 108
Identity Manager Technical Deployment Overview
Part Number 820-2952-10 Page 109
Identity Manager Technical Deployment
Overview
This section contains new information and documentation corrections for Sun Java
System Identity
Manager Technical Deployment Overview:
You can use CSS to set column widths in the User list and Resource list tables to a fixed
pixel or percentage value. To do so, add the following style classes (commented out by
default) to
customStyle.css
. You can then edit the values to meet the user's requirements.
th#UserListTreeContent_Col0 {
width: 1px;
}
th#UserListTreeContent_Col1 {
width: 1px;
}
th#UserListTreeContent_Col2 {
width: 50%;
}
th#UserListTreeContent_Col3 {
width: 50%;
}
th#ResourceListTreeContent_Col0 {
width: 1px;
}
th#ResourceListTreeContent_Col1 {
width: 1px;
}
th#ResourceListTreeContent_Col2 {
width: 33%;
}
th#ResourceListTreeContent_Col3 {
width: 33%;
}
th#ResourceListTreeContent_Col4 {
width: 33%;
}
Vista de página 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 185 186

Comentários a estes Manuais

Sem comentários