From 7adb2a51358261c6c3111e49132fc968c52e32e9 Mon Sep 17 00:00:00 2001 From: Tom Hutchison Date: Wed, 13 Mar 2019 07:59:00 -0400 Subject: [PATCH] Moving code to select attribute in pivot.css --- assets/stylesheets/pivot.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/pivot.css b/assets/stylesheets/pivot.css index dad25c9..8b07547 100644 --- a/assets/stylesheets/pivot.css +++ b/assets/stylesheets/pivot.css @@ -598,8 +598,7 @@ input[type="date"] { input[type="date"] { width: auto; } -input[type="file"], select { - padding: 5px 20px 5px 5px; +input[type="file"] { margin: .5rem 0; } input:not([type]), textarea, p.meta { @@ -609,6 +608,8 @@ input[type="text"] { margin: .5rem 0; } select { + padding: 5px 20px 5px 5px; + margin: .5rem 0; width: auto; }