flashgrid 1.1.0 → 1.1.1

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: d0926b5cdad11bf76ba19c5dd2f13c5430650206
4
- data.tar.gz: 6be90ccdb0b2981b5364be84fcdf7b7fc52d42ca
3
+ metadata.gz: 8e2d4743739edeacb2d2a5440c859df32faf135a
4
+ data.tar.gz: b23d3c48c673aa8202cb1199f1170b53970d4be6
5
5
  SHA512:
6
- metadata.gz: dbe36a6fe85bd6c6eabf9a3855814731870822ab8958568f4f34472e2934de1afd52e40a2a44fd8620e47c14ba37cdf01a023ea384a7d4d4377f70fd26314973
7
- data.tar.gz: 1abdfcc6150660a3674057737c430db252fd354cb1418d0540d27945e7938aad442c3073dbddcc943586a55e388168c387edb99c553f02863445a5a9468d16ee
6
+ metadata.gz: a0c4e89dcd09de99c43b2d7c8d38d5a0b6d6bc37b81e2d41da2ee3015d46d1624c624a0d5a9f28530d0da8a8c738f09529fc1bce555af8c183f60cd215629b2f
7
+ data.tar.gz: e204f1325be6b440f590522adc0e8862a7bec601634c27d95c814d4fcce31e31b0dad76e82cbb7caeeecea59afc203cb2cf8101f5fab657ce963a93563e9d1d7
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
3
3
  end
@@ -91,21 +91,21 @@ input.btn-block {
91
91
  .btn-red[disabled] { color: rgba(255,255,255,1); }
92
92
  .btn-black {
93
93
  background: rgba(61,64,74,1);
94
- border-color: rgba(11,14,24,1);
94
+ border-color: rgba(1,4,14,1);
95
95
  }
96
96
  .btn-black:hover,
97
97
  .btn-black[disabled],
98
98
  .btn-black[disabled]:hover { background: rgba(51,54,64,1); }
99
99
  .btn-blue {
100
100
  background: rgba(58,144,216,1);
101
- border-color: rgba(28,114,186,1);
101
+ border-color: rgba(8,94,166,1);
102
102
  }
103
103
  .btn-blue:hover,
104
104
  .btn-blue[disabled],
105
105
  .btn-blue[disabled]:hover { background: rgba(48,134,206,1); }
106
106
  .btn-green {
107
107
  background: rgba(122,179,23,1);
108
- border-color: rgba(102,159,3,1);
108
+ border-color: rgba(72,129,3,1);
109
109
  }
110
110
  .btn-green:hover,
111
111
  .btn-green[disabled],
@@ -255,9 +255,9 @@ input.btn-block {
255
255
  border-radius: 0;
256
256
  position: relative;
257
257
  }
258
- .btn-group > .btn-black { border-color: rgba(11,14,24,1); }
259
- .btn-group > .btn-blue { border-color: rgba(28,114,186,1); }
260
- .btn-group > .btn-green { border-color: rgba(102,159,3,1); }
258
+ .btn-group > .btn-black { border-color: rgba(1,4,14,1); }
259
+ .btn-group > .btn-blue { border-color: rgba(8,94,166,1); }
260
+ .btn-group > .btn-green { border-color: rgba(72,129,3,1); }
261
261
  .btn-group > .btn-red { border-color: rgba(180,34,16,1); }
262
262
  .btn-group > .btn-white { border-color: rgba(196,198,201,1); }
263
263
  .btn-group > .btn:first-child {
@@ -281,10 +281,15 @@ input.btn-block {
281
281
  border-width: 1px;
282
282
  margin-left: -1px;
283
283
  }
284
- .btn-group-outline > .btn:first-child { margin-left: 0; }
285
- .btn-group-outline > .btn:last-child,
284
+ .btn-group-outline > .btn-outline:first-child { margin-left: 0; }
285
+ .btn-group-outline > .btn-outline:last-child,
286
286
  .btn-group-outline > .dropdown-toggle { border-right: 1px solid rgba(229,230,234,1); }
287
- .btn-group-outline > .btn:last-child:hover,
287
+ .btn-group-outline > .btn-outline-black:last-child { border-right-color: rgba(1,4,14,1); }
288
+ .btn-group-outline > .btn-outline-blue:last-child { border-right-color: rgba(8,94,166,1); }
289
+ .btn-group-outline > .btn-outline-green:last-child { border-right-color: rgba(72,129,3,1); }
290
+ .btn-group-outline > .btn-outline-red:last-child { border-right-color: rgba(180,34,16,1); }
291
+ .btn-group-outline > .btn-outline-white:last-child { border-right-color: rgba(196,198,201,1); }
292
+ .btn-group-outline > .btn-outline:last-child:hover,
288
293
  .btn-group-outline > .dropdown-toggle:hover { border-right: 1px solid rgba(199,200,204,1); }
289
294
 
290
295
  /* #Button Toolbar
@@ -9,6 +9,7 @@
9
9
  margin-top: 1px;
10
10
  padding: 5px;
11
11
  top: 0;
12
+ z-index: 1060;
12
13
  }
13
14
  .datepicker:before {
14
15
  border-bottom: 7px solid rgba(246,247,249,1);
@@ -126,4 +127,7 @@
126
127
  color: rgba(255,255,255,1);
127
128
  cursor: pointer;
128
129
  }
129
- .datepicker-dropdown.dropdown-menu { padding: 0; }
130
+ .datepicker-dropdown.dropdown-menu {
131
+ padding: 0;
132
+ z-index: 1060;
133
+ }
@@ -264,8 +264,10 @@ select.form-input-initial-width {
264
264
  @media only screen and (max-width: 767px) {
265
265
  .form-button-inline { margin-top: 15px; }
266
266
  .form-text-inline { margin-top: 0; }
267
- .form-column-responsive {
267
+ .form-column-responsive .form-column {
268
268
  clear: both;
269
269
  float: none;
270
+ margin: 0;
271
+ width: 100%;
270
272
  }
271
273
  }
@@ -6,15 +6,16 @@
6
6
  ================================================== */
7
7
  .label,
8
8
  .badge {
9
- background: rgba(236,238,241,1);
10
- border: 1px solid rgba(217,222,225,1);
9
+ background: rgba(158,171,179,1);
11
10
  border-radius: 2px;
12
- color: rgba(71,74,84,1);
11
+ color: rgba(255,255,255,1);
13
12
  display: inline-block;
14
- padding: 4px 5px 5px 5px;
13
+ padding: 5px 5px 7px 5px;
15
14
  font-size: 12px;
16
15
  font-weight: bold;
17
16
  line-height: 12px;
17
+ min-width: 12px;
18
+ text-align: center;
18
19
  white-space: nowrap;
19
20
  vertical-align: baseline;
20
21
  }
@@ -29,21 +30,14 @@ a.label:hover,
29
30
  a.label:focus,
30
31
  a.badge:hover,
31
32
  a.badge:focus { text-decoration: none; }
33
+ .label-black,
34
+ .badge-black { background: rgba(71,74,84,1); }
35
+ .label-blue,
36
+ .badge-blue { background: rgba(58,144,216,1); }
32
37
  .label-green,
33
- .badge-green {
34
- background: rgba(223,240,216,1);
35
- border-color: rgba(204,223,188,1);
36
- }
37
- .label-yellow,
38
- .badge-yellow {
39
- background: rgba(252,248,227,1);
40
- border-color: rgba(244,228,203,1);
41
- }
38
+ .badge-green { background: rgba(122,179,23,1); }
42
39
  .label-red,
43
- .badge-red {
44
- background: rgba(242,222,222,1);
45
- border-color: rgba(228,201,205,1);
46
- }
40
+ .badge-red { background: rgba(254,79,50,1); }
47
41
  .btn .label,
48
42
  .btn .badge {
49
43
  position: relative;
@@ -11,7 +11,17 @@
11
11
  border-radius: 500px;
12
12
  color: rgba(255,255,255,1);
13
13
  font-size: 86px;
14
- padding: 20px 31px;
14
+ height: 120px;
15
+ line-height: 120px;
16
+ width: 120px;
17
+ }
18
+ .placeholder-large i {
19
+ background: transparent;
20
+ color: rgba(58,144,216,0.60);
21
+ font-size: 256px;
22
+ height: initial;
23
+ line-height: 256px;
24
+ width: initial;
15
25
  }
16
26
  .placeholder-divider {
17
27
  background: rgba(236,238,241,1);
@@ -24,4 +34,8 @@
24
34
  ================================================== */
25
35
  @media only screen and (max-width: 767px) {
26
36
  .placeholder-divider { width: 75%; }
37
+ .placeholder-large i {
38
+ font-size: 196px;
39
+ line-height: 196px;
40
+ }
27
41
  }
@@ -14,8 +14,7 @@
14
14
  font-style: normal;
15
15
  letter-spacing: 0;
16
16
  left: 0;
17
- max-width: 276px;
18
- min-width: 236px;
17
+ width: 276px;
19
18
  position: absolute;
20
19
  text-align: left;
21
20
  text-decoration: none;
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.1.0
4
+ version: 1.1.1
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-03-28 00:00:00.000000000 Z
11
+ date: 2014-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler