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 @ e4c061ad

1

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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