oxidized-web 0.7.0 → 0.7.1

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: 9a1b1bab329f725f5bbc8bebdac1b65b1e3f2ef0
4
- data.tar.gz: 249d1daababb324eecc66bb10798a231d5bf5aa5
3
+ metadata.gz: 9a6c99156a4f1b11e6191cebbc45930a1a9b08c3
4
+ data.tar.gz: b1b53cd9ad617946022cdc76c7a434dea13dbbf8
5
5
  SHA512:
6
- metadata.gz: c64337dfa586c61faa0ebbd4ccc28ec2b81b4228e40cba3893779ed2aacf9d348449d0e31c0195010c48ef278040d7e004f8d2a9a2a1b7fbbc0b6ae551b75a4c
7
- data.tar.gz: b57db13dd2291c97c8d43c79aa015be238a4adc7a4196e559676ba6ba4d1222ffebf5499247be7c8327d32172e106d86e9fd034b6c20c6e6b11d78f272530e13
6
+ metadata.gz: eece9ad88b2bae1ce741199d3402da38c1fc2aaf2a38b0f8b1bc076b2c134f8f6f49670ac4a3c2fd1ac92ed2c05cb493fe0d8f8dbf153a2ef9d99a5bdc9e544e
7
+ data.tar.gz: 283a0bb900bd859e92ee320ae792b9250bd55d75f2181d0b5c3bbb98ecabe304601863ac78bdf4551c8ae34b9cfec5173f05e777d6fc3da40317fc9a2c3f22a8
@@ -0,0 +1,19 @@
1
+ //Overriding bootstrap classes.
2
+
3
+ .navbar-brand {
4
+ float: left;
5
+ font-size: 18px;
6
+ height: 50px;
7
+ line-height: 20px;
8
+ padding: 6px;
9
+ }
10
+
11
+ .navbar-form {
12
+ border: 0 none;
13
+ box-shadow: none;
14
+ margin-left: 0;
15
+ margin-right: 0;
16
+ padding-bottom: 0;
17
+ padding-top: 2px;
18
+ width: auto;
19
+ }
@@ -91,6 +91,7 @@ $(function() {
91
91
  .always(function() {
92
92
  $('#flashMessage').removeClass('hidden');
93
93
  });
94
+ });
94
95
 
95
96
  // Update timestamp on next button click for DataTables
96
97
  $('.paginate_button').on('click', function() {
@@ -5,6 +5,7 @@
5
5
  %title oxidized
6
6
  %link{rel: 'stylesheet', href: url_for('/css/bootstrap.min.css')}
7
7
  %link{rel: 'stylesheet', href: url_for('/css/oxidized.css')}
8
+ %link{rel: 'stylesheet', href: url_for('/css/oxidized_custom.css')}
8
9
  %link{rel: 'shortcut icon', href: url_for('/images/favicon.ico')}
9
10
  %link{rel: 'stylesheet', href: url_for('/css/dataTables.colVis.css')}
10
11
  %link{rel: 'stylesheet', href: url_for('/css/dataTables.bootstrap.css')}
@@ -25,7 +25,7 @@
25
25
  %a.navbar-link{href: url_for('/migration')} Migration
26
26
 
27
27
  %form.navbar-form.navbar-right{role: 'search',
28
- action: '/nodes/conf_search',
28
+ action: url_for('/nodes/conf_search'),
29
29
  method: 'post'}
30
30
  .form-group#to_search_in_config{name: 'to_search_in_config'}
31
31
  %input.form-control.input-sm{type: 'text',
@@ -10,9 +10,10 @@ body
10
10
  font-weight: 600
11
11
  padding: 5px
12
12
 
13
- .ox-nav .navbar-brand img
14
- height: 40px
13
+ .navbar-header a.navbar-brand img
15
14
  margin: 0 10px
15
+ max-width: 100%
16
+ max-height: 100%
16
17
 
17
18
  .table a, .table a:visited
18
19
  color: #000
data/oxidized-web.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'oxidized-web'
3
- s.version = '0.7.0'
3
+ s.version = '0.7.1'
4
4
  s.licenses = %w( Apache-2.0 )
5
5
  s.platform = Gem::Platform::RUBY
6
6
  s.authors = ['Saku Ytti', 'Samer Abdel-Hafez']
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: oxidized-web
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Saku Ytti
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-03-30 00:00:00.000000000 Z
12
+ date: 2016-06-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: oxidized
@@ -141,6 +141,7 @@ files:
141
141
  - lib/oxidized/web/public/css/buttons.bootstrap.min.css
142
142
  - lib/oxidized/web/public/css/dataTables.bootstrap.css
143
143
  - lib/oxidized/web/public/css/dataTables.colVis.css
144
+ - lib/oxidized/web/public/css/oxidized_custom.css
144
145
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.eot
145
146
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.svg
146
147
  - lib/oxidized/web/public/fonts/glyphicons-halflings-regular.ttf