From 6d55caae5e17fa5bfcf9fd63c12e31ab7204741e Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 8 Jan 2007 12:16:26 +0000 Subject: [PATCH] Added missing style back for rating submit button --- 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 32edae4119..d9202f6c21 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -2182,6 +2182,10 @@ body#mod-forum-search .introcontent { border-style: solid; border-width: 2px; } +#mod-forum-discuss .ratingsubmit { + text-align:center; + padding:10px; +} #mod-forum-index .unread img, #mod-forum-view .unread img { -- 2.39.5