Fix bug #4096 with horizontal CSS overflow for results table

This commit is contained in:
J.M 2013-11-21 20:36:22 +01:00
parent 30d9af4789
commit 123f331b17
2 changed files with 10 additions and 0 deletions

View File

@ -2100,6 +2100,11 @@ fieldset .disabled-field td {
width: 100%;
}
form#resultsForm > .data {
overflow-x: auto;
overflow-y: hidden;
}
.cDrop {
left: 0;
position: absolute;

View File

@ -87,6 +87,11 @@ h2 a img {
width: 100%;
}
form#resultsForm > .data {
overflow-x: auto;
overflow-y: hidden;
}
#table_results td.data {
border-right: 1px solid #bbb;
}