layout tunings in table
This commit is contained in:
parent
9afc0ce0ff
commit
1e35a349c9
25
table.tmpl
25
table.tmpl
@ -13,6 +13,7 @@ table {
|
||||
th, td {
|
||||
padding: 8px;
|
||||
border: 1px solid #ddd;
|
||||
vertical-align: top;
|
||||
}
|
||||
td {
|
||||
min-width: 10em;
|
||||
@ -24,31 +25,27 @@ th.side {
|
||||
tr:hover {
|
||||
background: #efe;
|
||||
}
|
||||
details.version {
|
||||
margin: 5px;
|
||||
font-weight: normal;
|
||||
max-width: 40em;
|
||||
text-align: justify;
|
||||
}
|
||||
.feature {
|
||||
background: #cde;
|
||||
border-radius: 5px;
|
||||
padding: 8px;
|
||||
}
|
||||
.issue {
|
||||
background: #edc;
|
||||
}
|
||||
details {
|
||||
max-width: 30vw;
|
||||
border-radius: 5px;
|
||||
padding: 8px;
|
||||
}
|
||||
details.entry, details.feature {
|
||||
max-width: 30em;
|
||||
overflow-x: auto;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.over {
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
details.version {
|
||||
max-width: 30vw;
|
||||
padding: 5px;
|
||||
font-weight: normal;
|
||||
overflow: none;
|
||||
white-space: normal;
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
<body>
|
||||
|
Loading…
Reference in New Issue
Block a user