diff --git a/static/styles.css b/static/styles.css index 48b454c..0b03b80 100644 --- a/static/styles.css +++ b/static/styles.css @@ -154,4 +154,29 @@ footer.site-footer a:hover { #toast-container .toast { pointer-events: auto; +} + +#vm-admin table { + overflow: visible; +} + +#vm-admin td { + vertical-align: middle; +} + +#vm-admin .target-node { + position: relative; + z-index: 3; +} + +#vm-admin .btn.btn-sm { + line-height: 1.2; +} + +#vm-admin .btn-group .btn { + min-width: 4.2rem; +} + +#vm-admin .act-migrate { + white-space: nowrap; } \ No newline at end of file