Projet

Général

Profil

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

root / drupal7 / sites / all / themes / adaptivetheme / at_core / layouts / panels / three_inset_left / three_inset_left.admin.css @ a08833bd

1
#panels-dnd-main .region {float: right; margin-bottom: 5px}
2
#panels-dnd-main .region-three-inset-left-sidebar {width: 25%}
3
#panels-dnd-main .inset-wrapper {float: right; width: 74.5%; margin-right: 0.5%}
4
#panels-dnd-main .inset-wrapper .region {width: 100%}
5
#panels-dnd-main .inset-wrapper .region-three-inset-left-middle {width: 69.5%}
6
#panels-dnd-main .inset-wrapper .region-three-inset-left-inset {width: 30%; margin-right: 0.5%}
7
#panels-dnd-main .region-three-inset-left-bottom {clear: both}
8

    
9
/* Inset sprite */
10
[id^=edit-inset] .form-type-radio label {background: url(inset-sprite.png)}
11
.form-type-radio label[for$=three-inset-right] {background-position: 0 0}
12
.form-type-radio label[for$=three-inset-right-wrap] {background-position: -41px 0}
13
.form-type-radio label[for$=three-inset-left] {background-position: -82px 0}
14
.form-type-radio label[for$=three-inset-left-wrap] {background-position: -123px 0}
15
.form-type-radio label[for$=three-inset-right-stack],
16
.form-type-radio label[for$=three-inset-left-stack] {background-position: -164px 0}