Projet

Général

Profil

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

root / drupal7 / sites / all / modules / css_injector / syntax_highlighter.css @ 87dbc3bf

1
.ace-editor {
2
  display: none;
3
}
4
.has-js .ace-editor {
5
  display: block;
6
  position: relative;
7
  width: 100%;
8
  height: 300px;
9
  margin-bottom: 15px;
10
  margin-top: -10px;
11
  border: 1px #bbb solid;
12
}
13
.has-js .form-item-css-text .form-textarea-wrapper{
14
  display: none;
15
}
16
#editor {
17
  position: absolute;
18
  top: 0;
19
  right: 0;
20
  bottom: 0;
21
  left: 0;
22
}
23
.disable-ace {
24
  float: right;
25
  margin-top: -40px;
26
  text-decoration: none;
27
  color: #0074BD;
28
  cursor: pointer;
29
}
30
.disable-ace.ace-disabled {
31
 margin-top: -10px;
32
}
33
.disable-ace:hover {
34
  text-decoration: underline;
35
}