rails_admin_rst_theme 0.0.2 → 0.0.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 745a3430db3f0ba11ad025e83b25c76d046280cb
4
- data.tar.gz: ad24265e3c99bf805808c4b88a179275ff6b699f
3
+ metadata.gz: c82c6945bf346b2cedae43826b7518bdecf412ae
4
+ data.tar.gz: cee286496c98aac764fe6372afd4371cc969c5cb
5
5
  SHA512:
6
- metadata.gz: ff7b66c7e6fc30cb64810ee39a3194ed4878e67b98f1a9d50a9271ef333825200a1b86d482eb5bcc6b2e7f4041411520c62663d1207ee75526dc65bec65dab7c
7
- data.tar.gz: 6b0621ecbd2adc3d11320e7357b6900d1fded83d651e9a9fea3e2222ff53161ecfc859428a75fb921d99cf400472bbbc1f8644303500baaa3f6a442cf739abbc
6
+ metadata.gz: a0a192f5927e5e6fef467317e66f69d0b35882337b9e38b0814234c468a9182b563fdb6d73c3cc11c72a76e01ea70fbc82885379a1964b4c31e381a391115689
7
+ data.tar.gz: 28aa9d1e6975b8432bf16965ead0768bfdb3168ef7d4239d9823c2212009bec4f76b8dc126475f1a6697effd5b05e4870f417eb63d87c1b34dd62dc456e1b2f2
@@ -1,3 +1,3 @@
1
1
  module RailsAdminRstTheme
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
@@ -7,3 +7,4 @@
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,4 +60,15 @@
60
60
  box-shadow: 0px 5px 10px #ccc
61
61
  z-index: 2
62
62
  padding: 15px
63
- margin-bottom: 30px
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
@@ -0,0 +1,13 @@
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
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.2
4
+ version: 0.0.3
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: 2015-12-12 00:00:00.000000000 Z
12
+ date: 2016-01-27 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,24 +33,25 @@ 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
40
36
  - lib/rails_admin_rst_theme/engine.rb
41
37
  - lib/rails_admin_rst_theme/version.rb
38
+ - lib/rails_admin_rst_theme.rb
42
39
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/mixins.scss
43
- - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming.sass
44
40
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/buttons.sass
45
41
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/content.sass
46
42
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/forms.sass
47
43
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/headers.sass
48
44
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/layout.sass
49
45
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/list.sass
46
+ - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/pagination.sass
50
47
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/progress.sass
51
48
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/stats.sass
52
49
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming/tables.sass
50
+ - vendor/assets/stylesheets/rails_admin/themes/rst_theme/theming.sass
53
51
  - vendor/assets/stylesheets/rails_admin/themes/rst_theme/variables.sass
52
+ - MIT-LICENSE
53
+ - Rakefile
54
+ - README.md
54
55
  homepage: https://github.com/rstgroup/rails_admin_rst_theme
55
56
  licenses:
56
57
  - MIT
@@ -61,19 +62,18 @@ require_paths:
61
62
  - lib
62
63
  required_ruby_version: !ruby/object:Gem::Requirement
63
64
  requirements:
64
- - - ">="
65
+ - - '>='
65
66
  - !ruby/object:Gem::Version
66
67
  version: '0'
67
68
  required_rubygems_version: !ruby/object:Gem::Requirement
68
69
  requirements:
69
- - - ">="
70
+ - - '>='
70
71
  - !ruby/object:Gem::Version
71
72
  version: '0'
72
73
  requirements: []
73
74
  rubyforge_project:
74
- rubygems_version: 2.2.2
75
+ rubygems_version: 2.0.14
75
76
  signing_key:
76
77
  specification_version: 4
77
78
  summary: Rails Admin theme used by RST-IT company.
78
79
  test_files: []
79
- has_rdoc: