konacha 3.5.1 → 3.6.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -136,6 +136,41 @@ body {
136
136
  overflow: auto;
137
137
  }
138
138
 
139
+ #mocha .test .html-error {
140
+ overflow: auto;
141
+ color: black;
142
+ line-height: 1.5;
143
+ display: block;
144
+ float: left;
145
+ clear: left;
146
+ font: 12px/1.5 monaco, monospace;
147
+ margin: 5px;
148
+ padding: 15px;
149
+ border: 1px solid #eee;
150
+ max-width: 85%; /*(1)*/
151
+ max-width: calc(100% - 42px); /*(2)*/
152
+ max-height: 300px;
153
+ word-wrap: break-word;
154
+ border-bottom-color: #ddd;
155
+ -webkit-border-radius: 3px;
156
+ -webkit-box-shadow: 0 1px 3px #eee;
157
+ -moz-border-radius: 3px;
158
+ -moz-box-shadow: 0 1px 3px #eee;
159
+ border-radius: 3px;
160
+ }
161
+
162
+ #mocha .test .html-error pre.error {
163
+ border: none;
164
+ -webkit-border-radius: none;
165
+ -webkit-box-shadow: none;
166
+ -moz-border-radius: none;
167
+ -moz-box-shadow: none;
168
+ padding: 0;
169
+ margin: 0;
170
+ margin-top: 18px;
171
+ max-height: none;
172
+ }
173
+
139
174
  /**
140
175
  * (1): approximate for browsers not supporting calc
141
176
  * (2): 42 = 2*15 + 2*10 + 2*1 (padding + margin + border)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: konacha
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.5.1
4
+ version: 3.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Firebaugh
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-04 00:00:00.000000000 Z
11
+ date: 2015-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: railties