From 1ea6500db77fa76649676d39fbd5650c3aac7f28 Mon Sep 17 00:00:00 2001 From: defacer Date: Sun, 6 Mar 2005 20:09:34 +0000 Subject: [PATCH] Intending to change .generaltableheader to .generaltable .header and do the same with .generaltablecell. First of all, let's ensure we don't break those parts of the code that haven't been updated. --- theme/standard/styles_layout.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 792a1b12105..22a4a18dc8c 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -448,6 +448,8 @@ body#mod-forum-search .introcontent { /* calendar, course, weblib,php, attandance dialouge, exercise, forum, lesson, quiz */ +table.generaltable td.header, +table.generaltable th.header, .generaltableheader { background-image:url(gradient.jpg); background-position:top; @@ -927,11 +929,13 @@ body#admin-index .c0 { background: #FAFAFA; } +body#admin-modules table.generaltable td.cell, body#admin-modules .generaltablecell { padding-top: 2px; padding-bottom: 2px; } +body#admin-blocks table.generaltable td.cell, body#admin-blocks .generaltablecell { padding-top: 1px; padding-bottom: 1px;