andrewroth_activeadmin 0.3.4.2 → 0.3.4.3
Sign up to get free protection for your applications and to get access to all the features.
- data/app/assets/stylesheets/active_admin/components/_blank_slates.scss +3 -1
- data/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss +2 -0
- data/app/assets/stylesheets/active_admin/components/_buttons.scss +2 -1
- data/app/assets/stylesheets/active_admin/components/_grid.scss +3 -1
- data/app/assets/stylesheets/active_admin/components/_links.scss +2 -0
- data/app/assets/stylesheets/active_admin/components/_pagination.scss +2 -0
- data/app/assets/stylesheets/active_admin/components/_panels.scss +2 -0
- data/app/assets/stylesheets/active_admin/components/_scopes.scss +3 -1
- data/app/assets/stylesheets/active_admin/components/_status_tags.scss +2 -0
- data/app/assets/stylesheets/active_admin/components/_table_tools.css.scss +3 -1
- data/app/assets/stylesheets/active_admin/mixins/_buttons.css.scss +2 -0
- data/app/assets/stylesheets/active_admin/pages/_dashboard.scss +2 -0
- data/app/assets/stylesheets/active_admin/pages/_logged_out.scss +3 -1
- data/app/assets/stylesheets/active_admin/structure/_main_structure.scss +3 -1
- data/app/assets/stylesheets/active_admin/structure/_title_bar.scss +3 -1
- data/lib/active_admin/version.rb +1 -1
- metadata +4 -4
@@ -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
|
+
}
|
data/lib/active_admin/version.rb
CHANGED
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:
|
4
|
+
hash: 65
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
9
|
- 4
|
10
|
-
-
|
11
|
-
version: 0.3.4.
|
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-
|
19
|
+
date: 2012-01-03 00:00:00 -05:00
|
20
20
|
default_executable:
|
21
21
|
dependencies:
|
22
22
|
- !ruby/object:Gem::Dependency
|