fix IE7 display issue with NarrativeWeb gallery; gramps bug #0001266
svn: r9047
This commit is contained in:
parent
291ea85269
commit
e9921d1737
@ -1,3 +1,7 @@
|
|||||||
|
2007-09-30 Stephane Charette <stephanecharette@gmail.com>
|
||||||
|
* src/data/main*.css: fix IE7 display problem when viewing Narrative
|
||||||
|
Web gallery images (gramps bug report #0001266)
|
||||||
|
|
||||||
2007-09-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
2007-09-30 Zsolt Foldvari <zfoldvar@users.sourceforge.net>
|
||||||
* src/docgen/GtkPrint.py (on_draw_page): Fix zooming problem in preview.
|
* src/docgen/GtkPrint.py (on_draw_page): Fix zooming problem in preview.
|
||||||
|
|
||||||
|
@ -215,8 +215,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
border-top: 1px solid #999;
|
border-top: 1px solid #999;
|
||||||
|
@ -218,8 +218,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #e0e0e9;
|
background-color: #e0e0e9;
|
||||||
|
@ -234,8 +234,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #ddddcc;
|
background-color: #ddddcc;
|
||||||
|
@ -249,8 +249,6 @@ TD.field {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #a97;
|
background-color: #a97;
|
||||||
|
@ -252,8 +252,6 @@ TD.note {
|
|||||||
#content { }
|
#content { }
|
||||||
#summaryarea {
|
#summaryarea {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
/* Hack: IE Dynamic Expression to set the width */
|
|
||||||
height: expression(document.body.clientHeight < 1 ? "100px" : "100px" );
|
|
||||||
}
|
}
|
||||||
#footer {
|
#footer {
|
||||||
background-color: #454;
|
background-color: #454;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user