Skip to content

Commit

Permalink
Styling for blog post forms
Browse files Browse the repository at this point in the history
The fields are short because there's short text inside them when forms are used in blog posts.
  • Loading branch information
spaze committed Jul 22, 2024
1 parent 7c0986c commit 2b7a268
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site/public/www.michalspacek.cz/i/css/screen.css
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,11 @@ td.narrow input { width: 40px; }
td.wider input, form.wide td.narrower input { width: 280px; }
form.wide input, form.wide select, form.wide textarea, textarea.wide, td.wide input { width: 740px; }
form.wide textarea, textarea.wide { height: 200px; }
.blog form {
margin: 1em 0;
text-align: center;
}
.blog form input[type=text] { width: 85px; }
#frm-application input, #frm-application select, #frm-applicationPreliminary input { width: 170px; }
#frm-application #company td { width: 220px; }
#frm-application #company th.short { width: 104px; }
Expand Down

0 comments on commit 2b7a268

Please sign in to comment.