flashgrid 1.0.9 → 1.0.10

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: 85eb184da0536fee3d6acb6308e1bbea9de954d1
4
- data.tar.gz: 79ea7fff274d4cadd11ded1bc556c5f1eb093fef
3
+ metadata.gz: e3c9c20514f73115cb1c118c8e4928f53ac68e00
4
+ data.tar.gz: 3404d59637cddb66563105ba0c2a2c1b67cb1c5d
5
5
  SHA512:
6
- metadata.gz: 279eb25bd90369401b30d2bfd585a818da4635fd5df53b73a8a1c11c4ad50e8e90cfba9c5ff1e94689e3f1c81262098831e24eba414417574dc3b5242bf7d6b8
7
- data.tar.gz: 954e8b92820e28668d2f5202134bb5a93e45220c157372ec15a0b98cbecc92866391b6d418b4f0ba792893d7aa1aa815dfbee8ec471f41565f1c7cc6538cd8da
6
+ metadata.gz: e5f529e08b7bffc419edd7588306223970015313b9f99b7a079e2fbe01773d96fe739f63600f6a9128d8e0859947b16c06dceda35b704b49ff791b663714550c
7
+ data.tar.gz: 83121fcae5e9b9f9d8e46a033a843decb460c9cc5ee1e7f8b986393ae81ba7509e67913a9809528c25376945fde9dcae61db09965db78543121c63afa92859b4
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.9"
2
+ VERSION = "1.0.10"
3
3
  end
@@ -104,6 +104,8 @@ select {
104
104
  -moz-appearance: none;
105
105
  border: 1px solid rgba(217,222,225,1);
106
106
  border-radius: 0;
107
+ -moz-box-sizing: border-box;
108
+ box-sizing: border-box;
107
109
  color: rgba(33,40,43,1);
108
110
  font-size: 100%;
109
111
  margin-bottom: 5px;
@@ -127,6 +129,11 @@ input[type="checkbox"]:focus {
127
129
  outline: 5px auto -webkit-focus-ring-color;
128
130
  outline-offset: -2px;
129
131
  }
132
+ select.datetime {
133
+ margin-left: 0;
134
+ padding-right: 15px;
135
+ width: initial;
136
+ }
130
137
  input:-moz-placeholder,
131
138
  textarea:-moz-placeholder {
132
139
  color: rgba(158,171,179,1);
@@ -99,6 +99,7 @@
99
99
  font-size: 26px;
100
100
  line-height: 36px;
101
101
  }
102
+ .header-user .dropdown-menu { margin-right: 10px; }
102
103
  .header-toggle a {
103
104
  color: rgba(255,255,255,1);
104
105
  float: right;
@@ -92,6 +92,7 @@ input[type="submit"].modal-footer-btn {
92
92
  margin: 0;
93
93
  padding: 18px 0 16px 0;
94
94
  text-align: center;
95
+ text-indent: 0;
95
96
  text-rendering: geometricPrecision;
96
97
  text-transform: uppercase;
97
98
  vertical-align: middle;
@@ -10,26 +10,30 @@
10
10
  margin-left: 0;
11
11
  padding: 0;
12
12
  }
13
- .pagination ul li {
13
+ .pagination ul li {
14
14
  display: inline-block ;
15
15
  font-size: 14px;
16
16
  line-height: 14px;
17
- margin-right: 2px;
17
+ margin-right: 2px;
18
18
  }
19
- .pagination ul > li > a,
20
- .pagination ul > .active {
19
+ .pagination ul > li > a {
21
20
  background-color: rgba(236,238,241,1);
22
21
  border-radius: 500px;
23
22
  color: rgba(43,50,53,1);
23
+ min-width: 8px;
24
24
  padding: 9px 10px 7px 10px;
25
+ text-align: center;
25
26
  text-decoration: none;
26
27
  }
27
28
  .pagination ul > li > a:hover,
28
29
  .pagination ul > li > a:focus { background-color: rgba(226,228,231,1); }
29
- .pagination ul > .active {
30
+ .pagination ul > .active {
30
31
  background-color: rgba(79,148,210,1);
32
+ border-radius: 500px;
31
33
  color: rgba(255,255,255,1);
32
- padding: 8px 11px 6px 11px;
34
+ min-width: 8px;
35
+ padding: 8px 10px 6px 10px;
36
+ text-align: center;
33
37
  }
34
38
  .pagination ul > .pagination-icon > a { padding: 9px 11px 7px 11px; }
35
39
  .pagination-centered { text-align: center; }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flashgrid
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.9
4
+ version: 1.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-01-30 00:00:00.000000000 Z
11
+ date: 2014-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler