diff --git a/views/bootstrap/class.Clipboard.php b/views/bootstrap/class.Clipboard.php index 1bd9055a9..b2df501e0 100644 --- a/views/bootstrap/class.Clipboard.php +++ b/views/bootstrap/class.Clipboard.php @@ -233,7 +233,7 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style { * actually available */ if($foldercount || $doccount) { - $content = "".$content; + $content = "
".$content; $content .= "
"; } else { } diff --git a/views/bootstrap4/styles/application.css b/views/bootstrap4/styles/application.css index d030ba45a..732abbef8 100644 --- a/views/bootstrap4/styles/application.css +++ b/views/bootstrap4/styles/application.css @@ -191,17 +191,22 @@ div.splash { div.clipboard-container { position: fixed; - left: 10px; - top: 40px; + left: 0px; + top: 50px; width: 29.8%; + min-width: 200px; background: white; border: 1px solid #d4d4d4; border-radius: 5px; padding: 10px; - height: 500px; + max-height: 400px; margin: 10px; overflow-y: auto; overflow-x: hidden; + z-index: 1; +} +div.clipboard-container legend { + display: none; } div.statusbar-container {