Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / bartik / css / components / ui-dialog.css
index f90091c3f0e3942b79c0bd8b56f441577f0d31d4..4d49dc3f815a6976145d050e2fcdea11157cba07 100644 (file)
@@ -18,8 +18,8 @@
 }
 .ui-dialog .button {
   background-color: #fff;
-  background-image: -webkit-linear-gradient(top,#f3f3f3,#e8e8e8);
-  background-image: linear-gradient(to bottom,#f3f3f3,#e8e8e8);
+  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
+  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
   border: 1px solid #e4e4e4;
   border-bottom-color: #b4b4b4;
   border-left-color: #d2d2d2;
@@ -29,6 +29,6 @@
   font-size: 0.929em;
   font-weight: normal;
   text-align: center;
-  padding: 0.250em 1.063em;
+  padding: 0.25em 1.063em;
   border-radius: 1em;
 }