andrewroth_activeadmin 0.3.4.2 → 0.3.4.3

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,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  .blank_slate_container {
2
4
  clear: both;
3
5
  text-align: center;
@@ -28,4 +30,4 @@
28
30
 
29
31
  .with_sidebar .blank_slate_container .blank_slate {
30
32
  margin-top: 80px;
31
- }
33
+ }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  .breadcrumb {
2
4
  display: block;
3
5
  font-size: 0.9em;
@@ -1,3 +1,4 @@
1
+ @import "active_admin/mixins";
1
2
 
2
3
  td, p {
3
4
  @include icon(#B3BCC1, 0.8em);
@@ -9,4 +10,4 @@ a.member_link {
9
10
  white-space: nowrap;
10
11
  }
11
12
 
12
- a.button, a:link.button, a:visited.button, input[type=submit] { @include dark-button; }
13
+ a.button, a:link.button, a:visited.button, input[type=submit] { @include dark-button; }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  // -------------------------------------- Index as Grid
2
4
  table.index_grid td { border: none; background: none; padding: 0 20px 20px 0; margin: 0;}
3
5
 
@@ -6,4 +8,4 @@ table.index_grid td { border: none; background: none; padding: 0 20px 20px 0; ma
6
8
  clear: both;
7
9
  padding: 0;
8
10
  .column { float: left; }
9
- }
11
+ }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  a, a:link, a:visited {
2
4
  color: $link-color;
3
5
  text-decoration: underline;
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  .paginated_collection_contents {
2
4
  clear: both;
3
5
  }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  // ----------------------------------- Helper class to apply to elements to make them sections
2
4
  .section, .panel{ @include section; }
3
5
 
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  .scopes {
2
4
  li {
3
5
  .count {
@@ -7,4 +9,4 @@
7
9
  line-height: 10px;
8
10
  }
9
11
  }
10
- }
12
+ }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  .status {
2
4
  background: darken($secondary-color, 15%);
3
5
  color: #fff;
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  .table_tools {
2
4
  display: block;
3
5
  margin-bottom: 14px;
@@ -98,4 +100,4 @@ a.table_tools_button {
98
100
  }
99
101
  }
100
102
 
101
- }
103
+ }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins/utilities";
2
+
1
3
  @mixin default-button {
2
4
  @include gradient(lighten($primary-color, 15%), darken($primary-color, 12%));
3
5
  @include rounded(200px);
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  table.dashboard {
2
4
  width: 100%;
3
5
  td { border-bottom: none; }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  body.logged_out {
2
4
  background: #e8e9ea;
3
5
 
@@ -41,4 +43,4 @@ body.logged_out {
41
43
  a { float: right; margin-top: -32px; }
42
44
  }
43
45
 
44
- }
46
+ }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins/variables";
2
+
1
3
  #wrapper {
2
4
  display: table;
3
5
  width: 100%;
@@ -23,4 +25,4 @@
23
25
  width: $sidebar-width;
24
26
  margin-left: -$sidebar-width;
25
27
  }
26
- }
28
+ }
@@ -1,3 +1,5 @@
1
+ @import "active_admin/mixins";
2
+
1
3
  #title_bar {
2
4
  @include section-header;
3
5
  @include clearfix;
@@ -41,4 +43,4 @@
41
43
  }
42
44
  }
43
45
  }
44
- }
46
+ }
@@ -1,3 +1,3 @@
1
1
  module ActiveAdmin
2
- VERSION = '0.3.4.2'
2
+ VERSION = '0.3.4.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: andrewroth_activeadmin
3
3
  version: !ruby/object:Gem::Version
4
- hash: 67
4
+ hash: 65
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 3
9
9
  - 4
10
- - 2
11
- version: 0.3.4.2
10
+ - 3
11
+ version: 0.3.4.3
12
12
  platform: ruby
13
13
  authors:
14
14
  - Greg Bell
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-01-02 00:00:00 -05:00
19
+ date: 2012-01-03 00:00:00 -05:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency