webdav portal fixes
This commit is contained in:
parent
fa588c8559
commit
0f61d148ff
3 changed files with 20 additions and 21 deletions
|
@ -102,6 +102,7 @@ tr.selected-file {
|
|||
#summary.summary {
|
||||
font-size: 11px;
|
||||
color: rgb(152, 152, 152);
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
.drag-and-drop-area input {
|
||||
|
@ -266,7 +267,7 @@ tr.selected-file {
|
|||
margin-top: 15px;
|
||||
}
|
||||
|
||||
#processDialog .dialog-text {
|
||||
#processDialog .dialog-text, .container .dialog-text{
|
||||
display: inline-block;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
@ -275,6 +276,15 @@ tr.selected-file {
|
|||
width: 200px;
|
||||
}
|
||||
|
||||
.dataTables_processing {
|
||||
width: 165px !important;
|
||||
margin: 0 !important;;
|
||||
padding: 0 !important;;
|
||||
left: 43% !important;;
|
||||
background: initial !important;;
|
||||
background-color: #FFFFFF !important;;
|
||||
}
|
||||
|
||||
.breadcrumb-wsp {
|
||||
display: inline-block;
|
||||
padding-top: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue