notjustagrid 1.1.1 → 1.1.2

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.
@@ -1,4 +1,4 @@
1
1
  module Notjustagrid
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  NJAG_VERSION = '1.1'
4
4
  end
@@ -1,4 +1,4 @@
1
- /* Not Just a Grid v1.1 - June 2011 - (c) 2011 Al Redpath / Outrageous Creations! Licenced under an MIT Licence */
1
+ /* Not Just a Grid v1.0 (c) 2011 Al Redpath / Outrageous Creations! Licenced under an MIT Licence*/
2
2
  /* ---------------------------------------------------------------------------- */
3
3
  /* Filetype hint icons -------------------------------------------------------- */
4
4
  /* ---------------------------------------------------------------------------- */
@@ -7,31 +7,31 @@ a {
7
7
  &[href^='mailto:'] {
8
8
  padding-right: 10px;
9
9
  background: transparent url(<%= asset_path 'notjustagrid/icons/icon-email-tiny.png' %>) no-repeat right top; }
10
- &[href$=' {
11
- &.pdf'] {
12
- padding-right: 10px;
13
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-pdf-tiny.png' %>) no-repeat right top; }
14
- &.xls'] {
15
- padding-right: 10px;
16
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-excel-tiny.png' %>) no-repeat right top; }
17
- &.ppt'] {
18
- padding-right: 10px;
19
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-powerpoint-tiny.png' %>) no-repeat right top; }
20
- &.doc'] {
21
- padding-right: 10px;
22
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-word-tiny.png' %>) no-repeat right top; }
23
- &.rtf'], &.txt'] {
24
- padding-right: 10px;
25
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-document-tiny.png' %>) no-repeat right top; }
26
- &.wmv'], &.mov'], &.avi'], &.mpg'], &.flv'], &.f4v'], &.rm'], &.ram'] {
27
- padding-right: 10px;
28
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-video-tiny.png' %>) no-repeat right top; }
29
- &.swf'] {
30
- padding-right: 10px;
31
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-flash-tiny.png' %>) no-repeat right top; }
32
- &.rss'] {
33
- padding-right: 10px;
34
- background: transparent url(<%= asset_path 'notjustagrid/icons/icon-rss-tiny.png' %>) no-repeat right top; } } }
10
+ &[href$='.pdf'] {
11
+ padding-right: 10px;
12
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-pdf-tiny.png' %>) no-repeat right top; }
13
+ &[href$='.xls'] {
14
+ padding-right: 10px;
15
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-excel-tiny.png' %>) no-repeat right top; }
16
+ &[href$='.ppt'] {
17
+ padding-right: 10px;
18
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-powerpoint-tiny.png' %>) no-repeat right top; }
19
+ &[href$='.doc'] {
20
+ padding-right: 10px;
21
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-word-tiny.png' %>) no-repeat right top; }
22
+ &[href$='.rtf'], &[href$='.txt'] {
23
+ padding-right: 10px;
24
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-document-tiny.png' %>) no-repeat right top; }
25
+ &[href$='.wmv'], &[href$='.mov'], &[href$='.avi'], &[href$='.mpg'], &[href$='.swf'], &[href$='.flv'], &[href$='.f4v'] {
26
+ padding-right: 10px;
27
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-video-tiny.png' %>) no-repeat right top; }
28
+ &[href$='.rss'] {
29
+ padding-right: 10px;
30
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-rss-tiny.png' %>) no-repeat right top; }
31
+ &[href$='.rm'] {
32
+ padding-right: 10px;
33
+ background: transparent url(<%= asset_path 'notjustagrid/icons/icon-video-tiny.png' %>) no-repeat right top; }
34
+ }
35
35
 
36
36
  /* ---------------------------------------------------------------------------- */
37
37
  /* error boxes ---------------------------------------------------------------- */
@@ -44,9 +44,9 @@ a {
44
44
  -moz-border-radius: 12px;
45
45
  -webkit-border-radius: 12px;
46
46
  border-radius: 12px;
47
- -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
48
- -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
49
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
47
+ -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
48
+ -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
49
+ box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.7);
50
50
  margin: 20px;
51
51
  text-align: left;
52
52
  position: relative; }
@@ -77,8 +77,8 @@ a {
77
77
 
78
78
  .warning div, .error div, .success div, .question div {
79
79
  border: 10px solid transparent;
80
- height: 0;
81
- width: 0;
80
+ height: 0px;
81
+ width: 0px;
82
82
  position: absolute;
83
83
  bottom: -25px;
84
84
  left: 75px; }
@@ -120,12 +120,12 @@ div.pagescontainer {
120
120
  border-top: 1px solid rgba(255, 255, 255, 0.4);
121
121
  border-right: 1px solid rgba(0, 0, 0, 0.4);
122
122
  border-left: 1px solid rgba(255, 255, 255, 0.4);
123
+ border-radius: 15px;
123
124
  -moz-border-radius: 15px;
124
125
  -webkit-border-radius: 15px;
125
- border-radius: 15px;
126
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
126
127
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
127
128
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
128
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
129
129
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
130
130
  background: #cccccc url(<%= asset_path 'notjustagrid/misc/transoverlay-matte.png' %>) repeat-x; }
131
131
  span {
@@ -145,18 +145,18 @@ div.pagescontainer {
145
145
  border-top: 1px solid rgba(255, 255, 255, 0.4);
146
146
  border-right: 1px solid rgba(0, 0, 0, 0.4);
147
147
  border-left: 1px solid rgba(255, 255, 255, 0.4);
148
+ border-radius: 15px;
148
149
  -moz-border-radius: 15px;
149
150
  -webkit-border-radius: 15px;
150
- border-radius: 15px;
151
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
151
152
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
152
153
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
153
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
154
154
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.8);
155
155
  background: #cccccc url(<%= asset_path 'notjustagrid/misc/transoverlay-matte.png' %>) repeat-x; } }
156
156
  a {
157
157
  &:hover, &:active {
158
158
  background-color: #afc243;
159
- color: #fff !important;
159
+ color: white !important;
160
160
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5); } }
161
161
  span {
162
162
  &.ghost {
@@ -166,9 +166,9 @@ div.pagescontainer {
166
166
  border-left: 1px solid rgba(0, 0, 0, 0.1);
167
167
  background-color: #fff;
168
168
  color: #ccc;
169
+ box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
169
170
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
170
- -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
171
- box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
171
+ -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); }
172
172
  &.current {
173
173
  background-color: #5c7d98;
174
174
  color: #fff;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: notjustagrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-09-12 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &2156677240 !ruby/object:Gem::Requirement
16
+ requirement: &2164857760 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '3.0'
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *2156677240
24
+ version_requirements: *2164857760
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: rake
27
- requirement: &2156676520 !ruby/object:Gem::Requirement
27
+ requirement: &2164856840 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 0.9.2
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2156676520
35
+ version_requirements: *2164856840
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: sass
38
- requirement: &2156669080 !ruby/object:Gem::Requirement
38
+ requirement: &2164854980 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: 3.1.7
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2156669080
46
+ version_requirements: *2164854980
47
47
  description: Make it easy to install notjustagrid into your Rails app
48
48
  email:
49
49
  - emachnic@broadmac.net
@@ -146,7 +146,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
146
146
  version: '0'
147
147
  segments:
148
148
  - 0
149
- hash: -1371828357745584444
149
+ hash: 3369345371871879555
150
150
  required_rubygems_version: !ruby/object:Gem::Requirement
151
151
  none: false
152
152
  requirements:
@@ -155,7 +155,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
155
155
  version: '0'
156
156
  segments:
157
157
  - 0
158
- hash: -1371828357745584444
158
+ hash: 3369345371871879555
159
159
  requirements: []
160
160
  rubyforge_project: notjustagrid
161
161
  rubygems_version: 1.8.10