You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
373 B
28 lines
373 B
td.compact-list-options {
|
|
width: 20%;
|
|
padding: 0 0.5ch;
|
|
|
|
|
|
div.content {
|
|
font-size: 1em;
|
|
text-align: right;
|
|
|
|
a {
|
|
display: inline-block;
|
|
margin-right: 1ch;
|
|
opacity: 0.5;
|
|
}
|
|
a:hover {
|
|
opacity: 1;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
|
|
td.compact-list-options.short {
|
|
width: 10%;
|
|
}
|
|
|
|
td.compact-list-options.long {
|
|
width: 30%;
|
|
}
|