annotate themes/contrib/mayo/css/admin-layout-settings.css @ 5:12f9dff5fda9 tip

Update to Drupal core 8.7.1
author Chris Cannam
date Thu, 09 May 2019 15:34:47 +0100
parents 5311817fb629
children
rev   line source
Chris@2 1 /**
Chris@2 2 * For the layout of the responsive sidebar settings.
Chris@2 3 */
Chris@2 4 details.mayo-layout-form div.form-type-radio label, div.smalltouch-portrait-layout {
Chris@2 5 background: url(../images/page-layouts-sprite.png);
Chris@2 6 height: 60px;
Chris@2 7 width: 60px;
Chris@2 8 display: block;
Chris@2 9 margin-top: 4px;
Chris@2 10 text-align: center;
Chris@2 11 }
Chris@2 12
Chris@2 13 details.mayo-layout-form .form-type-radio label[for$=three-col-grail] {
Chris@2 14 background-position: 0 0;
Chris@2 15 }
Chris@2 16
Chris@2 17 details.mayo-layout-form .form-type-radio label[for$=two-sidebars-right] {
Chris@2 18 background-position: -122px 0;
Chris@2 19 }
Chris@2 20
Chris@2 21 details.mayo-layout-form .form-type-radio label[for$=two-sidebars-left] {
Chris@2 22 background-position: -61px 0;
Chris@2 23 }
Chris@2 24
Chris@2 25 details.mayo-layout-form .form-type-radio label[for$=two-sidebars-left-stack] {
Chris@2 26 background-position: -183px 0;
Chris@2 27 }
Chris@2 28
Chris@2 29 details.mayo-layout-form .form-type-radio label[for$=two-sidebars-right-stack] {
Chris@2 30 background-position: -244px 0;
Chris@2 31 }
Chris@2 32
Chris@2 33 details.mayo-layout-form .form-type-radio label[for$=one-col-stack] {
Chris@2 34 background-position: -305px 0;
Chris@2 35 }
Chris@2 36
Chris@2 37 details.mayo-layout-form .form-type-radio label[for$=one-col-vert] {
Chris@2 38 background-position: -366px 0;
Chris@2 39 }
Chris@2 40
Chris@2 41 div.smalltouch-portrait-layout {
Chris@2 42 background-position: -305px 0;
Chris@2 43 }
Chris@2 44
Chris@2 45 .mayo-layout-form div.form-item {
Chris@2 46 clear: none;
Chris@2 47 /*float: left;*/
Chris@2 48 margin-right: 25px;
Chris@2 49 }
Chris@2 50
Chris@2 51 details.mayo-layout-form div.form-type-radio label, div.smalltouch-portrait-layout {
Chris@2 52 overflow: hidden;
Chris@2 53 text-indent: 100%;
Chris@2 54 white-space: nowrap;
Chris@2 55 }
Chris@2 56
Chris@2 57 details.mayo-layout-form div.form-type-radio {
Chris@2 58 clear: none;
Chris@2 59 float: left;
Chris@2 60 margin: 0 30px 10px 0;
Chris@2 61 text-align: center;
Chris@2 62 width: 60px;
Chris@2 63 }