Projet

Général

Profil

Paste
Télécharger (285 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / panels / plugins / layouts / onecol / onecol.css @ 64156087

1
.panel-1col {
2
/*  overflow: hidden;  */
3
}
4

    
5
.panel-2col .panel-col-first .inside {
6
  margin: 0;
7
}
8

    
9

    
10
.panel-1col .panel-col {
11
  width: 100%;
12
}
13

    
14
#panels-edit-display .panel-pane,
15
#panels-edit-display .helperclass {
16
  margin: .5em;
17
}
18

    
19
.panel-2col .panel-separator {
20
  margin: 0 0 1em 0;
21
}