Adding class for expanding all INPUT type elements to 100%

svn path=/trunk/; revision=21443
This commit is contained in:
ato
2011-11-13 13:49:32 +00:00
parent 1f26d8b895
commit cc6e81b73a
12 changed files with 21 additions and 12 deletions
+1 -1
View File
@@ -35,7 +35,7 @@
href="mailto:office@fsfeurope.org">office@fsfeurope.org</a>.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Jméno</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -34,7 +34,7 @@
um mit uns Kontakt aufzunehmen.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Name</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -31,7 +31,7 @@
<a href="mailto:office@fsfeurope.org">office@fsfeurope.org</a> για να έρθετε σε επαφή μαζί μας.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Name</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -37,7 +37,7 @@
get in touch.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Name</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -29,7 +29,7 @@
href="mailto:office@fsfeurope.org">office@fsfeurope.org</a> para ponerse en contacto con nosotros.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Nombre</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -39,7 +39,7 @@
et meiega ühendust võtta.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Nimi</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -33,7 +33,7 @@
href="mailto:office@fsfeurope.org">office@fsfeurope.org</a> (englanniksi).
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Nimi</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -37,7 +37,7 @@
nous joindre.
</p>
<form action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Nom</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -37,7 +37,7 @@
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Ime</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -37,7 +37,7 @@
entrar em contacto.
</p>
<form class="left-aligned" action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Nome</label>
<input id="name" name="name" type="text" />
+1 -1
View File
@@ -23,7 +23,7 @@
Заполните форму, свяжитесь с <a href="/contact/local.html">представителями ЕФСПО в вашей стране</a> или напишите нам по адресу <a href="mailto:office@fsfeurope.org">office@fsfeurope.org</a>.
</p>
<form action="/cgi-bin/contact.pl" method="post">
<form class="left-aligned expanded" action="/cgi-bin/contact.pl" method="post">
<p>
<label for="name">Имя</label>
<input id="name" name="name" type="text" />
+10 -1
View File
@@ -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;