fix width of path and dont wrap

This commit is contained in:
Ralf Becker 2014-01-15 08:42:33 +00:00
parent 699b614ac1
commit fdbf7505f4

View File

@ -42,9 +42,10 @@ div.filemanager_navigation > * {
div.filemanager_navigation > label {
position: absolute;
left: 50px;
right: 560px;
right: 565px;
padding-top: 3px;
font-size: 140%;
white-space: nowrap;
}
div.filemanager_navigation > label > input {
width: 100%;