mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Filemanager: Let path in nm header have as much space as it wants
This commit is contained in:
parent
49d3d84f3a
commit
66a72bfac8
@ -1324,7 +1324,9 @@ et2-link-list et2-link:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div.et2_vfsPath {
|
div.et2_vfsPath {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
flex: 20 1 auto;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.et2_vfsPath ul {
|
div.et2_vfsPath ul {
|
||||||
@ -1398,11 +1400,12 @@ li.vfsPath.et2_clickable:not(:first-child):after {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.et2_vfsPath input.et2_textbox.et2_vfs {
|
.et2_vfsPath input.et2_textbox.et2_vfs {
|
||||||
background-image: url(images/edit.png);
|
background-image: url(images/edit.png);
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-size: 16px;
|
background-size: 16px;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-position-x: 98%;
|
background-position-x: 98%;
|
||||||
|
width: calc(100% - 1ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.et2_vfsPath li:hover {
|
div.et2_vfsPath li:hover {
|
||||||
|
@ -34,6 +34,11 @@ input#filemanager-index_path {
|
|||||||
text-indent: 100px;
|
text-indent: 100px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Let path have more space */
|
||||||
|
#filemanager-index_filemanager-index-header_row {
|
||||||
|
flex: 20 1 auto;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Tile view
|
* Tile view
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user