atlas_assets 0.4.7 → 0.4.8

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.
data/Gemfile.lock CHANGED
@@ -9,7 +9,7 @@ GIT
9
9
  PATH
10
10
  remote: .
11
11
  specs:
12
- atlas_assets (0.4.7)
12
+ atlas_assets (0.4.8)
13
13
  handlebars_assets (~> 0.12.2)
14
14
 
15
15
  GEM
@@ -104,7 +104,7 @@ It also works for gray lists.
104
104
 
105
105
  <div class="box">
106
106
  <div class="box-top">
107
- Top <input type="text" placeholder="search" />
107
+ <h3>My Heading</h3> <input type="text" placeholder="search" />
108
108
  </div>
109
109
  <ul class="list list-gray">
110
110
  <li class="list-item list-padding">Item 1</li>
@@ -7632,6 +7632,13 @@ _________________________________________________________________ */
7632
7632
  .box .box-top input {
7633
7633
  margin: 0; }
7634
7634
 
7635
+ .box .box-top h3 {
7636
+ display: inline-block;
7637
+ padding: 0;
7638
+ margin: 0;
7639
+ margin-right: 5px;
7640
+ vertical-align: middle; }
7641
+
7635
7642
  /* Box Styles
7636
7643
  --------------------------------------------------------- */
7637
7644
  .box.box-white {
@@ -8765,8 +8772,7 @@ ____________________________________________________________ */
8765
8772
  *display: inline;
8766
8773
  -webkit-user-select: none;
8767
8774
  -moz-user-select: none;
8768
- user-select: none;
8769
- min-width: 200px; }
8775
+ user-select: none; }
8770
8776
 
8771
8777
  .chosen-container .chosen-drop {
8772
8778
  position: absolute;
@@ -6,7 +6,7 @@ classes.DropdownView = Backbone.View.extend
6
6
  initialize: (opts) ->
7
7
  if !@collection?
8
8
  @collection = new classes.DropdownCollection
9
- @opts = _.extend({width: "100%", disable_search_threshold: 2}, opts)
9
+ @opts = _.extend({width: "100%", disable_search_threshold: 4}, opts)
10
10
  @template = JST["dropdown"];
11
11
  @listenTo(@collection, 'add', @render)
12
12
  @collection.each (model) =>
@@ -45,6 +45,14 @@
45
45
  margin: 0;
46
46
  }
47
47
 
48
+ .box .box-top h3 {
49
+ display: inline-block;
50
+ padding: 0;
51
+ margin: 0;
52
+ margin-right: 5px;
53
+ vertical-align: middle;
54
+ }
55
+
48
56
  /* Box Styles
49
57
  --------------------------------------------------------- */
50
58
 
@@ -11,7 +11,6 @@
11
11
  -webkit-user-select: none;
12
12
  -moz-user-select: none;
13
13
  user-select: none;
14
- min-width: 200px;
15
14
  }
16
15
  .chosen-container .chosen-drop {
17
16
  position: absolute;
@@ -1,5 +1,5 @@
1
1
  module Atlas
2
2
  module Assets
3
- VERSION = "0.4.7"
3
+ VERSION = "0.4.8"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: atlas_assets
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.7
4
+ version: 0.4.8
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: