Browse Source

Added buttons

pull/142/head
niix 12 years ago
parent
commit
564b41d7b7
  1. 6
      dist/ratchet.css

6
dist/ratchet.css vendored

@ -725,6 +725,7 @@ select {
}/* General button styles }/* General button styles
-------------------------------------------------- */ -------------------------------------------------- */
button,
[class*="button"] { [class*="button"] {
position: relative; position: relative;
display: inline-block; display: inline-block;
@ -746,6 +747,7 @@ select {
} }
/* Active */ /* Active */
button,
[class*="button"]:active { [class*="button"]:active {
padding-top: 5px; padding-top: 5px;
padding-bottom: 3px; padding-bottom: 3px;
@ -807,16 +809,20 @@ select {
} }
/* Block level buttons (full width buttons) */ /* Block level buttons (full width buttons) */
button.button-block,
.button-block { .button-block {
display: block; display: block;
padding: 11px 0 13px; padding: 11px 0 13px;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 16px; font-size: 16px;
width: 100%;
} }
/* Active state for block level buttons */ /* Active state for block level buttons */
button.button-block:active,
.button-block:active { .button-block:active {
padding: 12px 0; padding: 12px 0;
width: 100%;
} }
/* Counts in buttons /* Counts in buttons

Loading…
Cancel
Save