Security update for Core, with self-updated composer
[yaffs-website] / web / core / themes / bartik / css / components / form.css
index 3e46920757a476b1ff90f95590793c4bb19ddde8..672e59118e04c9f8a5d8a10a3ace67385bd6baee 100644 (file)
@@ -172,6 +172,14 @@ input.form-submit:focus {
 .node-form .form-wrapper {
   margin-bottom: 2em;
 }
+.node-form .node-form-footer,
+.node-form .field--name-status {
+  margin-bottom: 0;
+}
+.node-form .form-actions {
+  padding-top: 0;
+  margin-top: 0;
+}
 
 /* Contact Form */
 .contact-form #edit-name {
@@ -316,7 +324,9 @@ input.form-submit:focus {
     -moz-box-sizing: border-box;
   }
 
-  .js .dropbutton .dropbutton-action > input, .js .dropbutton .dropbutton-action > a, .js .dropbutton .dropbutton-action > button {
+  .js .dropbutton .dropbutton-action > input,
+  .js .dropbutton .dropbutton-action > a,
+  .js .dropbutton .dropbutton-action > button {
     text-align: center;
     padding-left: 3em;
   }