brightcontent-core 2.0.9 → 2.0.10
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.
- data/Gemfile.lock +1 -1
- data/app/assets/stylesheets/brightcontent/main.css +18 -0
- metadata +3 -3
data/Gemfile.lock
CHANGED
|
@@ -44,3 +44,21 @@ td.list-actions {
|
|
|
44
44
|
border-radius: 5px;
|
|
45
45
|
box-shadow: 0 1px 2px rgba(0,0,0,.05);
|
|
46
46
|
}
|
|
47
|
+
|
|
48
|
+
#attachments .attachment {
|
|
49
|
+
float: left;
|
|
50
|
+
position: relative;
|
|
51
|
+
margin: 0 5px 5px 0;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
#attachments .attachment a {
|
|
55
|
+
position: absolute;
|
|
56
|
+
top: 3px;
|
|
57
|
+
right: 3px;
|
|
58
|
+
display: none;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
#attachments .attachment:hover a {
|
|
62
|
+
display: block;
|
|
63
|
+
}
|
|
64
|
+
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: brightcontent-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.10
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -344,7 +344,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
344
344
|
version: '0'
|
|
345
345
|
segments:
|
|
346
346
|
- 0
|
|
347
|
-
hash:
|
|
347
|
+
hash: 3457472265915971627
|
|
348
348
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
349
349
|
none: false
|
|
350
350
|
requirements:
|
|
@@ -353,7 +353,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
353
353
|
version: '0'
|
|
354
354
|
segments:
|
|
355
355
|
- 0
|
|
356
|
-
hash:
|
|
356
|
+
hash: 3457472265915971627
|
|
357
357
|
requirements: []
|
|
358
358
|
rubyforge_project:
|
|
359
359
|
rubygems_version: 1.8.24
|