Red Hat DIRECTORY SERVER 7.1 - GATEWAY CUSTOMIZATION Technical Information Seite 109

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 186
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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%;
}
Seitenansicht 108
1 2 ... 104 105 106 107 108 109 110 111 112 113 114 ... 185 186

Kommentare zu diesen Handbüchern

Keine Kommentare