From 17250a090d99474a7f8d99d7ff91f4725da42a82 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 8 Oct 2016 12:31:29 -0400 Subject: [PATCH] Minor formatting --- css/app.css | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 243e6634f..5ab11ea02 100644 --- a/css/app.css +++ b/css/app.css @@ -3501,7 +3501,8 @@ img.tile-removing { } /* tags form */ -[dir='rtl'] .tag-row .key-wrap, [dir='rtl'] .tag-row .input-wrap-position { +[dir='rtl'] .tag-row .key-wrap, +[dir='rtl'] .tag-row .input-wrap-position { float: right; } @@ -3544,11 +3545,13 @@ img.tile-removing { right: auto; } -[dir='rtl'] .background-control button, [dir='rtl'] .zoombuttons button.zoom-in { +[dir='rtl'] .background-control button, +[dir='rtl'] .zoombuttons button.zoom-in { border-radius: 0 4px 0 0; } -[dir='rtl'] .help-control button, [dir='rtl'] .geolocate-control button { +[dir='rtl'] .help-control button, +[dir='rtl'] .geolocate-control button { border-radius: 0 0 4px 0; } @@ -3586,7 +3589,9 @@ img.tile-removing { } /* navbar */ -[dir='rtl'] #bar .spacer, [dir='rtl'] #bar .button-wrap, [dir='rtl'] #bar .button-wrap button { +[dir='rtl'] #bar .spacer, +[dir='rtl'] #bar .button-wrap, +[dir='rtl'] #bar .button-wrap button { float: right; }