lars
108acd0e8a
moved log file reading from cryptobox/core/main to 'log' plugin added unittests for volume_mount, volume_format_fs and volume_rename replace "get help" links with a "help mode" displaying information for every form added first drafts of help texts for volume_mount, volume_format and partition replaced the word 'container' with 'volume' in english texts
15 lines
210 B
CSS
15 lines
210 B
CSS
#log table.log td.level img {
|
|
width: 24px;
|
|
height: 24px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#log table.log td.time {
|
|
padding: 0 5px 0 3px;
|
|
}
|
|
|
|
#log table.log td.text {
|
|
font-size: 0.9em;
|
|
font-family: monospace;
|
|
}
|
|
|