Form styling

This commit is contained in:
Oleg Lavrovsky 2017-04-12 13:27:48 +02:00
parent 34d810038f
commit 6a42e91f34
3 changed files with 6 additions and 2 deletions

View file

@ -7,9 +7,9 @@
<section id="contact-page"> <section id="contact-page">
<div class="container"> <div class="container">
<h2>{{ page.trans_title }}</h2> <h2>{{ page.title }}</h2>
<p class="lead">{{ page.trans_intro|richtext }}</p> <p class="lead">{{ page.intro|richtext }}</p>
<!-- Main content --> <!-- Main content -->
<div class="article-body" role="main"> <div class="article-body" role="main">

View file

@ -11,6 +11,8 @@
label:only-child { label:only-child {
width: auto; width: auto;
border: none; border: none;
}
&> p label {
font-weight: bold; font-weight: bold;
} }
ul { ul {

View file

@ -8532,6 +8532,8 @@ footer#footer a {
#contact-page form label:only-child { #contact-page form label:only-child {
width: auto; width: auto;
border: none; border: none;
}
#contact-page form > p label {
font-weight: bold; font-weight: bold;
} }
#contact-page form ul { #contact-page form ul {