| author | ning.zhang | 2011-10-11 00:01:20 (EDT) |
|---|---|---|
| committer | xgu | 2011-10-25 02:10:13 (EDT) |
| commit | a4e1c1de55a8edc913282cc3ee13bf11d513dc4d (patch) (side-by-side diff) | |
| tree | 7cfc19f11b120be94092efbe5b5672eab92f59f9 | |
| parent | d2db680de6e2449c6738f15a74a5d5c4726963d0 (diff) | |
| download | org.eclipse.birt-a4e1c1de55a8edc913282cc3ee13bf11d513dc4d.zip org.eclipse.birt-a4e1c1de55a8edc913282cc3ee13bf11d513dc4d.tar.gz org.eclipse.birt-a4e1c1de55a8edc913282cc3ee13bf11d513dc4d.tar.bz2 | |
Fixed a CSS bug in IE 9. - Bugzilla Bug (s) Resolved: None - Description:
| -rw-r--r-- | viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase.css | 1 | ||||
| -rw-r--r-- | viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase_rtl.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase.css b/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase.css index fb71c55..42891a8 100644 --- a/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase.css +++ b/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase.css @@ -107,6 +107,7 @@ position: relative; text-align: center; padding-top: 4px; /* distance from bottom of content area to top of divider bar*/ + overflow: hidden; } /* Top divider line between dialog content area and button area */ diff --git a/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase_rtl.css b/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase_rtl.css index 6f6f06b..f1f90c0 100644 --- a/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase_rtl.css +++ b/viewer/org.eclipse.birt.report.viewer/birt/webcontent/birt/styles/dialogbase_rtl.css @@ -110,6 +110,7 @@ position: relative; text-align: center; padding-top: 4px; /* distance from bottom of content area to top of divider bar*/ + overflow: hidden; } /* Top divider line between dialog content area and button area */ |

