flashgrid 1.0.14 → 1.0.15

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: 9d1eb66bd54922126d35b13975b3db8407f89333
4
- data.tar.gz: bd1c613aef7f5412e796a73e3bb58cb6176feb7a
3
+ metadata.gz: 090b6deb1d11b51fe4b98c5811d15518bc6d66cd
4
+ data.tar.gz: ab63a4c26a7b40713848434aa15490fccffdf780
5
5
  SHA512:
6
- metadata.gz: 7477ae8888579008181d4647869527ac99b6260fdbb42f591990a81438b2024b2007a0d3411cf20715ada6e723b931c914857fcd84e9f00147e7b69e68b5d92e
7
- data.tar.gz: b6387e2511cb658d3cdf30bdeb895c07458c06c4d5b13d514be1a20f69c1f4588cae2ebf9d7518451a05c034d1973e0a28f496e4ec8387e94e8103fae25b2a54
6
+ metadata.gz: 37a24ea389d55818d8998b5a8cb9f7eeee5e5fab6dd4ffae80266b05c275ea3dcab1ba3e49f12187d3d982b2661c4adc26101997fa3d1f1b4b97aad502eb39b5
7
+ data.tar.gz: 84ecce5cfc19a7c00faee7beef5273a27306d853fe2dcf02a2e32763378f9c36841385844bb75088f4fa8abc459374febcd82c3727bd38946831cc78b3c54353
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.14"
2
+ VERSION = "1.0.15"
3
3
  end
@@ -92,7 +92,7 @@ input.btn-block {
92
92
  .btn-black[disabled],
93
93
  .btn-black[disabled]:hover {
94
94
  background: rgba(101,104,114,1);
95
- border-color: rgba(81,84,94,1);
95
+ border-color: rgba(61,64,74,1);
96
96
  color: rgba(255,255,255,1);
97
97
  }
98
98
  .btn-blue {
@@ -91,16 +91,18 @@
91
91
  color: rgba(255,255,255,1);
92
92
  }
93
93
  .datepicker td span {
94
+ border-radius: 500px;
94
95
  display: block;
95
- height: 54px;
96
+ height: 46px;
96
97
  float: left;
97
- line-height: 54px;
98
+ line-height: 46px;
98
99
  margin: 2px;
99
- width: 47px;
100
+ width: 46px;
100
101
  }
101
102
  .datepicker td span:hover {
102
103
  background-color: rgba(58,144,216,1);
103
104
  color: rgba(255,255,255,1);
105
+ cursor: pointer;
104
106
  }
105
107
  .datepicker td span.active,
106
108
  .datepicker td span.active:hover,
@@ -109,7 +111,7 @@
109
111
  .datepicker td span.active.active,
110
112
  .datepicker td span.active.disabled,
111
113
  .datepicker td span.active[disabled] {
112
- background-color: rgba(254,79,50,1);
114
+ background-color: rgba(122,179,23,1);
113
115
  color: rgba(255,255,255,1);
114
116
  }
115
117
  .datepicker th.switch {
@@ -26,7 +26,6 @@ label {
26
26
  margin: 5px 0 5px 0;
27
27
  }
28
28
  textarea,
29
- input[disabled],
30
29
  input[type="text"],
31
30
  input[type="password"],
32
31
  input[type="datetime"],
@@ -164,7 +163,6 @@ select[disabled],
164
163
  .uneditable-input {
165
164
  background-color: rgba(246,247,249,1);
166
165
  color: rgba(158,171,179,1);
167
- font-weight: 200;
168
166
  }
169
167
  .uneditable-input { font-weight: normal; }
170
168
  input.form-input-initial-width,
@@ -48,8 +48,10 @@
48
48
  .modal-column.alpha { margin-left: 0; }
49
49
  .modal-column.omega { margin-right: 0; }
50
50
  .modal-one-quarter-column { width: 22.5%; }
51
+ .modal-one-third-column { width: 30%; }
51
52
  .modal-half-column { width: 47.5%; }
52
- .modal-three-quarters-column { width: 72.5%; }
53
+ .modal-two-third-column { width: 65%; }
54
+ .modal-three-quarter-column { width: 72.5%; }
53
55
  .modal-header {
54
56
  border-top-left-radius: 5px;
55
57
  border-top-right-radius: 5px;
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.14
4
+ version: 1.0.15
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-02-17 00:00:00.000000000 Z
11
+ date: 2014-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler