Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,30 @@ public function html( $body ) {
}
}

.sr-boxes label {
display: block;
margin: 0 0 8px 0;
}

.sr-boxes .label-text {
display: block;
margin-bottom: 6px;
}

.sr-boxes input[type="text"] {
width: 100% !important;
font-size: 1.6rem;
padding: 0.5em;
box-sizing: border-box;
border: 2px solid rgba(0,0,0,0.1);
background: #fff;
}

@media only screen and (min-width: 1110px) {
/* ensure the .fields-large rule doesn't override our stacked layout */
.fields-large .sr-boxes label { display: block; }
}

.field {
float: left;
padding-right: 20px;
Expand Down