Security update for Core, with self-updated composer
[yaffs-website] / web / core / themes / seven / css / components / dropbutton.component.css
index 229f1bdd0278f131b182c7e95b3e9977d5605757..2cf014107fb4f972bd2e71fae8d9aa8fb57ddd1c 100644 (file)
 .dropbutton-single .dropbutton-action a {
   padding: 4px 1.5em;
   border: 1px solid #a6a6a6;
-  border-radius: 20em!important;
+  border-radius: 20em !important;
   background-color: #f2f1eb;
   background-image: -webkit-linear-gradient(top, #f6f6f3, #e7e7df);
   background-image: linear-gradient(to bottom, #f6f6f3, #e7e7df);
   -webkit-transition: all 0.1s;
   transition: all 0.1s;
   -webkit-font-smoothing: antialiased;
-  width: auto!important;
+  width: auto !important;
 }
 .dropbutton-single .dropbutton-action a:hover,
 .dropbutton-single .dropbutton-action a:focus {
   -webkit-transition: none;
   transition: none;
 }
+.dropbutton-single .dropbutton-action a.use-ajax {
+  float: left;
+}
 
 /**
  * The dropdown trigger.