From eb3145bf1e4c9b4d0cb444ca4ce9d407bb4d2984 Mon Sep 17 00:00:00 2001 From: connors Date: Fri, 20 Dec 2013 12:58:20 -0800 Subject: [PATCH] moving around some css --- lib/sass/buttons.scss | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/lib/sass/buttons.scss b/lib/sass/buttons.scss index ebf6b9c..cbfef26 100644 --- a/lib/sass/buttons.scss +++ b/lib/sass/buttons.scss @@ -101,6 +101,14 @@ font-size: 18px; } +// Button overrides +// -------------------------------------------------- +input[type="submit"], +input[type="reset"], +input[type="button"] { + width: 100%; +} + // Buttons in nav bars // -------------------------------------------------- @@ -141,6 +149,7 @@ } } + // Block buttons in all bars // -------------------------------------------------- @@ -152,13 +161,6 @@ font-size: 16px; // Scale down font size to fit in bar. } -// Button overrides -// -------------------------------------------------- -input[type="submit"], -input[type="reset"], -input[type="button"] { - width: 100%; -} // Block level buttons in popovers // --------------------------------------------------