mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
Filemanager: Allow folder filter to take more space
This commit is contained in:
parent
fb568a1b11
commit
272355fd00
@ -11,8 +11,9 @@
|
|||||||
/**
|
/**
|
||||||
* CSS for new eTemplate filemanager UI
|
* CSS for new eTemplate filemanager UI
|
||||||
*/
|
*/
|
||||||
select#filemanager-index_filter {
|
/* Override default filter width since there's only one, and limited space left */
|
||||||
width: 160px;
|
#filemanager-index_nm_filter {
|
||||||
|
max-width: initial;
|
||||||
}
|
}
|
||||||
input#filemanager-index_path {
|
input#filemanager-index_path {
|
||||||
width: 300px;
|
width: 300px;
|
||||||
|
Loading…
Reference in New Issue
Block a user