Commit fa9507d65a39214fed663bedfc7791c36c5e0c79
1 parent
5077d2ab
Exists in
master
and in
28 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,14 +10,17 @@ | ||
10 | background-position: 0 0; | 10 | background-position: 0 0; |
11 | padding-left: 25px; | 11 | padding-left: 25px; |
12 | padding-right: 2px; | 12 | padding-right: 2px; |
13 | - float: left; | ||
14 | - display: block; | ||
15 | height: 24px; | 13 | height: 24px; |
16 | } | 14 | } |
17 | input.button { | 15 | input.button { |
18 | float: none; | 16 | float: none; |
19 | } | 17 | } |
20 | 18 | ||
19 | +.button-bar .button { | ||
20 | + display: block; | ||
21 | + float: left; | ||
22 | +} | ||
23 | + | ||
21 | .button, .button:visited { | 24 | .button, .button:visited { |
22 | color: black; | 25 | color: black; |
23 | text-decoration: none; | 26 | text-decoration: none; |