picasso 0.3.6.beta.3 → 0.3.6.beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -1566,6 +1566,9 @@ body {
1566
1566
  width: 20px;
1567
1567
  top: -13px;
1568
1568
  right: -13px;
1569
+ -webkit-box-sizing: content-box;
1570
+ -moz-box-sizing: content-box;
1571
+ box-sizing: content-box;
1569
1572
  }
1570
1573
  .ie7 .popup-demo-1 {
1571
1574
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
@@ -1577,10 +1580,6 @@ body {
1577
1580
  top: -13px;
1578
1581
  right: -13px;
1579
1582
  }
1580
- .ie9 .popup-demo-1 .popup-close {
1581
- height: 25px;
1582
- width: 25px;
1583
- }
1584
1583
  .popup-demo-1:after {
1585
1584
  background: black;
1586
1585
  background: rgba(0, 0, 0, 0.7);
@@ -1726,6 +1725,9 @@ body {
1726
1725
  width: 20px;
1727
1726
  top: -13px;
1728
1727
  right: -13px;
1728
+ -webkit-box-sizing: content-box;
1729
+ -moz-box-sizing: content-box;
1730
+ box-sizing: content-box;
1729
1731
  }
1730
1732
  .ie7 .popup-demo-2 {
1731
1733
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
@@ -1737,10 +1739,6 @@ body {
1737
1739
  top: -13px;
1738
1740
  right: -13px;
1739
1741
  }
1740
- .ie9 .popup-demo-2 .popup-close {
1741
- height: 25px;
1742
- width: 25px;
1743
- }
1744
1742
  .popup-demo-2:after {
1745
1743
  background: gray;
1746
1744
  background: rgba(128, 128, 128, 0.5);
@@ -1566,6 +1566,9 @@ body {
1566
1566
  width: 20px;
1567
1567
  top: -13px;
1568
1568
  right: -13px;
1569
+ -webkit-box-sizing: content-box;
1570
+ -moz-box-sizing: content-box;
1571
+ box-sizing: content-box;
1569
1572
  }
1570
1573
  .ie7 .popup-demo-1 {
1571
1574
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
@@ -1577,10 +1580,6 @@ body {
1577
1580
  top: -13px;
1578
1581
  right: -13px;
1579
1582
  }
1580
- .ie9 .popup-demo-1 .popup-close {
1581
- height: 25px;
1582
- width: 25px;
1583
- }
1584
1583
  .popup-demo-1:after {
1585
1584
  background: black;
1586
1585
  background: rgba(0, 0, 0, 0.7);
@@ -1726,6 +1725,9 @@ body {
1726
1725
  width: 20px;
1727
1726
  top: -13px;
1728
1727
  right: -13px;
1728
+ -webkit-box-sizing: content-box;
1729
+ -moz-box-sizing: content-box;
1730
+ box-sizing: content-box;
1729
1731
  }
1730
1732
  .ie7 .popup-demo-2 {
1731
1733
  zoom: expression(this.runtimeStyle.zoom="1", this.appendChild( document.createElement("i") ).className="after" );
@@ -1737,10 +1739,6 @@ body {
1737
1739
  top: -13px;
1738
1740
  right: -13px;
1739
1741
  }
1740
- .ie9 .popup-demo-2 .popup-close {
1741
- height: 25px;
1742
- width: 25px;
1743
- }
1744
1742
  .popup-demo-2:after {
1745
1743
  background: gray;
1746
1744
  background: rgba(128, 128, 128, 0.5);
@@ -1,3 +1,3 @@
1
1
  module Picasso
2
- VERSION = "0.3.6.beta.3"
2
+ VERSION = "0.3.6.beta.4"
3
3
  end
@@ -75,6 +75,7 @@
75
75
 
76
76
  @import "compass/css3/border-radius";
77
77
  @import "compass/css3/box-shadow";
78
+ @import "compass/css3/box-sizing";
78
79
  @import "../utils/sprite";
79
80
  @import "../utils/ie";
80
81
 
@@ -179,6 +180,7 @@ $popup-ie-fallback: "sprites" !default;
179
180
  width: $popup-default-close-button-height;
180
181
  top: (-1) * (($popup-default-close-button-height / 2) + $popup-default-close-button-border);
181
182
  right: (-1) * (($popup-default-close-button-height / 2) + $popup-default-close-button-border);
183
+ @include box-sizing(content-box);
182
184
  }
183
185
 
184
186
  .ie7 & {
@@ -201,15 +203,6 @@ $popup-ie-fallback: "sprites" !default;
201
203
 
202
204
  }
203
205
 
204
- .ie9 & {
205
-
206
- .popup-close {
207
- height: $popup-default-close-button-height + 5;
208
- width: $popup-default-close-button-height + 5;
209
- }
210
-
211
- }
212
-
213
206
  }
214
207
 
215
208
  @mixin popup-visual(
metadata CHANGED
@@ -7,8 +7,8 @@ version: !ruby/object:Gem::Version
7
7
  - 3
8
8
  - 6
9
9
  - beta
10
- - 3
11
- version: 0.3.6.beta.3
10
+ - 4
11
+ version: 0.3.6.beta.4
12
12
  platform: ruby
13
13
  authors:
14
14
  - Leandro D'Onofrio
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2012-08-15 00:00:00 -03:00
19
+ date: 2012-08-31 00:00:00 -03:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -137,7 +137,7 @@ licenses: []
137
137
  post_install_message: "\n\n\
138
138
  ##################################################\n\
139
139
  ## Picasso - Sass/Compass Framework\n\n\
140
- ## Versi\xC3\xB3n: 0.3.6.beta.3\n\
140
+ ## Versi\xC3\xB3n: 0.3.6.beta.4\n\
141
141
  ## Documentaci\xC3\xB3n: http://dl.dropbox.com/u/54126/picasso/docs/index.html\n\
142
142
  ## CHANGELOG: http://dl.dropbox.com/u/54126/picasso/docs/index.html#changelog\n\
143
143
  ##################################################\n\n"