From 564b41d7b7a446135f8fb340439f47cf827fd63f Mon Sep 17 00:00:00 2001 From: niix Date: Thu, 10 Jan 2013 10:14:17 -0500 Subject: [PATCH] Added buttons --- dist/ratchet.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dist/ratchet.css b/dist/ratchet.css index ca7fd80..fa29f3c 100644 --- a/dist/ratchet.css +++ b/dist/ratchet.css @@ -725,6 +725,7 @@ select { }/* General button styles -------------------------------------------------- */ +button, [class*="button"] { position: relative; display: inline-block; @@ -746,6 +747,7 @@ select { } /* Active */ +button, [class*="button"]:active { padding-top: 5px; padding-bottom: 3px; @@ -807,16 +809,20 @@ select { } /* Block level buttons (full width buttons) */ +button.button-block, .button-block { display: block; padding: 11px 0 13px; margin-bottom: 10px; font-size: 16px; + width: 100%; } /* Active state for block level buttons */ +button.button-block:active, .button-block:active { padding: 12px 0; + width: 100%; } /* Counts in buttons