From c44eb057150670df61268a4c686eae274beb7352 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sun, 30 May 2010 11:17:21 +0200 Subject: Align cells on top --- css/rpmphp.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'css/rpmphp.css') diff --git a/css/rpmphp.css b/css/rpmphp.css index d98ead4..4d5deed 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -44,6 +44,10 @@ a{ text-decoration:none; } +td{ + vertical-align:top; +} + a:hover{ text-decoration:underline; } @@ -174,13 +178,14 @@ p{ display:inline-block; position:absolute; right:1em; + top:0; } #filter fieldset{ padding:.2em; } -#count_found{ +#list-packages tfoot td{ text-align:right; font-size:.9em; font-style:italic; -- cgit From 2baf2751ee59b6dd6e1b6618aaa57821915122d6 Mon Sep 17 00:00:00 2001 From: "Johan \"Papa\" Cwiklinski" Date: Sun, 30 May 2010 19:23:44 +0200 Subject: Only headers cells have to be aligned on top --- css/rpmphp.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'css/rpmphp.css') diff --git a/css/rpmphp.css b/css/rpmphp.css index 4d5deed..aeb81ea 100644 --- a/css/rpmphp.css +++ b/css/rpmphp.css @@ -44,7 +44,7 @@ a{ text-decoration:none; } -td{ +th{ vertical-align:top; } -- cgit