From 51bb085614aaa7073bc87979d576b6f98315c95d Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 13 Nov 2013 14:54:21 -0800 Subject: [PATCH] Layout tweaks to terms page Fixes #527 --- app/assets/stylesheets/common.css.scss | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index d93928205..12c66e3c9 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -1514,7 +1514,7 @@ header .search_form { padding: $lineheight; margin-bottom: $lineheight; overflow: auto; - height: 10em; + height: 20em; } #decline { @@ -1523,11 +1523,6 @@ header .search_form { background: darken($lightblue, $hovercolor); } } - - .form-row { - margin: auto; - max-width: 370px; - } } /* Rules for the account settings page */ -- 2.43.2