corn_js 0.1.8 → 0.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -79,7 +79,7 @@ a:hover {
79
79
  }
80
80
  .fatpopcorn h1 {
81
81
  font: bold 12px/14px "Segoe UI","Lucida Grande",Arial,sans-serif;
82
- margin: 12px 0 4px 0;
82
+ margin: 12px 0 4px 0 !important;
83
83
  padding-left: 15px;
84
84
  font-size: 12px;
85
85
  color: #303030;
@@ -277,7 +277,9 @@ div > h1 > span.delete:hover {
277
277
  margin: 10px 10px 16px 10px;
278
278
  }
279
279
  .fatpopcorn .edit .note {
280
+ float: left;
280
281
  margin: 10px 10px 26px 10px;
282
+ width: 94%;
281
283
  }
282
284
  .fatpopcorn .edit #send_note {
283
285
  padding-right: 6px;
@@ -332,7 +334,7 @@ div > h1 > span.delete:hover {
332
334
  }
333
335
 
334
336
  .fatpopcorn .edit textarea {
335
- width: 98%;
337
+ width: 97%;
336
338
  margin-left: 2px;
337
339
  resize: none;
338
340
  border-width: 1px;
@@ -1,15 +1,13 @@
1
1
  .stickycorn {
2
- width: 100%;
3
2
  min-height: 550px;
4
3
  position: absolute;
5
- background: none repeat scroll 0 0 #FFFFFF;
6
4
  border: medium none;
7
-
8
5
  color: #444444;
9
6
  font-size: 11px;
10
7
  overflow: visible;
11
8
  margin-top: 4px;
12
9
  width: 160px;
10
+ z-index: 0;
13
11
  }
14
12
 
15
13
  /* ----------------*/
@@ -19,15 +17,11 @@
19
17
  /* generic classes */
20
18
  .stickycorn {
21
19
  min-width: 360px;
22
- /*min-height: 345px;*/
23
- border: 1px solid #8FA2B4;
24
- border-radius: 5px 5px 5px 5px;
25
- box-shadow: 0 0 5px rgba(0, 0, 0, .15);
26
20
  }
27
21
  .stickycorn h1 {
28
22
  font: bold 12px/14px "Segoe UI","Lucida Grande",Arial,sans-serif;
29
- margin: 12px 0 4px 0;
30
- padding-left: 15px;
23
+ margin: 12px 0 4px 0 !important;
24
+ padding-left: 15px !important;
31
25
  font-size: 12px;
32
26
  color: #303030;
33
27
  }
@@ -56,8 +50,8 @@
56
50
  width: 100% !important;
57
51
  height: 34px !important;
58
52
  background-color: #E4EDF5 !important;
59
- border-bottom: 1px #8FA2B4 solid!important;
60
- border-radius: 5px 5px 0px 0px !important;
53
+ border: 1px #8FA2B4 solid!important;
54
+ border-radius: 5px 5px 5px 5px !important;
61
55
  float: none !important;
62
56
  }
63
57
  .stickycorn .header ul {
@@ -198,7 +192,9 @@
198
192
  margin: 10px 10px 16px 10px;
199
193
  }
200
194
  .stickycorn .edit .note {
195
+ float: left;
201
196
  margin: 10px 10px 26px 10px;
197
+ width: 94% !important;
202
198
  }
203
199
  .stickycorn .edit #send_note {
204
200
  padding-right: 6px;
@@ -291,7 +287,7 @@
291
287
  top: 0;
292
288
  width: 100%;
293
289
  height: 100%;
294
- z-index: 810;
290
+ z-index: 10;
295
291
  }
296
292
  .stickycorn .qq-upload-drop-area {
297
293
  position:absolute;
@@ -301,7 +297,7 @@
301
297
  height:100%;
302
298
  max-height: 100px;
303
299
  min-height: 50px;
304
- z-index:802;
300
+ z-index: 2;
305
301
  background:#ffffff;
306
302
  text-align:center;
307
303
  border: 2px dashed #566476;
@@ -1,3 +1,3 @@
1
1
  module CornJs
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: corn_js
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
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-05-04 00:00:00.000000000 Z
12
+ date: 2012-07-06 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -97,7 +97,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  segments:
99
99
  - 0
100
- hash: -4080428254448014795
100
+ hash: -456204210793432441
101
101
  required_rubygems_version: !ruby/object:Gem::Requirement
102
102
  none: false
103
103
  requirements:
@@ -106,10 +106,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
106
106
  version: '0'
107
107
  segments:
108
108
  - 0
109
- hash: -4080428254448014795
109
+ hash: -456204210793432441
110
110
  requirements: []
111
111
  rubyforge_project:
112
- rubygems_version: 1.8.19
112
+ rubygems_version: 1.8.21
113
113
  signing_key:
114
114
  specification_version: 3
115
115
  summary: A javascript popup menu plugin