Commit 58427bc96a3045709f502ab13541f4d4eb330f59
1 parent
2bdbbd2d
ActionItem603: fixing ie bugs
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/branches/0.10.x@2386 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
2 changed files
with
11 additions
and
2 deletions
Show diff stats
po/pt_BR/noosfero.po
@@ -13,7 +13,7 @@ msgid "" | @@ -13,7 +13,7 @@ msgid "" | ||
13 | msgstr "" | 13 | msgstr "" |
14 | "Project-Id-Version: noosfero 0.10.3\n" | 14 | "Project-Id-Version: noosfero 0.10.3\n" |
15 | "POT-Creation-Date: 2008-08-08 11:09-0300\n" | 15 | "POT-Creation-Date: 2008-08-08 11:09-0300\n" |
16 | -"PO-Revision-Date: 2008-08-08 11:46-0300\n" | 16 | +"PO-Revision-Date: 2008-08-08 14:49-0300\n" |
17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" | 17 | "Last-Translator: Joenio Costa <joenio@colivre.coop.br>\n" |
18 | "Language-Team: LANGUAGE <LL@li.org>\n" | 18 | "Language-Team: LANGUAGE <LL@li.org>\n" |
19 | "MIME-Version: 1.0\n" | 19 | "MIME-Version: 1.0\n" |
@@ -3677,7 +3677,7 @@ msgstr "Nós precisamos ter certeza que este empreendimento é seu" | @@ -3677,7 +3677,7 @@ msgstr "Nós precisamos ter certeza que este empreendimento é seu" | ||
3677 | #: app/views/account/activation_question.rhtml:35 | 3677 | #: app/views/account/activation_question.rhtml:35 |
3678 | #: app/views/account/accept_terms.rhtml:13 | 3678 | #: app/views/account/accept_terms.rhtml:13 |
3679 | msgid "Continue" | 3679 | msgid "Continue" |
3680 | -msgstr "Cntinuar" | 3680 | +msgstr "Continuar" |
3681 | 3681 | ||
3682 | #: app/views/account/invalid_enterprise_code.rhtml:1 | 3682 | #: app/views/account/invalid_enterprise_code.rhtml:1 |
3683 | msgid "Invalid enterprise code" | 3683 | msgid "Invalid enterprise code" |
public/designs/themes/ecosol/stylesheets/controller_account.css
@@ -28,3 +28,12 @@ | @@ -28,3 +28,12 @@ | ||
28 | padding: 10px 5px 10px 20px; | 28 | padding: 10px 5px 10px 20px; |
29 | background: #E86F67; | 29 | background: #E86F67; |
30 | } | 30 | } |
31 | + | ||
32 | +/* FIXME: remove the important without breaking ie */ | ||
33 | +.button { | ||
34 | + * height: auto !IMPORTANT; | ||
35 | +} | ||
36 | + | ||
37 | +.button-bar * { | ||
38 | + position: relative; | ||
39 | +} |