From e17cfb4f12a91283b6be0e67c53e177082c7c281 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 11 Oct 2014 23:08:31 -0400 Subject: [PATCH] border radius for map created prompt --- app/assets/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index d63646f2..d278968a 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -867,6 +867,7 @@ label[for="user_remember_me"] { box-shadow: 0px 3px 3px rgba(0,0,0,0.12), 0 3px 3px rgba(0,0,0,0.24); font-size: 14px; font-family: 'din-regular', helvetica, sans-serif; + border-radius: 2px; } #mapCreatedSuccess h6 {