From 50d1b609baa7f06b4c9bc5f43dc5d220ee1a432f Mon Sep 17 00:00:00 2001 From: Pranav Kant Date: Tue, 28 Jun 2016 17:00:58 +0530 Subject: Move exist button to top right of revision sidebar --- css/style.css | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index 51c7cecf..5257c86e 100644 --- a/css/style.css +++ b/css/style.css @@ -215,6 +215,13 @@ margin: 0 0; } +/* For close button image */ +#revPanelHeader img{ + position: absolute; + right: 5px; + top: 10px; +} + .loleaflet-font{ font-family: "Segoe UI", Tahoma, Arial, Helvetica, sans-serif !important; } -- cgit v1.2.3