Commit fa9507d65a39214fed663bedfc7791c36c5e0c79
1 parent
5077d2ab
Exists in
master
and in
29 other branches
ActionItem152: CSS enhancements
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@1214 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
9 additions
and
2 deletions
Show diff stats
public/stylesheets/button.css
... | ... | @@ -10,14 +10,17 @@ |
10 | 10 | background-position: 0 0; |
11 | 11 | padding-left: 25px; |
12 | 12 | padding-right: 2px; |
13 | - float: left; | |
14 | - display: block; | |
15 | 13 | height: 24px; |
16 | 14 | } |
17 | 15 | input.button { |
18 | 16 | float: none; |
19 | 17 | } |
20 | 18 | |
19 | +.button-bar .button { | |
20 | + display: block; | |
21 | + float: left; | |
22 | +} | |
23 | + | |
21 | 24 | .button, .button:visited { |
22 | 25 | color: black; |
23 | 26 | text-decoration: none; | ... | ... |