Projet

Général

Profil

Paste
Télécharger (1,48 ko) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / mayo / sass / partials / _admin-layout-settings.scss @ d7f58da2

1
/**
2
 * For the layout of the responsive sidebar settings.
3
 */
4
fieldset.mayo-layout-form div.form-type-radio label,div.smalltouch-portrait-layout  {
5
    background: url(../images/page-layouts-sprite.png);
6
    height: 60px;
7
    width: 60px;
8
    display:block;
9
    margin-top: 4px;
10
    text-align: center;
11
}
12
fieldset.mayo-layout-form .form-type-radio label[for$=three-col-grail]  {background-position: 0 0;}
13
fieldset.mayo-layout-form .form-type-radio label[for$=two-sidebars-right]  {background-position: -122px 0;}
14
fieldset.mayo-layout-form .form-type-radio label[for$=two-sidebars-left]  {background-position: -61px 0;}
15
fieldset.mayo-layout-form .form-type-radio label[for$=two-sidebars-left-stack]  {background-position: -183px 0;}
16
fieldset.mayo-layout-form .form-type-radio label[for$=two-sidebars-right-stack]  {background-position: -244px 0;}
17
fieldset.mayo-layout-form .form-type-radio label[for$=one-col-stack] {background-position: -305px 0;}
18
fieldset.mayo-layout-form .form-type-radio label[for$=one-col-vert] {background-position: -366px 0;}
19
div.smalltouch-portrait-layout  {background-position: -305px 0;}
20

    
21
.mayo-layout-form div.form-item {
22
    clear: none;
23
    float: left;
24
    margin-right: 25px;
25
}
26

    
27
fieldset.mayo-layout-form div.form-type-radio label, div.smalltouch-portrait-layout {
28
    overflow: hidden;
29
    text-indent: 100%;
30
    white-space: nowrap;
31
}
32

    
33
fieldset.mayo-layout-form div.form-type-radio {
34
    clear: none;
35
    float: left;
36
    margin: 0 30px 10px 0;
37
    text-align: center;
38
    width: 60px;
39
}