From ad6ba256efd1a65fb1bb3951ae6b17b1593205b7 Mon Sep 17 00:00:00 2001 From: jhunkeler Date: Tue, 29 Dec 2009 05:36:23 +0000 Subject: (OC) Fixed includes/functions::GetBlocks() so that left and right are 0 and 1. Also fixed the query so that it doesnt get every block, just the active blocks for the defined side. Re-did some display on the admin side for blocks. git-svn-id: http://svn.3rd-infantry-division.org/testing/branches/Bayonet CMS v2@408 c5b2fb0a-d05d-0410-98c8-828840a80ff6 --- admin/admins/functions.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'admin/admins/functions.php') diff --git a/admin/admins/functions.php b/admin/admins/functions.php index 6cda0c4..d28ff7d 100644 --- a/admin/admins/functions.php +++ b/admin/admins/functions.php @@ -12,8 +12,9 @@ margin:0px; padding:5px; text-align:center; - background:#e5eecc; - border:solid 1px #c3c3c3; + background: #5b8dda; + border:solid 1px #848484; + color:white; } div.slidepanel { -- cgit