flashgrid 1.0.2 → 1.0.3

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: dcf83bb4b1ba7771014366880d40944b0aa5dd5d
4
- data.tar.gz: ae122ff4a1087bd710bb3a20df0aafee86b2fbfc
3
+ metadata.gz: 6414c7926aa5c075c8f3a75512f73e41ff126db9
4
+ data.tar.gz: db8fcc652887e5709afdb652fa21c6a754980a3f
5
5
  SHA512:
6
- metadata.gz: 9f227208429d0746a1d3fc16064029dc12adbfd5ed7fa503ae43645a0379deae4268f665b447830245e62922c4e4b220be92a8dcb0c09803e7610068eb2206ca
7
- data.tar.gz: 336d14e246916eff0e1cae205b467c1fc6694574982757eb25b147e54dd2edc00941d11787fb933a0189b96f76ad60229051f18aa7089c9fd79ac6adccff88be
6
+ metadata.gz: ea35f5e37fb7bdcaa9d0db2b32b0e2dc53e9ef84a272e49f139496a499748043b75ade5739890f5f0b16ad5f5453c3af3fa521b28c537dbd77abba8ff1f538df
7
+ data.tar.gz: ff35f9c0b014479cb002f04e30bf2ee23ba3c29ba2520c97e0fb07b150c87974120cffa4923001d98073240ab7280cd7533aea61a960a0d4ee578ed64995e947
data/.gitignore CHANGED
@@ -1 +0,0 @@
1
- /.gem
@@ -1,3 +1,3 @@
1
1
  module Flashgrid
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
@@ -20,6 +20,7 @@
20
20
  border-bottom: 1px solid rgba(196,198,201,1);
21
21
  border-radius: 3px;
22
22
  color: rgba(71,74,84,1);
23
+ cursor: pointer;
23
24
  display: inline-block;
24
25
  font-size: 13px;
25
26
  -webkit-font-smoothing: antialiased;
@@ -74,27 +74,36 @@
74
74
  line-height: 0;
75
75
  }
76
76
  .modal-footer:after { clear: both; }
77
- .modal-footer a {
77
+ .modal-footer-btn {
78
+ -webkit-appearance: none;
79
+ -moz-appearance: none;
80
+ border: none;
81
+ background: transparent;
78
82
  border-bottom-left-radius: 5px;
79
83
  border-bottom-right-radius: 5px;
80
84
  color: rgba(0,153,255,1);
85
+ cursor: pointer;
81
86
  float: left;
82
87
  font-size: 13px;
88
+ -webkit-font-smoothing: antialiased;
83
89
  font-weight: 500;
84
90
  line-height: 13px;
91
+ margin: 0;
85
92
  padding: 18px 0 16px 0;
86
93
  text-align: center;
94
+ text-rendering: geometricPrecision;
87
95
  text-transform: uppercase;
96
+ vertical-align: middle;
88
97
  width: 100%;
89
98
  }
90
- a.modal-footer-double-left {
99
+ .modal-footer-btn-left {
91
100
  border-right: 1px solid rgba(217,222,225,1);
92
101
  border-bottom-right-radius: 0;
93
102
  width: 279px;
94
103
  }
95
- a.modal-footer-double-right {
104
+ .modal-footer-btn-right {
96
105
  border-bottom-left-radius: 0;
97
- width: 280px;
106
+ width: 280px;
98
107
  }
99
108
 
100
109
  /* #Media Queries
@@ -104,14 +113,14 @@ a.modal-footer-double-right {
104
113
  margin-left: -150px;
105
114
  width: 300px;
106
115
  }
107
- a.modal-footer-double-left { width: 149px; }
108
- a.modal-footer-double-right { width: 150px; }
116
+ .modal-footer-btn-left { width: 149px; }
117
+ .modal-footer-btn-right { width: 150px; }
109
118
  }
110
119
  @media only screen and (min-width: 480px) and (max-width: 767px) {
111
120
  .modal {
112
121
  margin-left: -210px;
113
122
  width: 420px;
114
123
  }
115
- a.modal-footer-double-left { width: 209px; }
116
- a.modal-footer-double-right { width: 210px; }
124
+ .modal-footer-btn-left { width: 209px; }
125
+ .modal-footer-btn-right { width: 210px; }
117
126
  }
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.2
4
+ version: 1.0.3
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-15 00:00:00.000000000 Z
11
+ date: 2014-01-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler