layout tunings in table

This commit is contained in:
Özgür Kesim 2023-12-27 15:14:23 +01:00
parent 9afc0ce0ff
commit 1e35a349c9
Signed by: oec
GPG Key ID: F136A7F922D018D7

View File

@ -13,6 +13,7 @@ table {
th, td { th, td {
padding: 8px; padding: 8px;
border: 1px solid #ddd; border: 1px solid #ddd;
vertical-align: top;
} }
td { td {
min-width: 10em; min-width: 10em;
@ -24,31 +25,27 @@ th.side {
tr:hover { tr:hover {
background: #efe; background: #efe;
} }
details.version {
margin: 5px;
font-weight: normal;
max-width: 40em;
text-align: justify;
}
.feature { .feature {
background: #cde; background: #cde;
border-radius: 5px;
padding: 8px;
} }
.issue { .issue {
background: #edc; background: #edc;
}
details {
max-width: 30vw;
border-radius: 5px; border-radius: 5px;
padding: 8px; padding: 8px;
}
details.entry, details.feature {
max-width: 30em;
overflow-x: auto; overflow-x: auto;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.over { details.version {
white-space: nowrap; max-width: 30vw;
text-overflow: ellipsis; padding: 5px;
font-weight: normal;
overflow: none;
white-space: normal;
text-align: justify;
} }
</style> </style>
<body> <body>