sports_db 0.2.10 → 0.2.11

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,3 +79,4 @@ h1,h2,h3,h4,h5,h6,p,div,li,td,th,select {
79
79
  tr[href] {
80
80
  cursor: pointer;
81
81
  }
82
+ .nobr { white-space: nowrap; }
@@ -41,3 +41,12 @@
41
41
  padding: 5px;
42
42
  background-color: darken($gradient-secondary-alt, 5%);
43
43
  }
44
+
45
+ // If a tab has no content, we use this class
46
+ // to place a "No content here" notice
47
+ .blank {
48
+ padding: 20px;
49
+ text-align: center;
50
+ min-height: 350px;
51
+ padding-top: 80px;
52
+ }
@@ -0,0 +1,6 @@
1
+ .mask {
2
+ background-color: rgba(0,0,0,.6);
3
+ position: absolute;
4
+ top: 0; left: 0; right: 0; bottom: 0;
5
+ z-index: 100;
6
+ }
@@ -9,5 +9,5 @@
9
9
  # available as extensions to the MAJOR.MINOR.PATCH format.
10
10
 
11
11
  module SportsDb
12
- VERSION = "0.2.10"
12
+ VERSION = "0.2.11"
13
13
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sports_db
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.10
4
+ version: 0.2.11
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: 2013-08-01 00:00:00.000000000 Z
12
+ date: 2013-08-05 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -105,6 +105,7 @@ files:
105
105
  - app/assets/stylesheets/_table_collapsible.css.scss
106
106
  - app/assets/stylesheets/_tabs.css.scss
107
107
  - app/assets/stylesheets/_toolbar.css.scss
108
+ - app/assets/stylesheets/_zepto.mask.css.scss
108
109
  - app/assets/stylesheets/mock.css.scss
109
110
  - app/controllers/application_controller.rb
110
111
  - app/controllers/foo_controller.rb