diff core/modules/block_place/css/block-place.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents c75dbcec494b
children
line wrap: on
line diff
--- a/core/modules/block_place/css/block-place.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/modules/block_place/css/block-place.css	Thu May 09 15:34:47 2019 +0100
@@ -4,24 +4,24 @@
  */
 
 .block-place-region {
-  outline: 1px dashed rgba(0, 0, 0, 0.5);
-  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
   margin: 1em 0;
   padding: 5px;
   text-align: center;
+  outline: 1px dashed rgba(0, 0, 0, 0.5);
+  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.7);
   text-shadow: none;
 }
 
 .block-place-region a.button {
   position: relative;
+  box-sizing: border-box;
+  width: 26px;
+  height: 26px;
+  padding: 0;
+  white-space: nowrap;
+  border: 1px solid #ccc;
   background: url(../../../misc/icons/bebebe/plus.svg) #fff center center / 16px 16px no-repeat;
-  border: 1px solid #ccc;
-  box-sizing: border-box;
   font-size: 1rem;
-  padding: 0;
-  height: 26px;
-  width: 26px;
-  white-space: nowrap;
 }
 
 .block-place-region:hover a.button,
@@ -33,26 +33,26 @@
   position: relative;
   top: -10px;
   right: 26px; /* LTR */
+  overflow: visible;
+  width: 0;
   height: 0;
-  width: 0;
-  overflow: visible;
   padding: 0;
 }
 
 [dir="rtl"] .block-place-region .ajax-progress {
+  right: inherit;
+  left: 26px;
   float: inherit;
-  left: 26px;
-  right: inherit;
 }
 
 .block-place-region .ajax-progress-throbber .throbber {
   display: block;
+  box-sizing: border-box;
+  width: 26px;
+  height: 26px;
   padding: 0;
-  height: 26px;
-  width: 26px;
-  background-position: center 6px;
-  background-color: #fff;
   border: 1px solid #ddd;
   border-radius: 100px;
-  box-sizing: border-box;
+  background-color: #fff;
+  background-position: center 6px;
 }