fixing fp nl submit button jumping bug on firefox

svn path=/branches/design/; revision=18490
This commit is contained in:
samtuke 2010-11-30 15:23:46 +00:00
parent 6e2c4252a5
commit 52db116f5f
1 changed files with 8 additions and 4 deletions

View File

@ -756,13 +756,17 @@ h4#subpages + ul li:nth-child(odd) {
}
#newsletter #language {
width:30%;
margin:0 2% 0 0;
width: 30%;
margin: 0 2% 0 0;
}
#newsletter #email {
width:38%;
margin:0 2% 0 0;
width: 38%;
margin: 0 2% 0 0;
}
#newsletter #submit {
float: right;
}
.section .rss-feed {