From e3fa6893c2ff67dc9ce2ac8a1a8cf81d8da03445 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Hojtsy?= Date: Tue, 24 Jul 2007 21:33:53 +0000 Subject: #124485 by Wesley Tanaka: move some remaining node.css comment styles to the actual comment.css --- modules/comment/comment.css | 6 ++++++ modules/node/node.css | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/modules/comment/comment.css b/modules/comment/comment.css index 1e3ff8b2d..0df1470cb 100644 --- a/modules/comment/comment.css +++ b/modules/comment/comment.css @@ -3,3 +3,9 @@ .indented { margin-left: 25px; /* LTR */ } +.comment-unpublished { + background-color: #fff4f4; +} +.preview .comment { + background-color: #ffffea; +} diff --git a/modules/node/node.css b/modules/node/node.css index 67bb8c727..2a3000199 100644 --- a/modules/node/node.css +++ b/modules/node/node.css @@ -1,9 +1,9 @@ /* $Id$ */ -.node-unpublished, .comment-unpublished { +.node-unpublished { background-color: #fff4f4; } -.preview .node, .preview .comment { +.preview .node { background-color: #ffffea; } #node-admin-filter ul { -- cgit v1.2.3