changeset 273:39c247babc0c

Make the print links look a bit nicer.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 24 Nov 2013 18:23:48 +0200
parents cd3283333ec1
children 81507072f25d
files admajax.php
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/admajax.php	Sun Nov 24 17:57:33 2013 +0200
+++ b/admajax.php	Sun Nov 24 18:23:48 2013 +0200
@@ -218,7 +218,7 @@
 
       case "attendees":
         echo
-          "<div>\n".
+          "<div class=\"tabHeadersSub\">\n".
           "<a href=\"print.php?type=emails\" target=\"_blank\">List of e-mails</a>\n".
           "</div>\n";
 
@@ -286,7 +286,7 @@
         // List of votekeys
         $vmode = stGetSetting("voteKeyMode");
         echo
-          "<div>\n".
+          "<div class=\"tabHeadersSub\">\n".
           "<a href=\"print.php?type=votekeys\" target=\"_blank\">Printable key list</a>\n".
           "</div>\n";