28 lines
269 B
CSS
Executable File
28 lines
269 B
CSS
Executable File
.table td.fit,
|
|
.table th.fit {
|
|
white-space: nowrap;
|
|
width: 1%
|
|
}
|
|
|
|
a[title]:hover::after {
|
|
padding: 5px;
|
|
}
|
|
|
|
.ocrtext {
|
|
overflow: auto;
|
|
max-height: 400px;
|
|
|
|
}
|
|
|
|
.page-right {
|
|
cursor: e-resize;
|
|
}
|
|
|
|
.page-left {
|
|
cursor: w-resize;
|
|
}
|
|
|
|
.page-end {
|
|
cursor: not-allowed;
|
|
}
|