Get rid of horizontal scroll in file rename dialog

This commit is contained in:
Aleksander Machniak 2016-02-10 13:59:03 +01:00
parent a0aff58604
commit 170e2d5e7e

View file

@ -514,6 +514,10 @@ a.filesaveall {
width: 200px; width: 200px;
} }
#file-rename-form input {
width: 98%;
}
table.propform td.source.selected { table.propform td.source.selected {
background-color: #c7e3ef; background-color: #c7e3ef;
} }