mirror of
https://github.com/voc/streaming-website
synced 2024-11-10 14:44:21 +00:00
form placement is always a pain
This commit is contained in:
parent
9ce8da2e78
commit
5169b91c3c
3 changed files with 7 additions and 1 deletions
|
@ -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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue