refinerycms-codemirror 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,7 @@
1
1
  .wym_skin_refinery .wym_codemirror {
2
2
  background-color: white;
3
+ margin-bottom: 8px;
4
+ width: 946px;
3
5
  display: none;
4
6
  }
5
7
 
@@ -15,7 +17,7 @@
15
17
  line-height: 15px;
16
18
  height: 100%;
17
19
  overflow: auto;
18
- height: 300px;
20
+ height: 400px;
19
21
  /* This is needed to prevent an IE[67] bug where the scrolled content
20
22
  is visible outside of the scrolling box. */
21
23
  position: relative;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms-codemirror
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-01 00:00:00.000000000 Z
12
+ date: 2012-07-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: refinerycms-core