From c3769ce27b87c262b9fa0e3bbcfeb261bec83df1 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sun, 24 Feb 2013 20:23:26 -0800 Subject: [PATCH] Table first-row styling fix --- e107_admin/cpage.php | 2 +- e107_themes/bootstrap/admin_style.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_admin/cpage.php b/e107_admin/cpage.php index 642a637de..3b147c4c2 100644 --- a/e107_admin/cpage.php +++ b/e107_admin/cpage.php @@ -9,7 +9,7 @@ * Custom Menus/Pages Administration * Admin-related functions for custom page and menu creation */ - +define('e_MINIMAL',true); require_once('../class2.php'); if (!getperms("5|J")) { header('location:'.e_ADMIN.'admin.php'); exit; } diff --git a/e107_themes/bootstrap/admin_style.css b/e107_themes/bootstrap/admin_style.css index a023c46d1..54799d066 100644 --- a/e107_themes/bootstrap/admin_style.css +++ b/e107_themes/bootstrap/admin_style.css @@ -576,8 +576,8 @@ i.e-seamonkey-32{ background-position: -485px 0; width: 32px; height: 32px; } /* NEw */ -tr.first { font: 12px HelveticaNeue,Helvetica,Arial; color: rgb(102, 102, 102); background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); } -tr.first a { color: rgb(102, 102, 102); } +th, .fcaption { font: 12px HelveticaNeue,Helvetica,Arial; color: rgb(102, 102, 102); background-image: -moz-linear-gradient(center top , rgb(253, 253, 253) 0%, rgb(234, 234, 234) 100%); } +tr.first a, th a { color: rgb(102, 102, 102); } /* Dark Drop-Down Menus */ ul.col-selection { text-align:left; overflow:visible; z-index:101; max-height:600px; overflow:auto; background-color: rgb(23, 23, 23); } ul.col-selection > li a { border-top: 1px solid rgb(51, 51, 51); border-bottom: 1px solid rgb(32, 32, 32); }