Port of blueprint commit 4b349743801812ce4cdb34f57d5e2680ac9e0dac
Author: Christian Montoya <sirokai@gmail.com> Date: Fri Sep 17 02:15:24 2010 -0400 Fixing form alignment
This commit is contained in:
parent
aeb83399da
commit
74bcd9ca5c
@ -25,10 +25,6 @@
|
||||
&[type=text],
|
||||
&[type=password] { margin: 0.5em 0; background-color: white; padding: 5px; }
|
||||
&.title { font-size: 1.5em; }
|
||||
&[type=checkbox],
|
||||
&.checkbox,
|
||||
&[type=radio],
|
||||
&.radio { position: relative; top: 0.25em; }
|
||||
}
|
||||
textarea { margin: 0.5em 0; padding: 5px; }
|
||||
select { margin: 0.5em 0; }
|
||||
|
@ -731,9 +731,6 @@ input.text, input.title, input[type=email], input[type=text], input[type=passwor
|
||||
padding: 5px; }
|
||||
input.title {
|
||||
font-size: 1.5em; }
|
||||
input[type=checkbox], input.checkbox, input[type=radio], input.radio {
|
||||
position: relative;
|
||||
top: 0.25em; }
|
||||
|
||||
textarea {
|
||||
margin: 0.5em 0;
|
||||
|
@ -17,9 +17,6 @@ form.bp input.text, form.bp input.title, form.bp input[type=email], form.bp inpu
|
||||
padding: 5px; }
|
||||
form.bp input.title {
|
||||
font-size: 1.5em; }
|
||||
form.bp input[type=checkbox], form.bp input.checkbox, form.bp input[type=radio], form.bp input.radio {
|
||||
position: relative;
|
||||
top: 0.25em; }
|
||||
form.bp textarea {
|
||||
margin: 0.5em 0;
|
||||
padding: 5px; }
|
||||
|
Loading…
Reference in New Issue
Block a user