rails_admin_rst_theme 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 08422614f66cc2123734a4efd541f2ffee20d9e1
4
- data.tar.gz: d61229ba3fbe958bff4338ccb0d8b49a48e851e2
3
+ metadata.gz: 6f0b2884a0b329df96c8b26a751e612de4bda6b3
4
+ data.tar.gz: 37458ca9f2a20f683ad9aa7ee239404711caa086
5
5
  SHA512:
6
- metadata.gz: 51dc81c8c01796a3b037fa8eac15b678bf886e04bc13d189774ec123323ebb1efa3d60f6b5a33d117c1bf268a76156e40c7b597d1f51bb3ba4124e2976ea37fb
7
- data.tar.gz: 19674b0dc5846a8f19c17658c8487c68c012f1be0c8a7beb4f6bc7891812f1076b12b463014c03696c7b1b3e17627132cc8fa88ac1f1fc89e07f0675367931d9
6
+ metadata.gz: a452c60b48263d2960686f964cfb468a040bb3d5f18f4101b3967dda6c431819423f1832ff3c0aef986516dfbb9f51ca73222d7d9e71157163e789e4c5937f84
7
+ data.tar.gz: 0543c8e78ce0cbc6aabe4945dd78266922bfd8186973cb23956169e47695e280777fff908f2265b7959bfb957f4a702d79dfbb539f52db7694951137bd229d7d
@@ -1,3 +1,3 @@
1
1
  module RailsAdminRstTheme
2
- VERSION = "0.0.4"
2
+ VERSION = "0.0.5"
3
3
  end
@@ -7,4 +7,3 @@
7
7
  @import './theming/list'
8
8
  @import './theming/buttons'
9
9
  @import './theming/forms'
10
- @import './theming/pagination'
@@ -1,6 +1,6 @@
1
1
  .content
2
2
  position: relative
3
- & > ol.breadcrumb
3
+ ol.breadcrumb
4
4
  position: absolute
5
5
  top: 20px
6
6
  left: 0
@@ -13,7 +13,7 @@
13
13
  padding-left: 0
14
14
  a, .active
15
15
  color: $cloudyBlue
16
- & > .page-header
16
+ .page-header
17
17
  padding-top: 50px
18
18
 
19
19
  ul.nav.nav-tabs
@@ -60,15 +60,4 @@
60
60
  box-shadow: 0px 5px 10px #ccc
61
61
  z-index: 2
62
62
  padding: 15px
63
- margin-bottom: 30px
64
-
65
- & > h4
66
- box-shadow: 0px 5px 10px #ccc
67
- background: #fff
68
- padding: 15px
69
- margin: 0px
70
- & + ul
71
- box-shadow: 0px 5px 10px #ccc
72
- background: #fff
73
- padding: 15px
74
- margin: 0px
63
+ margin-bottom: 30px
@@ -1,4 +1,4 @@
1
- @import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700')
1
+ @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700')
2
2
 
3
3
  body.rails_admin
4
4
  font-family: 'Source Sans Pro', sans-serif
@@ -39,4 +39,4 @@ body.rails_admin
39
39
  color: $orange
40
40
 
41
41
  .container-fluid
42
- margin-right: 30px
42
+ margin-right: 30px
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_admin_rst_theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.4
4
+ version: 0.0.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Wojciech Krysiak
@@ -9,20 +9,20 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-01-27 00:00:00.000000000 Z
12
+ date: 2017-03-15 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - ~>
18
+ - - "~>"
19
19
  - !ruby/object:Gem::Version
20
20
  version: 4.2.0
21
21
  type: :runtime
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - ~>
25
+ - - "~>"
26
26
  - !ruby/object:Gem::Version
27
27
  version: 4.2.0
28
28
  description: Rails Admin theme used by RST-IT company.
@@ -33,25 +33,24 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
+ - MIT-LICENSE
37
+ - README.md
38
+ - Rakefile
39
+ - lib/rails_admin_rst_theme.rb
36
40
  - lib/rails_admin_rst_theme/engine.rb
37
41
  - lib/rails_admin_rst_theme/version.rb
38
- - lib/rails_admin_rst_theme.rb
39
42
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/mixins.scss
43
+ - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming.sass
40
44
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/buttons.sass
41
45
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/content.sass
42
46
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/forms.sass
43
47
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/headers.sass
44
48
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/layout.sass
45
49
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/list.sass
46
- - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/pagination.sass
47
50
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/progress.sass
48
51
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/stats.sass
49
52
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/tables.sass
50
- - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming.sass
51
53
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/variables.sass
52
- - MIT-LICENSE
53
- - Rakefile
54
- - README.md
55
54
  homepage: https://github.com/rstgroup/rails_admin_rst_theme
56
55
  licenses:
57
56
  - MIT
@@ -62,17 +61,17 @@ require_paths:
62
61
  - lib
63
62
  required_ruby_version: !ruby/object:Gem::Requirement
64
63
  requirements:
65
- - - '>='
64
+ - - ">="
66
65
  - !ruby/object:Gem::Version
67
66
  version: '0'
68
67
  required_rubygems_version: !ruby/object:Gem::Requirement
69
68
  requirements:
70
- - - '>='
69
+ - - ">="
71
70
  - !ruby/object:Gem::Version
72
71
  version: '0'
73
72
  requirements: []
74
73
  rubyforge_project:
75
- rubygems_version: 2.0.14
74
+ rubygems_version: 2.6.8
76
75
  signing_key:
77
76
  specification_version: 4
78
77
  summary: Rails Admin theme used by RST-IT company.
@@ -1,13 +0,0 @@
1
- .pagination
2
- margin: 20px
3
- li
4
- a
5
- border-radius: 0px !important
6
- .pagination > .active > a,
7
- .pagination > .active > a:hover,
8
- .pagination > .active > a:focus,
9
- .pagination > .active > span,
10
- .pagination > .active > span:hover,
11
- .pagination > .active > span:focus
12
- background-color: $orange
13
- border-color: $orange