mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 21:21:27 +00:00
Merge branch 'seeddms-5.1.x' into seeddms-6.0.x
This commit is contained in:
commit
3205f6ad82
|
@ -233,7 +233,7 @@ class SeedDMS_View_Clipboard extends SeedDMS_Theme_Style {
|
||||||
* actually available
|
* actually available
|
||||||
*/
|
*/
|
||||||
if($foldercount || $doccount) {
|
if($foldercount || $doccount) {
|
||||||
$content = "<table class=\"table\">".$content;
|
$content = "<table class=\"table table-condensed table-sm\">".$content;
|
||||||
$content .= "</table>";
|
$content .= "</table>";
|
||||||
} else {
|
} else {
|
||||||
}
|
}
|
||||||
|
|
|
@ -191,17 +191,22 @@ div.splash {
|
||||||
|
|
||||||
div.clipboard-container {
|
div.clipboard-container {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 10px;
|
left: 0px;
|
||||||
top: 40px;
|
top: 50px;
|
||||||
width: 29.8%;
|
width: 29.8%;
|
||||||
|
min-width: 200px;
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid #d4d4d4;
|
border: 1px solid #d4d4d4;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
height: 500px;
|
max-height: 400px;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
div.clipboard-container legend {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.statusbar-container {
|
div.statusbar-container {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user