weui-rails 0.4.0 → 0.4.1

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: 947e0601b71acdee75beb2b522b147f8636979e7
4
- data.tar.gz: 3f7662cee31fef3e8f78ca463ac582d2f12bde82
3
+ metadata.gz: e931d349a189cbcf9b6de1747c68e7d73abf2c29
4
+ data.tar.gz: 3cf90655a7a218836d659f8b77136d7452364afe
5
5
  SHA512:
6
- metadata.gz: 6701d744c7dc6485a52f8d01866b8b475842f321b1cc9fa5b539fc9248945883ac72ecb7f525df2812ec1c47cfce0438ad05b1977e82ccfbb88a2fcf0feffc21
7
- data.tar.gz: d994f36f1617f1d55c3f284bce0fb5717753ba9b667f33163ed539974b0214a9c557e0ba500f1dabceb613a02064f6376c625dddd995bf1ef05c295628cbed4c
6
+ metadata.gz: 5f42efad3734827986636b1f03a7d35ab4ae97d799d3e8c4ad70b0703b8ea5626497002a2b040b090300e6787b31aa2598aaa24b9c16c7f90b304d6fbc457bf8
7
+ data.tar.gz: c6cfc50e169435dfcfaea93c9b7010b71b3da73e5774e8e7fb2c2e98fe11e470c8c24a9b8ffa7cb4ae724688f48cb09cfa8fe43976e0d4ad2e223543828effc1
@@ -1,5 +1,5 @@
1
1
  module Weui
2
2
  module Rails
3
- VERSION = '0.4.0'
3
+ VERSION = '0.4.1'
4
4
  end
5
5
  end
@@ -78,6 +78,7 @@ $grayColor: #999999;
78
78
  }
79
79
  .weui_media_bd {
80
80
  flex: 1;
81
+ min-width: 0;
81
82
  }
82
83
  }
83
84
  &.weui_media_small_appmsg {
@@ -1,5 +1,6 @@
1
1
  @import "../../base/fn";
2
2
  .weui_search_bar {
3
+ position: relative;
3
4
  padding: 8px 10px;
4
5
  display: flex;
5
6
  box-sizing: border-box;
@@ -3,6 +3,7 @@
3
3
  .weui_navbar {
4
4
  display: flex;
5
5
  position: absolute;
6
+ z-index: 1;
6
7
  top: 0;
7
8
  width: 100%;
8
9
  background-color: #fafafa;
@@ -31,7 +32,7 @@
31
32
  }
32
33
 
33
34
  &.weui_bar_item_on {
34
- background-color: #f5f5f5;
35
+ background-color: #eaeaea;
35
36
  }
36
37
 
37
38
  &:after {
@@ -39,6 +39,8 @@ $weuiDialogLinkActiveBc: #EEEEEE;
39
39
  padding: 0 20px;
40
40
  font-size: 15px;
41
41
  color: $globalTextColor;
42
+ word-wrap: break-word;
43
+ word-break: break-all;
42
44
  }
43
45
 
44
46
  .weui_dialog_ft {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: weui-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Guo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-03-05 00:00:00.000000000 Z
11
+ date: 2016-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass