browse-everything 0.6.1 → 0.6.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NDAxZTg5MWYyYjc0YTMyNWZhODE5MjU3ZDJiMjhmOGMwYTFhOWNmYg==
4
+ NmY3YTBhMWIzYjFlNTM5MDU3ODU5MTM1YjM2YmEyMGNhMDM1NGE1YQ==
5
5
  data.tar.gz: !binary |-
6
- NzRhZGY3MDE3ODE5NDM5NTg0ZDViYTljOGFkNGI0OGFiODY4ZjA4Zg==
6
+ NzliNWM2MDQ0YjZhMTIxZTg2MjI3ZmI2Y2I4NjY5NjU3YzY4MjYyMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- NDY1Nzg5MGFjN2MzYTIwMjQxNDY1OTg2NjgwNzkyZjhiY2M5YTc3Mjg4ZjZk
10
- NDgyYWU2YzUwNzNmYzRhNDFmNTZhOTFlMGMyYjEzMWRlZDRkYTFjZGFlNTBj
11
- MjM0YjFkNDQxNWZhNTc0YjAzNTliYTA5ZmY3OGViMDgzOWVjZDE=
9
+ ZGE2NmY4MTZlNGQ2OTRmNWU1ZmRhNzNhZGQ5OTJmODk2NmVlZDliZGQ1MzQ0
10
+ YTU4NWJhNTQ0OGFjY2YxZDAwMDBlMjA5OWNkYWE0NWM1YWY4ZmIyOWU4NWQy
11
+ MmIxNjExYmFhMWUyOGRiMDAyMzY0NDI0MGMzOTJjYjI0MjM2Mjk=
12
12
  data.tar.gz: !binary |-
13
- NDI0YzkwODIxMTYzMDhiYjNlODQyNDYzMTg5NDk1MDE1NTMzODE3MTNiOTQ4
14
- NjNlYWNlYzcwNTg0YmNiZjVhYzRlYzIyZDI4NzI1YTI0NDY5MDE5N2ZiNjE5
15
- YTk1NTk0MzE1ZTQwM2UwNmY5YmZkNWE0OGM0ZTI2OGFkMWJhMDY=
13
+ NTNkM2I1MmYyZDkzMmMwYzZjYWNjMDk3MmQ1ZjhkOGVkNGFmY2VmNjZlOGNk
14
+ N2UzODdiZGQwOWE1OWYwN2RjN2EzNWFiZGVmMTU3ZTZiZmY4ZmUwMzU4ODQ2
15
+ MWZhZTg5ZDBlZjM2Mjc5YTRlZWI3YWU1MDk4MmQ4YTBkNmJhZDE=
data/HISTORY.md CHANGED
@@ -1,3 +1,6 @@
1
+ ### 0.6.2 (2014-08-06)
2
+ - Fix Bootstrap/FontAwesome cross-version styling issues
3
+
1
4
  ### 0.6.1 (2014-07-31)
2
5
  - Fix auto-refresh after authorizing cloud provider
3
6
 
@@ -86,7 +86,15 @@ $ ->
86
86
  setTimeout refreshFiles, 500
87
87
  ctx.callbacks.show.fire()
88
88
  dialog.modal('show')
89
- ctx.callback_proxy
89
+ if ctx
90
+ ctx.callback_proxy
91
+ else
92
+ {
93
+ show: -> this
94
+ done: -> this
95
+ cancel: -> this
96
+ fail: -> this
97
+ }
90
98
 
91
99
  $(document).on 'ev.refresh', (event) -> refreshFiles()
92
100
 
@@ -26,6 +26,10 @@
26
26
  background-color: initial;
27
27
  width: 75%;
28
28
 
29
+ div {
30
+ background-color: white;
31
+ }
32
+
29
33
  .modal-header {
30
34
  padding: 8px;
31
35
  }
@@ -77,12 +81,23 @@
77
81
  padding: 4px;
78
82
  }
79
83
 
84
+ .bs2 .ev-selected .indenter {
85
+ @extend .icon-check;
86
+ font-family: FontAwesome;
87
+ font-weight: normal;
88
+ font-style: normal;
89
+ text-decoration: inherit;
90
+ -webkit-font-smoothing: antialiased;
91
+ *margin-right: .3em;
92
+ }
93
+
94
+ .bs3 .ev-selected .indenter {
95
+ text-decoration: inherit;
96
+ @extend .fa;
97
+ @extend .fa-check;
98
+ }
99
+
80
100
  .ev-files {
81
- .ev-selected .indenter {
82
- @extend .fa;
83
- @extend .fa-check;
84
- @extend .icon-check;
85
- }
86
101
  table {
87
102
  width: 100%;
88
103
  max-width: 100%;
@@ -6,7 +6,7 @@
6
6
  </div>
7
7
  <div class="modal-body ev-body">
8
8
  <div class="ev-browser row<%=bs2('-fluid')%>">
9
- <div class="<%=bs2or3('span','col-xs-')%>12 ev-files list">
9
+ <div class="<%=bs2or3('bs2 span','bs3 col-xs-')%>12 ev-files list">
10
10
  <%= render :partial => 'files' %>
11
11
  </div>
12
12
  </div>
@@ -1,3 +1,3 @@
1
1
  module BrowseEverything
2
- VERSION = "0.6.1"
2
+ VERSION = "0.6.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: browse-everything
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.1
4
+ version: 0.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Carolyn Cole
@@ -13,7 +13,7 @@ authors:
13
13
  autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
- date: 2014-07-31 00:00:00.000000000 Z
16
+ date: 2014-08-06 00:00:00.000000000 Z
17
17
  dependencies:
18
18
  - !ruby/object:Gem::Dependency
19
19
  name: rails