From 1600ae9679a144be26171aff927761b74d69ec3f Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Mon, 21 Dec 2009 22:06:49 +0000 Subject: Right aligned delete notice option so that when repeat option is present there is a consistent layout --- theme/base/css/display.css | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'theme/base/css/display.css') diff --git a/theme/base/css/display.css b/theme/base/css/display.css index 77197c945..2f6563bf4 100644 --- a/theme/base/css/display.css +++ b/theme/base/css/display.css @@ -1007,21 +1007,21 @@ left:0; .notice-options { position:relative; font-size:0.95em; -width:125px; +width:113px; float:right; +margin-right:4px; } .notice-options a { float:left; } -.notice-options .notice_delete, .notice-options .notice_reply, .notice-options .form_repeat, .notice-options .form_favor, .notice-options .form_disfavor, .notice-options .repeated { float:left; -margin-left:14%; +margin-left:14.2%; } .notice-options .form_favor, .notice-options .form_disfavor { @@ -1041,6 +1041,9 @@ border:0; .notice-options .notice_delete { text-decoration:none; } +.notice .notice-options .notice_delete { +float:right; +} .notice-options form input.submit { width:16px; height:16px; -- cgit v1.2.3-54-g00ecf