Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / bartik / css / components / node-preview.css
index 520141a33199bcd528c4489c387572782635495a..7638ba7d2e73a13b011a7043c24f83308995159f 100644 (file)
@@ -7,31 +7,31 @@
   position: fixed;
   z-index: 499;
   width: 100%;
-  padding: 10px;
+  padding: 5px 10px;
 }
 .node-preview-backlink {
-  background-color: #419ff1;
   background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
   background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); /* LTR */
   border: 1px solid #0048c8;
-  border-radius: .4em;
-  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4);
+  border-radius: 0.4em;
+  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
   color: #fff;
   font-size: 0.9em;
   line-height: normal;
-  margin: 0;
+  margin: 5px 10px 5px 0; /* LTR */
   padding: 4px 1em 4px 0.6em; /* LTR */
   text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
+  display: inline-block;
 }
 [dir="rtl"] .node-preview-backlink {
   background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
   background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
+  margin: 5px 0 5px 10px;
   padding: 4px 0.6em 4px 1em;
   float: right;
 }
 .node-preview-backlink:focus,
 .node-preview-backlink:hover {
-  background-color: #419cf1;
   background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
   background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); /* LTR */
   border: 1px solid #0048c8;
   background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
 }
 .node-preview-backlink:active {
-  background-color: #0e69be;
   background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
   background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); /* LTR */
   border: 1px solid #0048c8;
-  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25);
+  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
 }
 [dir="rtl"] .node-preview-backlink:active {
   background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
   width: 10px;
   display: inline-block;
 }
+[dir="rtl"] .node-preview-backlink::after {
+  content: '';
+  width: 10px;
+  display: inline-block;
+}
+.node-preview-container .form-item-view-mode {
+  display: inline-block;
+  margin: 5px 0;
+}
+[dir="rtl"] .node-preview-container .form-item-view-mode {
+  margin-right: 0;
+}