From e06f8c16dfcc15d248c8112a6ce0483c7e9378a1 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Mon, 3 Jun 2019 16:39:17 -0500 Subject: [PATCH] Tweak styles for context menu on falafel theme --- tailbone/static/themes/falafel/css/layout.css | 1 + 1 file changed, 1 insertion(+) diff --git a/tailbone/static/themes/falafel/css/layout.css b/tailbone/static/themes/falafel/css/layout.css index 5aa0e745..98d4b7be 100644 --- a/tailbone/static/themes/falafel/css/layout.css +++ b/tailbone/static/themes/falafel/css/layout.css @@ -71,6 +71,7 @@ header .level .theme-picker { #context-menu { margin-bottom: 1em; + margin-left: 1em; text-align: right; white-space: nowrap; }