styles.css
-
- vor 4 Jahren zuletzt von MLR bearbeitet
-
-
- Keine Statusinformation
/** Styles für Softwarekatalog **/
.x-column-header-inner {
background: #f0f0f0;
font-weight: bold;
font-size: 1.1em;
}
#softwarecatalog .table-scroll td:first-child,
#softwarecatalog .table-scroll th:first-child{
flex-basis:260px;
flex-grow:0;
text-align:left;
writing-mode: unset;
}
#softwarecatalog .table-scroll td:nth-child(2),
#softwarecatalog .table-scroll th:nth-child(2){
flex-basis:160px;
flex-grow:0;
text-align:left;
writing-mode: unset;
}