From 606297e453ebb108ac8272ecea50ba6d6d0983b0 Mon Sep 17 00:00:00 2001 From: mike Date: Tue, 8 Jul 2008 07:20:16 -0400 Subject: replybutton.darc Add a simple reply button to notices darcs-hash:20080708112016-f7d30-321142883159fa91338754140ac4ea37e54bb746.gz --- theme/default/display.css | 5 ++++- theme/stoica/display.css | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'theme') diff --git a/theme/default/display.css b/theme/default/display.css index 98dad5d02..0e681b909 100644 --- a/theme/default/display.css +++ b/theme/default/display.css @@ -568,4 +568,7 @@ input#openid_url { } /* ===== End Forms Styling ===== */ - + +.replybutton { + margin-left: 55%; +} diff --git a/theme/stoica/display.css b/theme/stoica/display.css index fb300326a..6a706dc6a 100644 --- a/theme/stoica/display.css +++ b/theme/stoica/display.css @@ -595,3 +595,7 @@ input#openid_url { } /* ===== End Forms Styling ===== */ + +.replybutton { + margin-left: 55%; +} -- cgit v1.2.3-54-g00ecf