From 3a8e0c08a6ffc1efa32bd64e0c5bc0ae3bfe2826 Mon Sep 17 00:00:00 2001 From: poietic Date: Wed, 22 Oct 2014 21:06:42 -0400 Subject: [PATCH] changed order of "delete, remove, hide from map" --- app/assets/stylesheets/application.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index e456f89f..97f8fecb 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -1183,15 +1183,16 @@ h3.realtimeBoxTitle { width: 24px; height: 24px; } -.rightclickmenu .rc-delete .rc-icon { - background-position: 0 -48px; +.rightclickmenu .rc-hide .rc-icon { + background-position: 0 0; } .rightclickmenu .rc-remove .rc-icon { background-position: 0 -24px; } -.rightclickmenu .rc-hide .rc-icon { - background-position: 0 0; +.rightclickmenu .rc-delete .rc-icon { + background-position: 0 -48px; } + .rightclickmenu .rc-center .rc-icon { } @@ -2737,4 +2738,4 @@ and it won't be important on password protected instances */ script.data-gratipay-username { display: inline; float: left; -} \ No newline at end of file +}