local changes from server
[prawokultury.git] / prawokultury / static / css / forms.css
index 9b3957d..2f732dd 100644 (file)
@@ -1,3 +1,6 @@
+.entry-wrapped .submit-form {
+  font-size: .9em; }
+
 .form-info {
   font-size: 1.2em; }
 
@@ -34,3 +37,7 @@
     font-size: 1.1em; }
     .submit-form .helptext a {
       color: #363A3B; }
+  .submit-form .required label {
+    font-weight: bold; }
+  .submit-form .required label:before {
+    content: '* '; }