mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fix width of path and dont wrap
This commit is contained in:
parent
699b614ac1
commit
fdbf7505f4
@ -42,9 +42,10 @@ div.filemanager_navigation > * {
|
|||||||
div.filemanager_navigation > label {
|
div.filemanager_navigation > label {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 50px;
|
left: 50px;
|
||||||
right: 560px;
|
right: 565px;
|
||||||
padding-top: 3px;
|
padding-top: 3px;
|
||||||
font-size: 140%;
|
font-size: 140%;
|
||||||
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
div.filemanager_navigation > label > input {
|
div.filemanager_navigation > label > input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user