Projet

Général

Profil

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

root / drupal7 / sites / all / modules / panels / plugins / layouts / flexible / flexible-admin.css @ 64156087

1
#panels-dnd-main .panel-flexible-edit-layout div.panels-display .pane-add-link,
2
.panel-flexible-edit-layout .panel-pane {
3
  display: none;
4
}
5

    
6
.panel-flexible-edit-layout div.panels-display h2.label {
7
  padding-right: 0;
8
}
9

    
10
.panel-flexible-edit-layout .panels-flexible-column-inside {
11
/*  margin: 5px; */
12
  border: 1px dotted green;
13
}
14

    
15
.panels-flexible-column-inside {
16
/*  overflow: hidden; */
17
}
18

    
19
.panel-flexible-edit-layout .panels-flexible-column > .flexible-title {
20
  color: green;
21
}
22

    
23
.panel-flexible-edit-layout .panels-flexible-row-inside {
24
  margin: 5px;
25
  border: 1px dotted blue;
26
}
27

    
28
.panel-flexible-edit-layout .panels-flexible-row > .flexible-title {
29
  color: blue;
30
}
31

    
32
.panel-flexible-no-edit-layout .flexible-layout-only {
33
  display: none;
34
}
35

    
36
.panel-flexible-edit-layout .flexible-title {
37
  text-align: center;
38
  width: 5em;
39
  margin-left: auto;
40
  margin-right: auto;
41
}
42

    
43
.panel-flexible-no-edit-layout .panels-flexible-splitter {
44
  display: none;
45
}
46

    
47
.panels-flexible-splitter span {
48
  display: none;
49
}
50

    
51
.panels-flexible-splitter {
52
  width: 11px;
53
  float: left;
54
  margin-left: -7px;
55
  margin-right: -6px;
56
  cursor: e-resize;    /* in case col-resize isn't supported */
57
  cursor: col-resize;
58
  height: 30px;
59
  position: relative;
60
  z-index: 1;
61
  background: url(grippie-vertical.png) center center no-repeat #eee;
62
  border: 1px solid #ccc;
63
}
64

    
65
.flexible-splitting {
66
  border: 2px dotted yellow !important;
67
  margin: -2px !important;
68
}
69

    
70
.flexible-splitter-hover-box {
71
  position: absolute;
72
  z-index: 1000;
73
  background: white;
74
  color: black;
75
  border: 1px solid black;
76
  width: 60px;
77
  height: 2em;
78
  text-align: center;
79
  line-height: 2em;
80
}
81

    
82
#panels-edit-display .panel-pane,
83
#panels-edit-display .helperclass {
84
  margin: .5em;
85
}