Adding class for expanding all INPUT type elements to 100%
svn path=/trunk/; revision=21443
This commit is contained in:
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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" />
|
||||
|
||||
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user