Issue #2512456 by tim.plunkett, legolasbo, MattA, dawehner, googletorp, darol100, Bojhan, webchick, andypost, ivanstegic, larowlan, lauriii, LewisNyman, tkoleary, rickvug, eliza411, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix: Implement the new block layout design to emphasize the primary interaction of placing a block
2015-07-10 19:00:10 +00:00
|
|
|
/* Block listing page */
|
2015-09-26 12:34:39 +00:00
|
|
|
.region-title__action {
|
|
|
|
display: inline-block;
|
Issue #2512456 by tim.plunkett, legolasbo, MattA, dawehner, googletorp, darol100, Bojhan, webchick, andypost, ivanstegic, larowlan, lauriii, LewisNyman, tkoleary, rickvug, eliza411, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix: Implement the new block layout design to emphasize the primary interaction of placing a block
2015-07-10 19:00:10 +00:00
|
|
|
margin-left: 1em; /* LTR */
|
|
|
|
}
|
2015-09-26 12:34:39 +00:00
|
|
|
[dir="rtl"] .region-title__action {
|
Issue #2512456 by tim.plunkett, legolasbo, MattA, dawehner, googletorp, darol100, Bojhan, webchick, andypost, ivanstegic, larowlan, lauriii, LewisNyman, tkoleary, rickvug, eliza411, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix: Implement the new block layout design to emphasize the primary interaction of placing a block
2015-07-10 19:00:10 +00:00
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Block demo mode */
|
2006-08-14 07:14:50 +00:00
|
|
|
.block-region {
|
|
|
|
background-color: #ff6;
|
|
|
|
margin-top: 4px;
|
|
|
|
margin-bottom: 4px;
|
|
|
|
padding: 3px;
|
|
|
|
}
|
#655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
2010-07-31 12:54:59 +00:00
|
|
|
a.block-demo-backlink,
|
|
|
|
a.block-demo-backlink:link,
|
|
|
|
a.block-demo-backlink:visited {
|
2012-02-29 16:56:15 +00:00
|
|
|
background-color: #b4d7f0;
|
2011-01-03 07:04:48 +00:00
|
|
|
border-radius: 0 0 10px 10px;
|
#655416 by casey, yoroy, BTMash, Bojhan, Gábor Hojtsy, sun, ksenzee, oseldman, jrguitar21, et al: 'Demonstrate block preview' should not open in the overlay, and should reflect the regions in the front-end theme.
2010-07-31 12:54:59 +00:00
|
|
|
color: #000;
|
|
|
|
font-family: "Lucida Grande", Verdana, sans-serif;
|
|
|
|
font-size: small;
|
|
|
|
line-height: 20px;
|
|
|
|
left: 20px; /*LTR*/
|
|
|
|
padding: 5px 10px;
|
|
|
|
position: fixed;
|
|
|
|
z-index: 499;
|
|
|
|
}
|
|
|
|
a.block-demo-backlink:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2013-08-15 15:28:57 +00:00
|
|
|
|
Issue #2512456 by tim.plunkett, legolasbo, MattA, dawehner, googletorp, darol100, Bojhan, webchick, andypost, ivanstegic, larowlan, lauriii, LewisNyman, tkoleary, rickvug, eliza411, lunk_rat, nickrosencrans, stpaultim, Mark LaCroix: Implement the new block layout design to emphasize the primary interaction of placing a block
2015-07-10 19:00:10 +00:00
|
|
|
/* Configure block form - Block description */
|
2015-05-18 13:11:31 +00:00
|
|
|
.block-form .form-item-settings-admin-label label {
|
2013-11-13 00:08:42 +00:00
|
|
|
display: inline;
|
|
|
|
}
|
2015-05-18 13:11:31 +00:00
|
|
|
.block-form .form-item-settings-admin-label label:after {
|
2013-11-13 00:08:42 +00:00
|
|
|
content: ':';
|
|
|
|
}
|
2016-08-08 12:16:02 +00:00
|
|
|
.block-disabled:not(:hover) {
|
|
|
|
background: #fcfcfa;
|
|
|
|
opacity: 0.675;
|
|
|
|
}
|