Index: biblio.css
===================================================================
--- biblio.css (revision 60)
+++ biblio.css (working copy)
@@ -199,4 +199,10 @@
text-align: right;
text-decoration: none;
float: right;
+}
+
+.biblio-left-td {
+ text-align: right;
+ vertical-align: top;
+ width: 20%;
}
\ No newline at end of file
Index: biblio_theme.inc
===================================================================
--- biblio_theme.inc (revision 60)
+++ biblio_theme.inc (working copy)
@@ -272,9 +272,7 @@
$rows[] = array(
array(
'data' => ''. $row['title'] .'',
- 'align' => 'right',
- 'valign' => 'top',
- 'width' => '20%'
+ 'class' => 'biblio-left-td'
),
array(
'data' => ' '
@@ -297,9 +295,7 @@
array(
'data' => ''. t('Export'
) .'',
- 'align' => 'right',
- 'valign' => 'center',
- 'width' => '20%'
+ 'class' => 'biblio-left-td'
), array(
'data' => ' '
), array(