mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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 {
|
||||
width:5px;
|
||||
border-radius: none;
|
||||
}
|
||||
}
|
||||
#filemanager-index_nm .et2_file div.progress {position:absolute;}
|
@ -209,6 +209,9 @@ div.editInfoMarker {
|
||||
width: 5px;
|
||||
border-radius: none;
|
||||
}
|
||||
#filemanager-index_nm .et2_file div.progress {
|
||||
position: absolute;
|
||||
}
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
@ -484,6 +487,9 @@ div#stylite-filemanager-upload .dialogFooterToolbar button:active {
|
||||
height: 60px;
|
||||
top: 0;
|
||||
}
|
||||
.et2_file.plus_button div.progress {
|
||||
display: none !important;
|
||||
}
|
||||
.previewImage img {
|
||||
max-width: 100%;
|
||||
}
|
||||
|
@ -197,6 +197,9 @@ div.editInfoMarker {
|
||||
width: 5px;
|
||||
border-radius: none;
|
||||
}
|
||||
#filemanager-index_nm .et2_file div.progress {
|
||||
position: absolute;
|
||||
}
|
||||
/*/*****************************************************************
|
||||
// sidebar
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user