mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-05 16:01:50 -05:00
* Faster build times * Smaller bundle sizes * Adjust paths * Cleanup npm dependencies * Remove unneded Grunt tasks
30 lines
464 B
Plaintext
30 lines
464 B
Plaintext
/*********************************************
|
|
* Copyright (c) 2015 Ansible, Inc.
|
|
*
|
|
* log-viewer.css
|
|
*
|
|
* custom styles for LogViewer.js helper
|
|
*
|
|
*/
|
|
|
|
#logviewer-modal-dialog {
|
|
|
|
textarea {
|
|
overflow: scroll;
|
|
}
|
|
pre {
|
|
overflow: scroll;
|
|
word-wrap: normal;
|
|
word-break: normal;
|
|
white-space: pre-wrap;
|
|
}
|
|
}
|
|
|
|
table.logviewer-status {
|
|
margin-top: 20px;
|
|
|
|
.fld-label {
|
|
font-weight: bold;
|
|
}
|
|
}
|