From cc6e81b73af8935ba6ed7351a2d0aa478caaf6a8 Mon Sep 17 00:00:00 2001 From: ato Date: Sun, 13 Nov 2011 13:49:32 +0000 Subject: [PATCH] Adding class for expanding all INPUT type elements to 100% svn path=/trunk/; revision=21443 --- contact/contact.cs.xhtml | 2 +- contact/contact.de.xhtml | 2 +- contact/contact.el.xhtml | 2 +- contact/contact.en.xhtml | 2 +- contact/contact.es.xhtml | 2 +- contact/contact.et.xhtml | 2 +- contact/contact.fi.xhtml | 2 +- contact/contact.fr.xhtml | 2 +- contact/contact.hr.xhtml | 2 +- contact/contact.pt.xhtml | 2 +- contact/contact.ru.xhtml | 2 +- look/input.css | 11 ++++++++++- 12 files changed, 21 insertions(+), 12 deletions(-) diff --git a/contact/contact.cs.xhtml b/contact/contact.cs.xhtml index 1a8d9af100..0ff32a59d7 100644 --- a/contact/contact.cs.xhtml +++ b/contact/contact.cs.xhtml @@ -35,7 +35,7 @@ href="mailto:office@fsfeurope.org">office@fsfeurope.org.

-
+

diff --git a/contact/contact.de.xhtml b/contact/contact.de.xhtml index e915f9bcd2..617d44fc17 100644 --- a/contact/contact.de.xhtml +++ b/contact/contact.de.xhtml @@ -34,7 +34,7 @@ um mit uns Kontakt aufzunehmen.

- +

diff --git a/contact/contact.el.xhtml b/contact/contact.el.xhtml index d1c8d45df5..5642738899 100644 --- a/contact/contact.el.xhtml +++ b/contact/contact.el.xhtml @@ -31,7 +31,7 @@ office@fsfeurope.org για να έρθετε σε επαφή μαζί μας.

- +

diff --git a/contact/contact.en.xhtml b/contact/contact.en.xhtml index 55c2b1f428..d9a2f097a9 100644 --- a/contact/contact.en.xhtml +++ b/contact/contact.en.xhtml @@ -37,7 +37,7 @@ get in touch.

- +

diff --git a/contact/contact.es.xhtml b/contact/contact.es.xhtml index f90a6a93a5..dde76c123a 100644 --- a/contact/contact.es.xhtml +++ b/contact/contact.es.xhtml @@ -29,7 +29,7 @@ href="mailto:office@fsfeurope.org">office@fsfeurope.org para ponerse en contacto con nosotros.

- +

diff --git a/contact/contact.et.xhtml b/contact/contact.et.xhtml index 3403c42627..4e538a6fc3 100644 --- a/contact/contact.et.xhtml +++ b/contact/contact.et.xhtml @@ -39,7 +39,7 @@ et meiega ühendust võtta.

- +

diff --git a/contact/contact.fi.xhtml b/contact/contact.fi.xhtml index 691a2cedb7..4d642f01e7 100644 --- a/contact/contact.fi.xhtml +++ b/contact/contact.fi.xhtml @@ -33,7 +33,7 @@ href="mailto:office@fsfeurope.org">office@fsfeurope.org (englanniksi).

- +

diff --git a/contact/contact.fr.xhtml b/contact/contact.fr.xhtml index a4bdb75ea2..1866be9b6a 100644 --- a/contact/contact.fr.xhtml +++ b/contact/contact.fr.xhtml @@ -37,7 +37,7 @@ nous joindre.

- +

diff --git a/contact/contact.hr.xhtml b/contact/contact.hr.xhtml index 8fc0619994..4c6699c3f6 100644 --- a/contact/contact.hr.xhtml +++ b/contact/contact.hr.xhtml @@ -37,7 +37,7 @@

- +

diff --git a/contact/contact.pt.xhtml b/contact/contact.pt.xhtml index a3ce303216..cac5e4987a 100644 --- a/contact/contact.pt.xhtml +++ b/contact/contact.pt.xhtml @@ -37,7 +37,7 @@ entrar em contacto.

- +

diff --git a/contact/contact.ru.xhtml b/contact/contact.ru.xhtml index 6b8706ab1c..72ef8ba7a7 100644 --- a/contact/contact.ru.xhtml +++ b/contact/contact.ru.xhtml @@ -23,7 +23,7 @@ Заполните форму, свяжитесь с представителями ЕФСПО в вашей стране или напишите нам по адресу office@fsfeurope.org.

- +

diff --git a/look/input.css b/look/input.css index eed520c271..86f64ede4e 100644 --- a/look/input.css +++ b/look/input.css @@ -15,7 +15,7 @@ select, textarea { color: rgb(50,50,50); font-family: "Lucida Grande", "Helvetica", "Arial", sans-serif; - font-size: 9pt; + font-size: 110%; margin: 5px 0 0 0; text-decoration: none; } @@ -29,6 +29,15 @@ textarea { padding: 5px 8px; } +form.expanded input[type=input], +form.expanded input[type=text], +form.expanded input[type=email], +form.expanded input[type=url], +form.expanded input[type=submit], +form.expanded textarea { + width: 100%; +} + input[type="image"] { margin: 5px 0 0 5px; position: absolute;