From f96079ee48d1c591c3a99a326ed8b58bc93f7148 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Wed, 20 Feb 2013 16:30:56 -0500 Subject: [PATCH] compose: move X to close a compose error to upper right. (imported from commit f27e3b44f0f62bce8e448116926608da0066f78b) --- zephyr/static/styles/zephyr.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index fa51881edd..7457c40f59 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -509,9 +509,7 @@ img.inline_profile_picture { text-shadow: 0 1px 0 white; opacity: .2; filter: alpha(opacity=20); - margin-left: 5px; - position: relative; - top: 1px; + float: right; } .composebox-close {