From 72fcd52f2d1a90f23e9c6ca3d40ec654aecdfa95 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 12 Mar 2013 23:15:32 +0000 Subject: [PATCH] Fix favorite button alignment --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index 378c62c9ac..5a303e0bb3 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -760,7 +760,7 @@ label input, label span, label div, label select, label textarea { margin-top: 8px; } /* Favorites */ -.nextmatch_header div#favorite\[button\]_wrapper { +.nextmatch_header div#favorite_wrapper { margin-top: 5px; vertical-align: middle; }