forked from extern/egroupware
Fix styling of filemanager nm header in all templates
This commit is contained in:
parent
6abb75cd5c
commit
f70d853e62
@ -170,4 +170,5 @@ div.webodfeditor-memberList .webodfeditor-memberListLabel {
|
|||||||
div.editInfoMarker {
|
div.editInfoMarker {
|
||||||
width:5px;
|
width:5px;
|
||||||
border-radius: none;
|
border-radius: none;
|
||||||
}
|
}
|
||||||
|
#filemanager-index_nm .et2_file div.progress {position:absolute;}
|
@ -209,6 +209,9 @@ div.editInfoMarker {
|
|||||||
width: 5px;
|
width: 5px;
|
||||||
border-radius: none;
|
border-radius: none;
|
||||||
}
|
}
|
||||||
|
#filemanager-index_nm .et2_file div.progress {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
/*/*****************************************************************
|
/*/*****************************************************************
|
||||||
// sidebar
|
// sidebar
|
||||||
|
|
||||||
@ -484,6 +487,9 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
|||||||
height: 60px;
|
height: 60px;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
.et2_file.plus_button div.progress {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.previewImage img {
|
.previewImage img {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
|
@ -197,6 +197,9 @@ div.editInfoMarker {
|
|||||||
width: 5px;
|
width: 5px;
|
||||||
border-radius: none;
|
border-radius: none;
|
||||||
}
|
}
|
||||||
|
#filemanager-index_nm .et2_file div.progress {
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
/*/*****************************************************************
|
/*/*****************************************************************
|
||||||
// sidebar
|
// sidebar
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user