form placement is always a pain

This commit is contained in:
MaZderMind 2014-12-20 15:31:24 +01:00
parent 9ce8da2e78
commit 5169b91c3c
3 changed files with 7 additions and 1 deletions

View file

@ -5473,6 +5473,8 @@ h1 + .news-item {
color: white; }
.tab-content #feedback iframe {
display: none; }
.tab-content #feedback input[type="radio"], .tab-content #feedback input[type="checkbox"] {
margin-top: 0; }
.tab-content #feedback .col {
padding: 0 30px; }

File diff suppressed because one or more lines are too long

View file

@ -243,6 +243,10 @@ h1 + .news-item {
h3 { display: none; color: white; }
iframe { display: none; }
input[type="radio"], input[type="checkbox"] {
margin-top: 0;
}
.col {
padding: 0 30px;
}