Red Hat DIRECTORY SERVER 7.1 - GATEWAY CUSTOMIZATION Información técnica Pagina 109

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 186
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 185 186

Comentarios a estos manuales

Sin comentarios