Commit 74bdf941d62ade74715d727e3d93bcf1dead0428
1 parent
d1b3f218
Exists in
master
and in
29 other branches
ActionItem110: assa
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@750 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
7 additions
and
6 deletions
Show diff stats
public/designs/themes/default/style.css
... | ... | @@ -45,12 +45,12 @@ padding-right: 5px; |
45 | 45 | } |
46 | 46 | |
47 | 47 | div.block a.button_block { |
48 | -display: block; | |
49 | -width: 10px; | |
50 | -height: 10px; | |
51 | -margin-top: 10px; | |
52 | -margin-right: 5px; | |
53 | -float: right; | |
48 | +display: block !important; | |
49 | +width: 10px !important; | |
50 | +height: 10px !important; | |
51 | +margin-top: 10px !important; | |
52 | +margin-right: 5px !important; | |
53 | +float: right !important; | |
54 | 54 | } |
55 | 55 | |
56 | 56 | div.block a.button_block_hide { | ... | ... |