17 lines
287 B
CSS
17 lines
287 B
CSS
.migration-status-block-queue {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
.migration-status-block-results {
|
|
width: 50%;
|
|
float: left;
|
|
}
|
|
.migration-status-block-header {
|
|
font-weight: bold;
|
|
padding-top: 10px;
|
|
}
|
|
.migration-status-status-image {
|
|
width: 16px;
|
|
height: 16px;
|
|
}
|