_buttons.scss in UsersWP – Front-end login form, User Registration, User Profile & Members Directory plugin for WP 1.2.74, at assets/css/partials/_buttons.scss
| 1 | .uwp_page { |
| 2 | .uwp-profile-actions { |
| 3 | .uwp-button-wrap { |
| 4 | .uwp_button { |
| 5 | width: 100%; |
| 6 | } |
| 7 | } |
| 8 | } |
| 9 | .uwp-button-wrap { |
| 10 | .uwp_button { |
| 11 | background: #717171 none repeat scroll 0 0; |
| 12 | border: 0 none; |
| 13 | color: #fff; |
| 14 | font-weight: bold; |
| 15 | padding: 4px 6px; |
| 16 | height: auto; |
| 17 | line-height: normal; |
| 18 | text-align: center; |
| 19 | margin: 5px; |
| 20 | cursor: pointer; |
| 21 | display: inline-block; |
| 22 | font-size: 14px; |
| 23 | white-space: nowrap; |
| 24 | border-radius: 4px; |
| 25 | } |
| 26 | } |
| 27 | .uwp_gridview { |
| 28 | .uwp-button-wrap { |
| 29 | .uwp_button { |
| 30 | width: 50%; |
| 31 | margin-bottom: 0; |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 | .uwp_listview { |
| 36 | .uwp-button-wrap { |
| 37 | .uwp_button { |
| 38 | width: auto; |
| 39 | margin-bottom: 0; |
| 40 | } |
| 41 | } |
| 42 | } |
| 43 | } |