diff core/themes/stable/css/quickedit/quickedit.module.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents a9cd425dd02b
children
line wrap: on
line diff
--- a/core/themes/stable/css/quickedit/quickedit.module.css	Thu Feb 28 13:11:55 2019 +0000
+++ b/core/themes/stable/css/quickedit/quickedit.module.css	Thu May 09 15:34:47 2019 +0100
@@ -11,8 +11,8 @@
  * Editable.
  */
 .quickedit-editable {
+  position: relative;
   z-index: 98;
-  position: relative;
   cursor: pointer;
 }
 .quickedit-editable:focus {
@@ -26,21 +26,21 @@
   z-index: 99;
 }
 .quickedit-validation-errors > .messages {
+  margin-right: 0;
   margin-left: 0;
-  margin-right: 0;
 }
 .quickedit-validation-errors > .messages > ul {
-  list-style: none;
   margin: 0;
   padding: 0;
+  list-style: none;
 }
 
 /**
  * In-place editors that don't use a popup.
  */
 .quickedit-validation-errors {
+  position: relative;
   z-index: 300;
-  position: relative;
 }
 .quickedit-validation-errors .messages.error {
   position: absolute;
@@ -50,8 +50,8 @@
   border: none;
 }
 [dir="rtl"] .quickedit-validation-errors .messages.error {
+  right: -5px;
   left: auto;
-  right: -5px;
 }
 
 /**
@@ -87,9 +87,9 @@
  */
 .quickedit-toolbar-container {
   position: absolute;
+  z-index: 100;
+  width: 320px;
   max-width: 320px;
-  width: 320px;
-  z-index: 100;
 }
 .quickedit-toolbar-container > .quickedit-toolbar-pointer,
 .quickedit-toolbar-container > .quickedit-toolbar-lining {
@@ -97,11 +97,11 @@
 }
 .quickedit-form-container {
   position: relative;
+  z-index: 100;
+  margin: 0;
   padding: 0;
+  vertical-align: baseline;
   border: 0;
-  margin: 0;
-  vertical-align: baseline;
-  z-index: 100;
 }
 .quickedit-toolgroup.ops {
   float: right; /* LTR */
@@ -113,10 +113,10 @@
   overflow: hidden;
 }
 #quickedit-toolbar-fence {
+  position: fixed;
+  z-index: -1;
+  top: 0;
+  right: 0;
   bottom: 0;
   left: 0;
-  right: 0;
-  top: 0;
-  position: fixed;
-  z-index: -1;
 }