pgadmin4/web/pgadmin/misc/bgprocess/static/css/bgprocess.css
Aditya Toshniwal 1317e4254b Updated the JS dependencies to the latest
1) Migrate from webpack 4 to webpack 5. This had a lot of breaking changes,
   so updated multiple webpack plugins and changed the config accordingly.
2) Replaced iconfont-webpack-plugin with a more maintained webfonts-loader.
3) Replaced deprecated babel-eslint with @babel/eslint-parser.
4) Replaced optimize-css-assets-webpack-plugin with a more maintained css-minimizer-webpack-plugin.
5) Updated all other JS packages and made the required code changes.

Fixes #6207
2021-02-10 12:47:52 +05:30

60 lines
975 B
CSS

.ajs-bg-bgprocess .col-xs-12 {
padding-right: 5px;
padding-left: 5px;
}
.ajs-bg-bgprocess > .pg-bg-bgprocess > .pg-bg-status {
padding: 2px;
margin: 0px 5px;
text-align: center;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
.pg-bg-process-logs {
width: 100%;
-webkit-user-select: text;
-moz-user-select: text;
-ms-user-select: text;
user-select: text;
}
ol.pg-bg-process-logs {
height: 100%;
overflow: auto;
width: 100%;
}
.pg-panel-content .bg-process-stats p{
display: inline;
padding-left: 5px;
margin-bottom: 0;
font-size: 13px;
}
.pg-panel-content .bg-process-footer p {
display: inline;
padding-left: 5px;
font-size: 13px;
}
.bg-process-footer .bg-process-status {
padding-left: 0;
}
.bg-process-footer .bg-process-exec-time {
padding-right: 0;
}
.pg-bg-bgprocess .ajs-commands {
right: -13px;
top: 2px;
opacity: 0.5;
}
.pg-bg-bgprocess:hover .bg-close {
opacity: 0.95;
}